
Amadeux
Member-
Posts
20 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Amadeux
-
I'm unsure of why you disallow donation links for people who want to help the community? Edit: Reading further into your forum rules it does says Advertisements are not allowed. How about a Paypal link, etc.?
-
Hiya all, I am running a Master and a Remote on Windows 2012 R2. When creating a service from WHMCS on the remote it initially tries to start with the correct slots (lets say 30) then resets to 10. If I move the server to the Master, then back to the Remote the 30 slots persists with no issue. Under Service Settings it does say 30 Slots, the database also says 30 Slots. The command line parameter and command line in task manager shows 30 Slots. I feel as though I'm going a bit crazy here but does anyone know the reason why?
-
The only thing different I see between yours and mine is you added -savepath.
-
Numpty, make sure initType Continue is in the command line.
-
I just downloaded The Forest to my game files and just clicked on executable to give it a run first before I installed a server. Otherwise it hung at about 250MB. I have tried it with and without Oxide and it works so far. My biggest issue now is that the server is taking about 9-15% of the CPU even when idle.
-
I had to run it once before creating the game servers or I got that error also Numpty. I also noticed the config did not have -nographics -batchmode in the default command lines but it was in the custom.
-
Check for illegal characters in that users directory. An example would be Chinese characters or the following in file or directory names. \ / : * ? " < > | Windows has a nasty habit of letting you zip incorrect files but not unzipping them
-
Hiya, When trying to use a Virtual Server (TCVirtualSvr2 is the username) I tell the game to Run As Local System and it ignores these settings. Any possible way to fix this?
-
DirectX is installed, I believe it is the default generic graphics driver installed on this server. It will run under Remote Desktop but when running through TCAdmin it can't get the required resolution.
-
I read their steam page for Dedicated Servers. It has a ton of people with the resolution problem. They didn't allow -nographics and it boots to a black console screen that fails on my servers.
-
Looks like we aren't the only ones. Maybe the devs will not require a video card in future updates (1.0)
-
Still no luck on my end. Has anyone else had any?
-
Thanks!, I've done a lot of SQL at work for BiS services so will have to employ some of that.
-
Did a forum search: http://clientforums.tcadmin.com/showthread.php?t=12492&highlight=Minecraft
-
That is really cool, did you just query your TCAdmin Table directly?
-
After MUCH research I've concluded that my dedicated server is locked to only 1 resolution. I've edited the registry to try to change the default resolution of The Forest dedicated server but it reverts back as soon as you run it again. I believe my particular problem is related to the server using the default Microsoft Display Driver instead of the one that should be installed. DXDiag shows only the 1 available resolution and it's higher (1920x1080) than The Forest allows. It does work when logged in via RDP probably because it's not trying to run as a background process and runs in a 1024x720 window. If I do figure this out I'll post a solution.
-
I would also really like to see this feature. I'm hosting a lot of game community servers for testing and it would be nice to see players online at a glance on the Game Servers listing page.
-
Just started a few days ago but managed to get this working using the helpful IronPython examples in the manual and the previous Config which saved some time editing. Figured I would share the love since I've downloaded a few from the forums myself. It uses MySQL as the database so if you are using MariaDB you may have to change things a bit. I haven't found any issues with this yet but it's still early You will need to edit the scripts to properly connect to your database. It will create lif_1, lif_2, etc. based on the Server #. If you find any errors in what I've done please let me know and I'll try to correct them. lif - Windows.xml
-
I see you have Server.ini in the game folder. How are you calling that as your configuration file? It just sits inactive when I try to run it through TCAdmin.
-
Thanks, It seemed to be an oddity with Windows 2012 Essentials Edition. I needed to go to Windows 2012 Standard Edition for RAM reasons anyway and it fixed the problem. Just in case anyone else hits the same problem.
-
Getting the following error when trying to boot TCadmin on Windows Server 2012 R2. This is trying to access the initial configuration screen. Haven't seen this before: Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Value cannot be null. Parameter name: path (C:\Program Files\TCAdmin2\ControlPanel\web.config line 80) Source Error: Line 78: <customErrors mode="RemoteOnly"/> Line 79: <httpModules> Line 80: <add name="HttpCompressModule" type="TCAdmin.Helper.HttpCompress.HttpModule,TCAdmin.Helper"/> Line 81: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> Line 82: <add name="WebResourceCompressionModule" type="Miron.Web.HandlersAndModules.WebResourceCompressionModule"/> Source File: C:\Program Files\TCAdmin2\ControlPanel\web.config Line: 80 Any clue as to why?