Jump to content

swish

Member
  • Posts

    793
  • Joined

  • Last visited

Everything posted by swish

  1. TCAdmin will not provide support for games only software. Sorry i dont run the game so I cant help.
  2. Awsome adam. I didnt put much work into it but wasent sure why it wouldnt start. Works like a charm now.
  3. Base example from LFA, Modified by me for PB Screen Shots Create deletepbss.aspx in C:\Your-TCAdmin-DIR\Web\Templates\Default To use for diffrent games just change Dim relativePath As String = "system\pb\svss" to the screen shots path <% ''''''''''''''''''''''''''''''''''''''''''' 'Variables ''''''''''''''''''''''''''''''''''''''''''' Dim pageTitle As String = "Delete Punkbuster Screen Shots" Dim stopGameServer As Boolean = False Dim relativePath As String = "system\pb\svss" Dim newline as String = chr(13) & chr(10) Dim command As String = "del %path%\*.png" & newline & "del %path%\*.htm" Dim startMessage As String = "Deleting Punkbuster Screen Shots...<br>" Dim endMessage As String = "All Screen Shots have been deleted.<br><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") 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>") %> Create a Custom Link with Following Variables: Page: Game Server Home Page Visible for: Any PB game that takes Screen Shots URL: javascript:void OpenConsoleWindow('deletepbss.aspx?serviceid=%serviceid%','deletepbss%serviceid%','This will delete all Punkbuster Screen Shots. Do you want to continue?') Icon Text: Delete Punkbuster Screen Shots Mouse Over: Delete Punkbuster Screen Shots Place After: Whereever you want it
  4. Ahh awesome. Works now. I have the directory incorrect.
  5. Actually...after looking....It pops up the window but doesn't actually delete the logs.
  6. Im curious to hear from the guys who are renting the game out already...What does future potential look like for the game?
  7. I assume this is one of the games where you buy it ($49.99) and it "includes" the dedicated files right?
  8. Works nice...very cool! This opens up some possibilities for easily created scripts now.
  9. Sounds like its more of a hassle than its worth to host this game. Maybe someday UBI will learn to be GSP friendly and offer a standalone dedicated server
  10. Yeah rumor has it hey would NOT be charging for ranked servers, just as EA does thoughby limiting the list.
  11. Yup. May god help us all....and guess what! Only "Authorized" people will be hosting them lol. Thier trying to start thier own EA revolution.
  12. Thats exactly what I got off of it. Especially with the "Ranked" servers thier going to be having. Seems alot of the models are very very similar to BF2 also.
  13. Oh now thats just awsome!
  14. Probally my favorite new feature Very good info.
  15. If ya let the server run it will crash eventually. The mod does look very promising. Hopefully they will iron out the issues quickly.
  16. Theres alot of crashing issues. They are releasing a patch (1.0a) in the next few days to "hopefully" fix alot of the big issues.
  17. I dont think this will "kill the game" so much as just allow the "big boys" to get bigger. Theres no help for the medium sized guys. But i can tell ya if your intrested contact them...its a start.
  18. There will be no fees paid to the licensing company to provide ranked servers. just a matter of "getting on the list"
  19. We are in talks with the licening company now for ranked Status. It is a "closed" program for now. Only a few limited companies will be provided ranked status.
  20. Ahh very cool...Hopefully the release it the same time as the retail version.
  21. Yea searched around and cant find anything releated to dedicated server hosting. From what I gather the "dedicated server" has to be started from inside the game's menu. Im downloading the demo to give it a shot.
  22. SO you can purchase the game online and use the single serial # thats issued to run multipule instances of the server?
  23. So do you have "real" ranked status or just renting from Hypernia?
×
×
  • 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