-
Posts
1,876 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
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; } ?>
-
windows/linux Counter-Strike: Global Offensive
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 1.0.1 Workshop scripts now works -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
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). -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
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 -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
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 -
windows/linux Counter-Strike: Global Offensive
Dennis replied to Dennis's topic in Game Config Files
Thanks, that's been changed! I already changed it in the File description but forgot about this post. -
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
-
@DeruGuy have you installed .NET 4.7.2 on the master server?
-
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
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. -
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.
-
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)
-
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/
-
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?
-
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
-
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.
-
Hi. This should be fixed in newer versions of TCAdmin. Let me know if you still have issues.
-
@LaGgIs are you still experiencing this issue?
-
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
-
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
@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. -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
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. -
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.
-
Maybe "Save & Exit" should be to the right of "Exit"? Somehow I think it feels weird having it as the first button
-
Well, that's not a solution to the problem, that's just working around the problem
-
What was the solution?
-
Have you tried unsuspending the service? If it's not suspended, then suspend it and unsuspend. Also try running a repair on the service.