Jump to content

Dennis

Administrator
  • Posts

    1,876
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. This is not an issue with the config. It's an issue with the TCACrons module. ServerJars recently updated their API endpoints, and that's the reason. It will be fixed shortly.
  2. Try reinstalling the latest version of TCAdmin again.
  3. @Vicente that plugin is not made by me. You can find the thread for the module here:
  4. @Vicente the ARK config executes SteamCMD as the service user. You will need to use the SteamCMD executable that you find in the same folder as your service files (C:\TCAFiles\Users or /home/).
  5. @Claythrone check the server log to find out why the service is crashing. It could be that it's not starting using the correct Java version. You can change the Java version for the service if that's the case.
  6. @Vicente that is a SteamCMD issue, not an issue with the config. Try starting SteamCMD manually to see why it fails to download ARK.
  7. What's New in Version 2.2.0 [Changed] Query protocol now set to Half-Life 2 new (UTF-8) (a2sutf8) [Changed] Query interval changed from 600 seconds to 900 seconds [Changed] Service will now stop if query fails 3 times [Added] Fjordur commandline [Added] UseFjordurTraversalBuff in GameUserSettings.ini [Added] ark7th event
  8. Unfortunately, I don't think the feature works with MVC yet. You will have to disable MVC or wait for it to be implemented. Read this for info on how to disable MVC: https://help.tcadmin.com/MVC_Templates#Going_back_to_the_classic_ASP.NET_themes
  9. You can already run game services as the same user. Go to the game template and set "Run as" to "Unique operating system user for each service". If a user has multiple services, they are going to be run by the same user - still from separate folders, though. In theory, you could update the paths under "Service Settings" to run from the same directory, but the game would have to support running multiple services from the same directory.
  10. @Kosak0 try starting the server manually to see if it's crashing as well. https://help.tcadmin.com/Troubleshooting_Game_and_Voice_Services
  11. What's New in Version 1.1.2 [Added] "Language" and "Region" setting to serverconfigmain.xml
  12. @jungleNZ I'll make sure those lines are added in the next update. There's a few differences. This config has custom scripts that allows you to backup your world and configuration files. The official one should be replaced by this one at some point.
  13. Are they on the same machine? They need to be for clustering to work. Also, they have to be owned by the same TCAdmin user. If the service was previously owned by another user, you need to go to "More" and update the ClusterPath value.
  14. @Zerek 2019 what is the value of ClusterDirOverride in the commandline?
  15. I just tested a few ways of setting a blank name on Steam and then tried joining an ARK server. In some cases, the 'name' field would report back as "< blank >". In other cases, it would report back as my SteamID instead. Your suggestion will most likely be implemented into the "Half Life 2 new (UTF-8)" query protocol. If that should not happen (if we find an issue with this way of checking the player count), we're going to post an example for a custom query script that will do the same.
  16. This is interesting - but it might be possible to abuse it. What happens if a player with an empty name joins the server? ---- Moved to 'Feature and Module Ideas' instead of 'Bugs' as this isn't actually a bug in TCAdmin - it's working as expected. Your suggestion is noted, though!
  17. I have moved this topic to the Game Server Help section. I don't think you can. Not without a massive effort. If a client installs a plugin that requires port 8192, the plugin will automatically attempt to listen on that port. I don't think you can prevent it from happening. You could create a script that allows clients to get a random port that can be used - but it's a little tricky. One of the ways to achieve this is to let the script read all listening ports and exclude these from the range of ports that you want to let clients use. If a client is assigned a port, add that port to a list (could simply be a file) and exclude that list of ports from other clients. This still has issues, though: It won't work unless your clients are using it. The only thing your clients are guaranteed is that the port they're assigned is not in use at the time of running the script. If another user has assigned a port to a plugin without using the script, the same port could be assigned to another client in case the first client has temporarily shut down their service. The best way would be to assign each service it's own IP but I understand that it is not possible in your situation.
  18. What's New in Version 1.6.2 [Fixed] Fix "name 'glob' is not defined" when specifying wildcards in "Additional files/folders to wipe" in the Wipe Server script
  19. As I said previously, the file can be edited just fine. See this: https://streamable.com/5ljqks If you can't change it, it's because you saved the file as read only.
  20. Try upgrading to 2.0.177.6: https://help.tcadmin.com/Updating#Manual_Update Also, the lines can be removed. Save the file to your desktop and make sure it's not saved as read only. It's a simple XML file. TCAdmin won't prevent anything from changing it.
  21. This happens because the config was exported using a newer version of TCAdmin than you're using to import it. You can open the .xml file and remove the lines from the file. You will not be able to install it from the plugin repository, however. You will need to upload the config manually.
  22. You need to wait until TCAdmin queries the server. The server needs to be online for some time before TCAdmin will save the hostname.
  23. Can you elaborate? Hostnames are showing just fine for me using the latest version of the config.
×
×
  • 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