-
Posts
1,869 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
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.
-
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
@JohnnyO yes, that's correct. One is for Linux, the other is for Windows. You don't need to remove any of them as the Windows one will only run on Windows, and the Linux one will only run on Linux. -
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.1 "New Seed" function changed to only generate seeds between -2147483647 and 2147483647. Previously, it would generate betweeen 1 and 9999999999999, but as 9999999999999 is larger than the largest 32-bit integer, any seed generated above 2147483647 would result in the seed being 2147483647 - and that happened a lot of times. Seed will also regenerate if it somehow manages to be identical to the old seed Uninstall script for Rust:IO has been changed -
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 "New Seed" function changed to only generate seeds between -2147483647 and 2147483647. Previously, it would generate betweeen 1 and 9999999999999, but as 9999999999999 is larger than the largest 32-bit integer, any seed generated above 2147483647 would result in the seed being 2147483647 - and that happened a lot of times. -
View File Danish Language Everything should be translated up to TCAdmin 2.0.158.0. If you spot any spelling mistakes/bad translations, please report them to me. I'm sure there's a few mistakes here and there as most of this translation was done in one go. Submitter Dennis Submitted 10/02/20 Category Language Files
-
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.2 Now supports multiple plugin installations at once. Separate each link by a new line.