Jump to content

Dennis

Administrator
  • Posts

    1,876
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. This should be helpful: https://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Examples <?php include('default_values.php'); switch ($params["customfields"]["Location"]) { case "1": $billing_api_values["game_id"] = 11; break; case "2": $billing_api_values["game_id"] = 12; break; } ?>
  2. What's New in Version 1.0.1 Workshop scripts now works
  3. What's New in Version 1.1.0 'Stop Delay' changed to 1 Script for CPU affinity has been rewritten completely. You can now define how many cores you want the services to start with (default is 3). Previously, this was 1 core no matter how many cores you had. Future update might include predefined values (2 cores if 4 cores total, 3 cores if 8 cores total, 4 cores if 12 cores total etc).
  4. What's New in Version 1.0.3.4 Now uMod will actually be updated after Steam Updates if uMod is installed. What's New in Version 1.0.3.5 Fixed Rust:IO uninstall script
  5. What's New in Version 1.5.0 Web console support using Console Wrapper Automatic Workshop Update script added Removed the need to import Python 2.7 libraries
  6. Thanks, that's been changed! I already changed it in the File description but forgot about this post.
  7. View File Counter-Strike: Global Offensive Please note: This config requires 2.0.159.12 or newer. At the time of releasing this config, 2.0.159.12 is the latest pre-release. In order to install 2.0.159.12, you should first be sure that you're on 2.0.159.0 by going to System > Check for updates. Be 100% sure that you're on 2.0.159.0. Once you're 100% sure - and please don't upgrade without being absolutely sure since the database won't get updated otherwise - you can install 2.0.159.12 manually using the Update Tool: https://help.tcadmin.com/Updating#Manual_Update Installation Download the config Go to TCAdmin > System > Settings > Game & Voice Hosting > Game & Other Voice Servers > Import Save the config as a new config or chose "Overwrite existing config" if you which to overwrite your current Counter-Strike: Global Offensive config. Remember to select Counter-Strike: Global Offensive in the 'Update Game' field if you do Leave all other settings Features Download maps from Steam Workshop Mods included Metamod Sourcemod Warmod ESL Server Configs Update to beta versions Supports GSLT Popup (recommended) Submitter Dennis Submitted 10/16/2020 Category Game Configs  
  8. @DeruGuy have you installed .NET 4.7.2 on the master server?
  9. What's New in Version 1.0.3.3 "Wipe Server" has had a small change - it was set to only execute on Windows by a mistake. Can now work on both Linux and Windows If you don't want to overwrite your existing config (since this is only one setting changed), you should open the script and change Operating System to Any.
  10. This is not an issue with TCAdmin - it's more likely the game service or the config that you experience trouble with. Use this forum to ask for help: https://community.tcadmin.com/forum/18-game-server-help/page/49/ Nothing seems to be causing any issues, besides the following: Failed to load extension Oxide.Ext.RustIO (BadImageFormatException: ) The server does start up, though.
  11. TCAdmin should set permissions after the custom script has run. If you're using IronPython, scripts will never execute as the service's user. They'll always execute as an administrator. You can use the following to set correct permissions: from System import Environment, PlatformID from TCAdmin.SDK.Misc import Linux, Windows if Environment.OSVersion.Platform == PlatformID.Unix : if Linux.IsRoot() : Linux.SetDirectoryOwnerAutoDetect('/path/', True) else : owner = Windows.GetOwner(ThisService.RootDirectory) Windows.SetDirectoryOwner('C:\path\', str(owner), True)
  12. Hi, These are not bugs within TCAdmin. This is most likely an issue with your Rust/ARK configs. If you need help with your configs, please post in https://community.tcadmin.com/forum/18-game-server-help/
  13. CPU percentage should display with decimal points (like 0.14%). I also don't see any issues with stats updating. If this happens again, could you please open your browser's Developer Tools > Network tab and see if there's a 500 error for GetQueryWebResult or GetStatus?
  14. This is not a TCAdmin issue per se. It could be something as simple as the TCAdmin Monitor being stopped or firewall rules blocking the connection. If you're sure the Monitor is started, please enable debug mode and attach the output here. https://help.tcadmin.com/Debug_Mode
  15. Dennis

    Monitoring Bug

    Are you sure that it's actually the slot detection that's restarting the service? It could very well be query failure detection as Rust often reports 0/0 users.
  16. Hi. This should be fixed in newer versions of TCAdmin. Let me know if you still have issues.
  17. @LaGgIs are you still experiencing this issue?
  18. Hi @LaGgIs. This is expected behavior. The time and date format is not controlled by a setting in your profile, but is instead controlled by the language. Swedish time format is written as 24-hour clock. See this: https://en.wikipedia.org/wiki/Date_and_time_notation_in_Sweden
  19. @TheRealRSG This has been fixed now. What's New in Version 1.0.3.2 Wipe script updated. The script can now also replace seeds even if the seed was manually changed using Text Editor.
  20. Could you try opening server.cfg using Configuration Editor, saving and then trying the wipe option again? If the seed is changed manually using Text Editor, the script can't update it. I'll see if I can find a solution to this.
  21. Dennis

    MySql Manager

    The database is not created with the game service. You need to first create the game service, and then go to MySQL Manager in the menu from where you can create the database.
  22. Maybe "Save & Exit" should be to the right of "Exit"? Somehow I think it feels weird having it as the first button
  23. Well, that's not a solution to the problem, that's just working around the problem
  24. Have you tried unsuspending the service? If it's not suspended, then suspend it and unsuspend. Also try running a repair on the service.
×
×
  • 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