-
Posts
1,881 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
What's New in Version 1.0.2 This update only fixes issues for the Linux config. [Fixed] "Relative Executable" was not set [Fixed] "Files Folder Name" was not set [Fixed] "Default Commandline" was not specifying the correct path to the logfile This also fixes web console not working
-
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
Yes, you just need to enable CrossPlay from the commandline. -
What's New in Version 1.1.0 [Added] Support for "Private Rule" in Query settings [Changed] Query Interval lowered to 300 seconds [Changed] "Print Rcon response" has been enabled [Changed] Small changes to serverconfigmain.xml [Changed] "World Backup" now only saves the latest 10 backups. The number of backups to save can be changed in the script [Changed] "Config File Backup" now only saves the latest 10 backups. The number of backups to save can be changed in the script [Mod] Replaced "Darkness Falls: They mostly come out at night..." with the link for A20 Installing the mod now disables EAC automatically, as required by the mod. EAC is enabled after mod uninstallation [Mods] Uninstalling any mod will also remove the mod files [Removed] "Darkness Falls: They mostly come out at night..." update. This can now be updated from "Mod Manager"
-
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
Again; check the console output from the Steam Update. It will tell you what's happening. -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
The Steam Update feature is not a part of the config. It's a part of TCAdmin. Check the output when it's updating. It should tell you whether or not something goes wrong. -
windows/linux Valheim (V+ support and custom scripts)
Dennis replied to Dennis's topic in Game Config Files
@Smolf any reason why there should be an update to the configs? -
What's the content of the makefile.ps1 file?
-
What's the query port configured as? Try setting it to Half Life 2 New (UTF8).
-
View File Battle Cry of Freedom Installation Installation can be done from TCAdmin > System > Settings > Global Configuration > Plugin Repo. Alternatively, you can install the config manually by following the steps below. 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 Battle Cry of Freedom config. Remember to select Battle Cry of Freedom in the 'Update Game' field if you do Leave all other settings Known issues Web console works, but console commands might not work Steam can only report 255 as the maximum number of players Service will only use the server's primary IP Submitter Dennis Submitted 03/02/22 Category Game Configs
-
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.5.3 After updating/installing this config, please go to System > Settings > Games & Other Voice Servers > Rust and click "Update existing services". [Fixed] "Wipe Server" script didn't work unless "Use random seed" was enabled -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
The config only supports Forge if it's included in a modpack from the Custom Mods module. It's a long time ago that Forge was removed from the config. Are you sure that you're on the latest version of the game config? -
I don't think you can do that using the Memory Limit and Virtual Memory Limit settings. Once the service has hit it's virtual memory limit, it will crash - it has no more available memory to do anything. You could instead create a custom variable that decides how much variable a service is allowed to use (this is done by ticking the "Max memory" checkbox in the variable settings). After creating the variable, you can create a custom rule in Query Monitoring that detects if the service is using more than 1.5 times the allowed memory limit, and if so restart the service and send the customer an email.
-
windows/linux Counter-Strike: Global Offensive
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 1.1.0 After updating/installing this config, please go to System > Settings > Games & Other Voice Servers > Counter-Strike: Global Offensive and click "Update existing services". [Added] Before starting the server, TCAdmin will now delete logs inside "csgo\0" if they are older than 7 days. -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
@Vicente that message is shown when the server is set into "Processing" state. This happens when you're performing a task on the server (such as reinstalling, updating, installing mods etc.) -
Yes, but you would have to make manual changes for that to work. You would need to create symlinks of the .vpk files that can be accessed by the various users that runs the service. It should definitely be possible.
-
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
@mspsmuge In theory: yes. In practice: ... well, not so easily. The script sets random affinity and low priority on the process during startup and then waits for a specific string to appear in the server's logfile. Old versions of Minecraft uses "server.log" while newer versions of Minecraft uses "logs\latest.log". The string also includes the number of seconds it took to start so we can't search for the entire string like we do with the Rust config. We could search for "Done", but some mods/plugins outputs the exact same string to the log. I'll see what I can do. No promises though. -
Firewall / Automatically port forwarding | Linux | If you need help!
Dennis replied to MrFreeze4U's topic in TCAdmin Scripts
Yes. You can do something like this: if (( ${ThisService_QueryPort} > 0 )); then ... fi You can do the same thing for custom ports. for i in {1..10} do //Check if custom port is set and open the port in the firewall done -
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.5.2 [Fixed] Wipe scripts were writing changes to server.cfg which would cause issues and changes to the server's seed wouldn't take effect. -
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.5.1 [Fixed] Rcon was not working because +rcon.password was removed from commandline -
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.5.0 After updating, please click "Update existing services" in the Rust config. Changed] The game service is now configured using settings.cfg and additionalsettings.cfg to fix a small issue. These files will be merged to server.cfg before the server starts settings.cfg can now only be edited using the configuration editor additionalsettings.cfg can only be edited using the text editor. This file is for settings that are not defined in settings.cfg @mspsmuge this should fix your issue. -
Repository is broken: tcadmin:amd64 (= 2-1) has no Size information
Dennis replied to troposphere's topic in Linux Support
Did you follow these steps to install? - https://help.tcadmin.com/System_Requirements - https://help.tcadmin.com/Installation What version of mono do you have installed? -
@Smolf check the server's logfile or the web console. It should provide some context as to why the server is not starting properly.
-
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
TCAdmin is not always able to decide what Java version is needed. Try setting the Java version manually. -
You will need to create a ticket as I mentioned before.
-
Well, it can't be a fresh installation of TCAdmin since you've already setup multiple services - which means that TCAdmin was working at some point. Unfortunately, I can't help troubleshoot the issue from here. You will need to create a support ticket with login details for your server.