-
Posts
1,882 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
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.3.4 'Wipe on Rust Wipe Day' and 'Wipe server' script [Changed] The script will now wipe all .map and .sav* files from the server [Fixed] Issue with 'name 'ServiceStatus' is not defined' [Fixed] Issue when replacing previous seed consisting of a negative int with a new seed consisting of a negative int. Various cleanups [Deleted] 'savedir' custom variable The version of the "Wipe on Rust Wipe Day" script that was included in 1.3.3 won't work. If you've installed that version, please upgrade. -
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.3.3 [Improvement] 'Wipe on Rust Wipe Day' script won't stop the server unless it's actually wipe day [Fixed] Fixed an issue with generating a new seed automatically @Brettster There's a fix for your issue in the latest release. -
The game is not released yet. It's not possible to create a config for the game yet.
-
If you've installed DotNet after TCAdmin was started, you might need to restart TCAdmin. Both the Monitor and the Service Manager.
-
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 2.0.6 Service is now stopped using ^C (screen is now required on Linux for this to work) Removed script to shutdown using rcon [Linux] Web console disabled (doesn't work) Added scripts for After/Before reinstalled where needed -
You're trying to set two websites in the same vhost. That won't work. You need to define a new vhost - in other words; you need another 'server{}' block that's relevant for your phpMyAdmin domain.
-
So after adding the game manually to GameTracker, it still fails? If that's the case, GameTracker can't query the server - it's not a problem with TCAdmin.
-
And what happens if you add the game server to Game Tracker manually?
-
You need to make sure that the services can't be reached from GameTrackers network. Are you able to query the servers from an external network?
-
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
@Apollo is that on Windows or Linux? -
@jungleNZ Query port should just be different from game port. It doesn't really matter what they are, as long as another software is not using that port. Did you initially configure query port to be the same as game port?
-
windows/linux Valheim (V+ support and custom scripts)
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 1.1.2 Removed stop command from Windows Added stop command for Linux -
That's not an issue that we can do anything about. If TCAdmin and numerous external services can't query the server, it's because the server doesn't respond to queries. The query protocol set in TCAdmin doesn't affect anything regarding the game server - it only specifies what protocol TCAdmin should use to send queries to the server. If external services can't reach the service, it could mean that there's network issues or that there's a bug in the server software. Rust servers will occassionally not answer to queries either.
-
Without access to anything, there's nothing I can do. It could be problem X, Y or Z or a combination of them all. Try starting the server outside of TCAdmin (with the exact same command line) and see if it starts and you're able to join it. If you can't join it, the problem is not caused by anything in TCAdmin.
-
Without the config, it's going to be difficult for me seeing if it's something in the config that's causing issues. You can send it to me in a DM if you want. There's a lot of errors during startup, mostly related to mods. Are you able to start and join the server outside of TCAdmin?
-
Could you post the config you're using? Do you have multiple Conan Exiles configs? Could some services be using an incorrect one? What's the output of the Conan Exiles server log? What ports are configured for the service? Post a screenshot, but blur out the IP address.
-
@1GServerHost could you provide me with a login to your TCAdmin installation in a DM? I'm need to investigate the issue.
-
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 2.0.5 AltSaveDirectoryName commandline parameter added (will fix potential issues where savefiles in a cluster is clashing) The value of the parameter will get filled with the service's service ID automatically when setting a cluster ID. -
windows/linux Valheim (V+ support and custom scripts)
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 1.1.1 Added -nographics -batchmode parameter back to Windows config Fixed Valheim+ download for Linux Fixed 'Update Valheim Plus after update' to work with Linux -
windows/linux Valheim (V+ support and custom scripts)
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 1.1.0 Linux support added (thanks @LFA) Scripts added for Valheim+ that changes commandline Commandline options "-nographics -batchmode" removed Added uninstall script for Valheim+ -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
That seems weird. TCAdmin should be getting the information from Steam, so those numbers should be identical. I've only seen issues when CrossPlay had been enabled because that uses both Steam's and EGS' protocols. If it happens again, please send me a login to your control panel so I can investigate it. -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
If you add the server to your Steam favorites, does it also report more players than max allowed? -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
@conceptr980 is that not only with CrossPlay enabled? There's no fix for that, unfortunately. That's just how the number of active players are reported. -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
@Smolf "Cancelled" seems to indicate that something interrupted the installation. This could possibly be a monitor restart. -
Make local variable override global variable if the same name
Dennis replied to CloudNine's topic in Feature and Module Ideas
Why not just configure the default variable?