-
Posts
1,869 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
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.
-
The config should be imported into TCAdmin: https://help.tcadmin.com/Game/Voice_Configuration#Importing
-
It's actually very easy to start and stop it - it's built into TCAdmin. If you select the Custom Action or Custom Icon event, you can make TCAdmin stop the service before the script is executed: https://i.imgur.com/SyA7AvF.png The service is automatically started after. If you allow scheduling, the client can create a scheduled task that does this every few hours.
-
Minecraft (40+ modpacks, more than 200+ different versions)
Dennis replied to Dennis's topic in Game Config Files
You should run batch on Windows, not bash :-) -
In the new MVC templates you can set a background image per game that will show up when you're on the ServiceHome for each service (where you can start/stop/restart the service. If you don't configure a background image, you'll instead see the images that are on the Steam Store page for that game. If there's multiple images, a random one will be shown for each page reload.
-
If you experience monitor-crashes from time to time, there's a simple solution. You can set the Windows service to automatically restart if the service is shut down. On your Windows server, go to Services, right click the TCAdmin Monitor service and select Properties. In the Recovery tab, set First Failure and Second Failure to Restart the Service. Leave the Subsequent Failures to either Take no Action or Run a Program (you could make a script that notifies you about the crash). If TCAdmin keeps crashing, you would need to investigate the issue by opening the error log (C:\Program Files\TCAdmin2\Logs\Monitor\). Also, remember to set 'Reset fail counter' to 1. If it's set to 0, the fail counter will be reset to 0 every time the service is started again, meaning it will never go to Second Failure or Subsequent Failures - but this is just how we've done it. Tweak it to your own needs :-)
-
Hi, Go to System > Settings > Game & Other Voice Servers > Killing Floor 2 > Export. Upload that config file (.xml) here.
-
Yes ;-) Shouldn't be difficult getting other versions to work, so just let me know if you need any.
-
Can you please post your config? I'll have a look at it then.
-
Minecraft (40+ modpacks, more than 200+ different versions)
Dennis replied to Dennis's topic in Game Config Files
Here you go: https://clientforums.tcadmin.com/showthread.php?p=80301 -
This is a very simple config for Minecraft: Bedrock Edition. Instead of using the official software, this config is using NukkitX which support plugins. MC_BE - Windows.xml
-
What exact errors are this? :-)