Not sure whats going on, but, I downloaded the zip file and a few plugins. I installed the dedicated server using steamcmd on win7. Location is C:\Games\RoK_Dedicated\steamapps\common\Reign Of Kings
placed in this folder:
oxide.root.json
msvcr120.dll
monosgen-2.0.dll
CSharpCompiler.exe
There is a ROK_Data\Managed folder which I added a bunch of files to. I tried to start the server and it fails every time. Is there documentation on what I'm supposed to do or something?
I start the server using a .bat file:
I seen in another thread that there is supposed to be a oxide/plugin folder, i dont see this located anywhere, am I supposed to make it?Code:start "" C:\Games\RoK_Dedicated\steamapps\common\"Reign Of Kings"\ROK.exe -batchmode -nographics -silent-crashes
Solved Can't figure out how to setup my server
Discussion in 'Reign of Kings Discussion' started by BluScrnOdeth, Jun 20, 2015.
-
the Start.bat should look like
Code:@ROK -batchmode -nographics -silentcrash -logFile "logs/unity_%DATE:~-7,2%-%DATE:~-10,2%-%DATE:~-4,4%.txt"
-
ok that worked and created the plugins directory. Thanks!