Jump to content

Dennis

Administrator
  • Posts

    1,876
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. @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.
  2. 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
  3. 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.
  4. 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  
  5. What's New in Version 1.0.2 Now supports multiple plugin installations at once. Separate each link by a new line.
  6. What's New in Version 1.0.1 Fixed uMod plugin downloader I was using a method to test if uMod was installed through the mod manager. It would check for a certain unique ID. Unfortunately, this ID is not the same on other TCAdmin installations. It no longer checks if uMod is installed.
  7. View File Rust - Automatic wipe/update, Oxide, Plugin Installer 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 Rust config. Remember to select Rust in the 'Update Game' field if you do Leave all other settings Features Download plugins from uMod.org using Custom Mods module Automatic wipe every first Thursday of the month (update + wipe) If uMod is installed, uMod will also be updated automatically when a Steam Update has run Switch between branches Wipe server Start on only specific amount of CPU cores (default 3) - these are selected randomly Easy configuration of each service using variables and configuration editor Update/wipe automatically on wipe day: Create a new scheduled task Select 'Wipe on Rust Wipe Day' Configure the task to run once per day Configure the task under "Script Parameters" The task needs to run every day. The task is not doing something, unless it's the first Thursday of the month. Known issues: Query doesn't properly in version 1.6.0 of this config. If it bothers you, disable Query Failure Detection from "Query Monitoring" in the game settings. Submitter Dennis Submitted 9/29/2020 Category Game Configs  
  8. @sirshaw maybe TCAdmin is shutting down the server because it can't be queried. What does the service logs say?
  9. All of our servers run with the latest update, no issues. Are you using the UTF-8 protocol?
  10. It works fine for me using the Half-Life 2 new (UTF8) query protocol.
  11. You just need to create an update with the following settings:
  12. Dennis

    GSLT Popup

    You can't access the window again if the key is set. You should replace the key from the configuration file or command line.
  13. You can use this to install maps: Operating System: Any Description: Move map to /csgo/maps/ Script Engine: IronPython Event: After Workshop Content Installed Ignore execution errors: Unchecked from System.IO import File if File.Exists(FileNameSavePath): try: File.Move(FileNameSavePath, ThisService.RootDirectory + 'csgo/maps/' + FileNameNoPath) except IOError, e: raise Exception("Failed to move %s, error was:\n%s" % ('csgo/maps/' + FileNameNoPath, e))
  14. Make sure that the Steam settings for the game config is correct.
  15. You can't assign an IP anymore - that hasn't worked for years, unfortunately. If anyone comes up with a fix, let me know.
  16. What's New in Version 1.4.1 Linux config included! Both configs should be Script added that sets OS variable to Linux (to get correct path to configuration files) Workshop scripts have been modified to account for integer overflow phpMyAdmin Link deleted (use MySQL Manager instead) Removed unnecessary updates (scripts)
  17. Dennis

    Monitoring Bug

    Try going to the game config and click 'Update existing servers'.
  18. View File 7 Days To Die 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 7 Days to Die config. Remember to select 7 Days to Die in the 'Update Game' field if you do Leave all other settings Features Shut down properly using custom script with rcon commands Support for A20 Support for Alloc's Server Fixes (easy install) Support for "Darkness Falls: They mostly come out at night..." (easy install) Configuration files are 100% configurable using Configuration Editor Easy backup of worlds and configuration files If you want any mods added, let me know. I'll see what I can do. Switch between versions Experimental config is available from here: To switch between Alpha and Experimental, you should enable Game Switching: https://help.tcadmin.com/Manage_Game_%26_Voice_Services#Game_Switching Once this has been enabled, you can switch between the versions. Please note that your server will be completely wiped when doing this. Submitter Dennis Submitted 6/30/2020 Category Game Configs  
  19. Yes, it is. If you configure a FTP server on the server, you can setup TCAdmin to use that as a Fast DL server. This is done by adding it as a file server in TCAdmin.
  20. Is that in the configuration file template or in your service's configuration file? The variable should be set in the configuration file template, and then the variable should be changed using the configuration editor.
  21. In TCAdmin, you have the option to define how many additional slots a service can use. See this: https://help.tcadmin.com/Query_Monitoring#Slot_Detection
  22. @tiweb have you followed the instructions in the post?
  23. We're still having the same issue as well. I don't know what's happening - the dedicated server documentation still says it's using the Steam query protocol.
  24. Are you using MVC or the old design for TCAdmin?
×
×
  • 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