-
Posts
1,884 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
Spigot (BuildTools) script for updating and installing Spigot/Craftbukkit
Dennis replied to Dennis's topic in TCAdmin Scripts
Sure. Create a .bat file with the following: java -Xmx1024M -jar BuildTools.jar --rev %1 xcopy spigot-%1.jar D:\Path\To\minecraft\TCA.Mods\spigot.jar* /Y xcopy spigot-%1.jar D:\Path\To\minecraft\TCA.Updates\spigot.jar* /Y xcopy spigot-%1.jar D:\Path\To\minecraft\TCA.Updates\spigot-%1.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\TCA.Mods\craftbukkit.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\TCA.Updates\craftbukkit.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\TCA.Updates\craftbukkit-%1.jar* /Y xcopy spigot-%1.jar D:\Path\To\minecraft\spigot.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\craftbukkit.jar* /Y The script is used like on Linux: "UpdateSpigot.sh 1.14.4" will download and build v. 1.14.4. -
Hi! You will need to edit the command line. From there, you should change the Xmx value.
-
Error to Update 2.0.132.0 tc_games.custom_home_view
Dennis replied to Gotteshand's topic in Windows Support
If you have an enterprise license, you will still need to buy yearly updates for TCAdmin. Make sure that you have that. -
Error to Update 2.0.132.0 tc_games.custom_home_view
Dennis replied to Gotteshand's topic in Windows Support
Press 'Check for updates'. The TCAdminUpdateTool.exe does not update your database, which is why you see those errors. If you don't see any updates, make sure you have a license for upgrades and support. -
Error to Update 2.0.132.0 tc_games.custom_home_view
Dennis replied to Gotteshand's topic in Windows Support
How did you upgrade? Did you upgrade directly from TCAdmin or by using the UpdateTool? -
When you pay for PhotoShop, you don't pay to have graphic pre-made. You pay for the software, like you do with TCAdmin. TCAdmin supports a lot of games out of the box. Some games will require a bit of configuration.
-
You would change it to whatever the executable file would be for Linux. For ARK, that could be ShooterGame/Binaries/Linux/ShooterGameServer. For most configs, you can leave the relative working dir.
-
It seems to be a bit random. I think it will indeed be moved to System > Settings, but sometimes we still see it in the sidebar/topmenu (depending on "classic"/MVC design).
-
Agree. And maybe a setting that would disable Email Notifications (in TCAdmin, not the actual emails) per user. I think I can count on 1 hand how many of our users actually have used the interface for something useful (other than exploring it) since they already has read the email.
-
Just be aware that .dll files can be used for exploits. I'd recommend that you at least configure the service to run as its own user.
-
2 physical servers***65292;how to corss each other
Dennis replied to pcconline's topic in TCAdmin Version 2
Yes. -
You should use AppID 376030 for the server. Right now, you're trying to start the ARK game as a server.
-
Scheduled Tasks "Minimum values" or restrictions
Dennis replied to Alexr03's topic in Feature and Module Ideas
HAIL LUIS! That one I'm looking forward to :-D -
Really? I've never seen any issues with the built-in mod downloader. I have had some issues with huge mods when using this tool: https://github.com/barrycarey/Ark_Mod_Downloader which is also using arkit That was a long time ago, and there's definately pros and cons to each solution.
-
Yes, that would cause the game server to start slower. This can take many minutes depending on the amount of mods and how big they are.
-
What does this mean "The following variables could not be read……"
Dennis replied to pcconline's topic in TCAdmin Version 2
Correct. If the variable doesn't exist in the configuration file, that message will show. Saving the configuration file will add the setting along with the default value (unless changed). -
A mod installer is actually built into ARK. Open up the Game.ini and add the following to the top of the file: [ModInstaller] ModIDS=000000000 ModIDS=111111111 As you can probably tell, you need to add one line per mod. Now go to GameUserSettings.ini and add the same IDs to ActiveMods. ActiveMods=000000000,1111111111 Every time you start the server, the mods will be downloaded through SteamCMD.
-
Try opening the minecraft_server.bat and replace 'Java' with the full path to java.exe and restart.
-
Multiple servers cannot work at the same time
Dennis replied to pcconline's topic in TCAdmin Version 2
Are they running on different IP's but same ports? -
You should read the following: https://survivetheark.com/index.php?/forums/topic/87419-guide-cluster-setup/ Remember that all servers in your cluster must be on the same physical server (AFAIK).
-
I was able to do that as well. The Update Tool still won't work. I'll see if it's still a problem for the next update and create a ticket if it is.
-
You can if the game server can run on Linux (it's the case for most games). For the majority of configs, you will just need to go to the 'Files' tab and change the executable file.
-
I was able to download it manually.
-
We can't download it. We're getting this error: * * * * * * * * * * WARNING * * * * * * * * * * * ONLY USE THIS TOOL IF THE WEB UPDATE FAILS * * THIS TOOL WILL NOT UPDATE YOUR DATABASE * * * * * * * * * * * * * * * * * * * * * * * * * Downloading file: 0 of 0MB (0%) Extracting file... System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: C:\Program Files\TCAdmin2\Temp\Upgrade.rar is not RAR archive at Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source, Object Description, Object HelpFile, Object HelpContext) at TCAdmin.SDK.Misc.Compression.Rar.RaiseError(Int32 errnum, String msg) at TCAdmin.SDK.Misc.Compression.Rar.LoadFileList() at TCAdmin.SDK.Misc.Compression.Rar.Init() at TCAdmin.SDK.Misc.CompressionTools.GetDecompressor(String sourceFileName) at TCAdmin.SDK.Misc.CompressionTools.Decompress(String sourceFileName, String destinationDirectory, VirtualDirectory virtualDirectory) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at TCAdminUpdateTool.ConsoleApp.Main()I've tried deleting the Upgrade.rar file and restarting TCAdmin Monitor. Any idea what's causing this? The file takes up 0KB of space. It seems to happen to every update after 2.0.131.1.
-
Update your TCAdmin installation to 2.0.129.0 or newer. You can also edit the .xml file using a text editor and remove the custom_home_view setting and any other setting that might give an error.