Jump to content

Dennis

Administrator
  • Posts

    1,881
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. What have you used to check if it's online? Where are those screenshots from?
  2. Are you sure that both the game port and the query port has been forwarded?
  3. Ah, I see that it's not included in the config I've uploaded here. Download the latest version. What's New in Version 1.2.2 This update might break things. Please test fully before using in production. This will be the last update before I release a rewritten version of this config. Added ability to select Java version manually Java versions are now updated automatically using scheduled tasks Clients can not manage these scheduled tasks Minor changes to how TCAdmin decides the version of Java to use
  4. @Joey Misfit there should be a button called "Select Java Version" which allows you to specify which Java version you want the server to run with. The new config downloads Java 8 and 16 and places them locally on the game service.
  5. Yes, that's it. If Model.SelectedServer.Name is null, you shouldn't show that column. I'll see if I can find another way to let clients set the name, though. I might even re-implement the server-name.
  6. @Joey Misfit Server names was only a thing for early version of Minecraft. There's no way to set a server name. I removed it a couple of months ago as it's only real purpose was to show a name in TCAdmin. Your theme probably expects a hostname to be set which is why it shows up as "Invalid". On default themes, the hostname area simply won't appear.
  7. @Doxmia It's not the same as the one that's shipped with TCAdmin (unless they included it). You can import and overwrite your current ARK configuration with this one if you want to. Just remember to click "Update existing services" in the game config after importing.
  8. @Rislem I haven't seen that before. Are you on Windows or Linux? If you want, you can PM me with a login to TCAdmin and your server (SSH/RDP) and I'll take a look at it as soon as possible.
  9. What's New in Version 1.2.1 This version contains a few fixes (mostly for Linux). Changelog for 1.2.0 included below. [Fixed] Linux config couldn't extract OpenJDK JRE tar.gz files [Fixed] Linux minecraft_server.sh now includes shebang [Changed] 'Wait for Exit' changed to 10 for Linux config [Changed] Default command line changed to run vanilla Minecraft (minecraft_server.jar) [Changed] EULA now contains a link to the Minecraft EULA [Added] External Download in case minecraft_server.jar doesn't exist Changelog for 1.2.0: Please read before updating/installing. This config is changing how services start and might break things until it has been tested and changed enough. Linux config needs more testing. From now on, the config will automatically download Java (AdoptOpenJDK JRE 8 and AdoptOpenJDK JRE 16 OpenJ9). This config will not use the version of Java you have installed on your server (only as fallback, in case AdoptOpenJDK files are not found) [Added] Executable files for OpenJRE [Added] TCAdmin will try to decide what version of Java the service should be started with (OpenJRE 8 up to Minecraft 1.16.5, OpenJRE 16 for 1.17 and above) Minecraft 1.17 includes a version.json that specifies what version of Java is needed. If this is found, it uses OpenJRE 16 If version.json does not exist, or if TCAdmin can't conclude what version of Java is needed, it will fall back to OpenJRE 8 If OpenJRE doesn't exist on the game server, it will fall back to system installed Java [Added] Download/Update OpenJRE from "More" > "Download Java". Known issues: There's no way to automatically update every bundled Java version. This could be a security risk Before service is started, TCAdmin opens the .jar file with the ZipFile module in Python. Sometimes the file is not closed automatically If you find a way to consistently reproduce the error, please contact me
  10. I've updated the config for Minecraft: Linux version hasn't been tested much. If you experience any issues, please let me know in the topic for that resource.
  11. What's New in Version 1.2.0 Please read before updating/installing. This config is changing how services start and might break things until it has been tested and changed enough. Linux config needs more testing. From now on, the config will automatically download Java (AdoptOpenJDK JRE 8 and AdoptOpenJDK JRE 16 OpenJ9). This config will not use the version of Java you have installed on your server (only as fallback, in case AdoptOpenJDK files are not found) [Added] Executable files for OpenJRE [Added] TCAdmin will try to decide what version of Java the service should be started with (OpenJRE 8 up to Minecraft 1.16.5, OpenJRE 16 for 1.17 and above) Minecraft 1.17 includes a version.json that specifies what version of Java is needed. If this is found, it uses OpenJRE 16 If version.json does not exist, or if TCAdmin can't conclude what version of Java is needed, it will fall back to OpenJRE 8 If OpenJRE doesn't exist on the game server, it will fall back to system installed Java [Added] Download/Update OpenJRE from "More" > "Download Java". Known issues: There's no way to automatically update every bundled Java version. This could be a security risk Before service is started, TCAdmin opens the .jar file with the ZipFile module in Python. Sometimes the file is not closed automatically If you find a way to consistently reproduce the error, please contact me
  12. I have a working config soon. Just needs some fine tuning. I'll upload it tomorrow. Be aware though: It's a beta release.
  13. I'm going to expand the Minecraft config to bundle different versions of java with the game server and let the user decide what version to run. The user will need to switch java versions manually, but I might be able to do some magic and have TCAdmin decide that java version depending on the version of Minecraft the server is running.
  14. The "Latest stable" needs to be updated manually by a TCAdmin admin.
  15. You should be able to use any of the configs that exists for Minecraft. You can use this module for TCAdmin to automatically add new Minecraft versions:
  16. @JoeCooper Steam Workshop and Custom Mods are two different things. Steam WorkShop is built into TCAdmin and will have to be configured from the "Steam Settings" tab in the game config. See this: https://help.tcadmin.com/Workshop_Browser
  17. @Smolf what version of TCAdmin are you on? That error should've been fixed in one of the recent updates.
  18. You can't connect from Steam, unfortunately. You will need to connect to port 2456 from the game directly.
  19. What's New in Version 2.0.7 [Added] Genesis: Part 2 command line
  20. What's New in Version 1.3.5 Reupload, previous config had issues. [Changed] Rcon Protocol is now RustWeb on Linux (sorry!) [Fixed] "Switch Branch" script did not work. [Removed] "steambranch" variable Please reinstall 1.3.5 if you already have it installed. It's currently a mess switching between branches as the server would constantly see itself as updated. This update should fix that.
  21. What's New in Version 1.3.5 [Changed] Rcon Protocol is now RustWeb on Linux (sorry!) [Fixed] "Switch Branch" script did not work. Switching to Staging requires you to enter the credentials of a Steam Account that owns Rust in the "Steam Settings" tab [Removed] "steambranch" variable
  22. Okay, I'll need some time before I can release an update. I can see that the "Switch Branch" script will only work on Windows. The current script only works with the old way of switching branch - now it's no longer a branch, it's a seperate game. You need to own Rust in order to download the staging files. I'll see how I can fix this.
  23. Oh wait, I know why. Hang on, update incoming within a few minutes.
  24. @hz32 doesn't seem to be stuck. It seems to be fully completed The SteamCMD output is not necessarily sent in chronological order, so I get why it can seem a bit misleading.
  25. 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.
×
×
  • 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