Jump to content

Sh4mpo

Members
  • Posts

    30
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Sh4mpo's Achievements

Scavenger

Scavenger (2/15)

0

Reputation

  1. I'm having continuously the problem that my server can't find the Map. --> ERR Error starting dedicated server: Gameworld "NitroGenMap15" not found! See gist for complete log https://gist.github.com/Sh4mpo/2cb5d8d4c07ca1b9faf3e60118cb34a9 My server host is Nitrado Map direction : /sevendaysexperimental/Saves/GeneratedWorlds <property name="GameWorld" value="NitroGenMap15" /> <property name="WorldGenSeed" value="NitroGenMap15" /> <property name="WorldGenSize" value="8192" /> <property name="SaveGameFolder" value="C:\SERVICES\ni1019986_1_SHARE\ftproot\sevendaysexperimental\Saves\GeneratedWorlds" /> Also tried : /sevendaysexperimental/Saves <property name="GameWorld" value="NitroGenMap15" /> <property name="WorldGenSeed" value="NitroGenMap15" /> <property name="WorldGenSize" value="8192" /> <property name="SaveGameFolder" value="C:\SERVICES\ni1019986_1_SHARE\ftproot\sevendaysexperimental\Saves" /> So anyone who can help me and tell me what i'm doing wrong? If you need more information let me know. Sh4mpo FIX! All right, So this is kind off funny. The way to use a NitrogenMap on a Nitrado server: Serverconfig.xml <property name="GameWorld" value="[map name]" /> <property name="WorldGenSeed" value="[map name]" /> <property name="WorldGenSize" value="8192" /> <property name="SaveGameFolder" value="C:\SERVICES\ni1019986_1_SHARE\ftproot\sevendaysexperimental\Saves" /> So according to the SaveGameFolder line you'll put them in the Saves folder that is located in the main folder, Well wrong! This is the actual place you need to put your map folder in; C:\SERVICES\ni1019986_1_SHARE\ftproot/sevendaysexperimental/Data/Worlds You do need to leave SaveGameFolder as: <property name="SaveGameFolder" value="C:\SERVICES\ni1019986_1_SHARE\ftproot\sevendaysexperimental\Saves" /> Do not change this or you'll probably be in trouble. It might work if you change it. In the explanation from Nitrogen it says to put the folder in "sevendaysexperimental\Saves" That's why I totally forgot about the Worlds folder in Data. This was not the only solution, this way I got it to load until I got an error: IOException: Sharing violation on path C:\SERVICES\ni1019986_1_SHARE\ftproot\sevendaysexperimental\Data\Worlds\Custom1\dtm_processed.raw About this I was able to find a solution on other forums. Simply put the map in your singleplayer folder. Start a new game with this new map. Log in, and when you're in game, exit and then copy the file from your singleplayer to your server as mentioned above.
×
×
  • Create New...