Jump to content

tangogc

Member
  • Posts

    655
  • Joined

  • Last visited

Everything posted by tangogc

  1. k Kevin I agree any suggestion on the command line to let's the user build their custom command line ?
  2. k thanks about that. any more info about command line and rcon commands ?
  3. thanks to all for working on this hard config. I am having some problems to host this game. I miss the tcadmin game compatiblity and also players are asking for custom commands line and rcon commands in the panel. Anyone have a customized working and tested config with this info ? thanks in advance
  4. simply start the server in consolle mode, so you will understand the problem and fix it. Sorry for the late in the answer but I was out all the day
  5. I was off for one week now I am here back Vietcong2.txt
  6. there is no dedicated server file you need the full game to host the server
  7. simply added 1) User private command line 2) +exec in custom command line 3) last server.cfg from the retail version
  8. Just to give a fast fix. The last time I download for test porpose the config from this post it was missing the config file Here attacched the working config file builded from ecf and with a little optimization. Enemy Territory Quake Wars.txt
  9. the tested config file Painkiller.txt
  10. As promised all script I have created for all the PB games. I hope to see in the next version. For any question please contact me in PM. BATCH.zip
  11. Great LFA I have created a lot of personalized script for various games, if you need I can upload in support section
  12. optmized for cod use delete main/logs delete pb/ss delete pb/logs <% ''''''''''''''''''''''''''''''''''''''''''' 'Variables ''''''''''''''''''''''''''''''''''''''''''' Dim pageTitle As String = "Delete Punkbuster Logs" Dim stopGameServer As Boolean = True Dim relativePath As String = "pb" Dim newline as String = chr(13) & chr(10) & chr(10) & chr(10) Dim command As String = "del %path%\svlogs\*.log" & newline & "del %path%\svss\*.png" & newline & "del %path%\svss\*.htm" & newline & "del main\*.log" Dim startMessage As String = "Deleting log files...<br>" Dim endMessage As String = "Log and screenshot files have been deleted.<br>You can close this window." ''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''''''''''''''''''''''' Response.Write("<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN"">") Response.Write("<HTML><TITLE>" & pageTitle & "</TITLE><BODY bgcolor=""#000000""><font face=""Lucida Console"" size=""2"" color=""#FFFFFF"">") If TCAdminSDK.Web.Session.IsAuthenticated Then Dim serviceid As String = Request.QueryString("serviceid") Dim service As New TCAdminSDK.Objects.Service service.ServiceID = serviceid If service.Find Then Dim path As String = System.IO.Path.Combine(service.AutomationFilesPath, relativePath) command = command.Replace("%path%", path) Response.Write(startMessage) Response.Flush() If service.UserID = TCAdminSDK.Web.Session.CurrentUser Or TCAdminSDK.Web.Session.CurrentUserType = TCAdminSDK.Objects.UserType.Admin Or TCAdminSDK.Web.Session.CurrentUserType = TCAdminSDK.Objects.UserType.SubAdmin Then Dim serviceWasRunning As Boolean = False If stopGameServer And service.CurrentStatus = TCAdminSDK.Objects.ServiceStatus.Running Then Response.Write("Stopping the game server...") Response.Flush() service.Stop() serviceWasRunning = True End If Dim serverplugin As TCAdminBase.Plugins.IGenericPlugIn = TCAdminSDK.Remote.InstanceCreator.GetPluginFromServer(service.ServerID, "TCAdminMonitor.StandardPlugins.RemoteServers.ServerUtilities") Response.Write("Command: " & command & "<br>") serverplugin.Execute(New Object() {"ExecuteScript", service.WorkingDirectory, command}) If serviceWasRunning Then Response.Write("Starting the game server...") Response.Flush() service.Start() End If End If Response.Write(endMessage) Response.Flush() End If End If Response.Write("</font></BODY></HTML>") %>2- Create a custom link in System Settings > Custom Links
  13. I am confused about execute both comands in one script. Could you please post an example script that: stop server delete log folder delete ss folder start server thanks
  14. here the tcadmin tested config file anyone use a tcadmin query with nwn2 ? thanks NeverWinter Nights2.txt
  15. sure but didn't work for graw and graw2 too the graw2 query port seems to be 16250
  16. yes we rent Anyone know the tcadmin query type to use ?
  17. I really don't know I have 3 server running with tcadmin query disable and no support ticket from the customer so I suppose they work perfect. I can ask if you still need.
  18. yes you right, sorry for the error I have updated the config file
  19. Rich the config is for graw2 we host with this config some servers without any problem. anyone can simply remove the welcome message. if you need more customization I can create for you
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use