Jump to content

Can't load pre-generated map, Nitrogen


Sh4mpo

Recommended Posts

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.

 

In the meantime i have generated a new map Custom1 and i have the exact same issues

 

Sh4mpo

Link to comment
Share on other sites

4 hours ago, Beelzybub said:

I've seen the "Gameworld xx not found" error when the world is not copied to the Worlds folder, or is misspelled.

I copy pastes everything to make sure that mistake wouldn't be made. And I've double checked several times and it's really there. 

Link to comment
Share on other sites

11 hours ago, Sh4mpo said:

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.

 

In the meantime i have generated a new map Custom1 and i have the exact same issues

 

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.

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.

16 minutes ago, Beelzybub said:

Is this the folder where you put your new Nitrogen map?

C:\SERVICES\ni1019986_1_SHARE\ftproot\sevendaysexperimental\Data\Worlds\NitroGenMap15

Thanks for trying to help. But i've figured it out 😃

Link to comment
Share on other sites

54 minutes ago, Sh4mpo said:

Thanks for trying to help. But i've figured it out 😃

 

54 minutes ago, Sh4mpo said:

This is the actual place you need to put your map folder in;

C:\SERVICES\ni1019986_1_SHARE\ftproot/sevendaysexperimental/Data/Worlds

Glad you figured it out, but, that's what my first post said. So...... :)

 

I think you're confusing Saved games with Worlds. You can have any number of saved games based on the same world. And so, worlds are

kept separate from Saved games, in separate folders. Worlds go in the worlds folder and saved games go in the saved games folder.

 

If you pre-generate a Nitrogen, RWG, or custom map, it goes in the Worlds folder, not the Saves folder. The map generated by Nitrogen is

not a saved game, it is a world map.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...