Never done a server .. But I would think the same as normal. In the roaming file under system name where the 7d2d files go "GeneratedWorlds". But I might be wrong, but it's worth a look@damocles
Where do the map files go when running on a home server?
I’d like to get one running today
If your running the dedicated server it goes here:@damocles
Where do the map files go when running on a home server?
I’d like to get one running today
Upper right hand Corner of map maker .. their is a selection _ Traders .. if you want more _ use many or lots .. Lots = about 20+ on a map.Is there any way of getting traders in the city and upping the number of traders? ....Thanks.
There was a change in the placement procedure, I can check if that affects the traders.With version 0.450 the 4k maps come out without merchants or with 1, very few times I come out 5 or 6 and I put it in the option of many. Thank you
Good point,I set it to be very thin now. Its not really needed at all, and could be skipped if the border is water anyhow.If there is none, it might make some players travel too far and fall of the edge of the world.
Man I have the same desire, I trecked all the way to the burnt forest map border to get some coal, and then I discovered the terrible radiation wouldn't let me in the burnt forest at all.Wonderful ,DamoclesGreat work,keep it up.
Edit:
quick question
could be eliminated the radiation of border biome or is it harcoded.
```
creating output directory: NitroGenMap2 H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator\output\NitroGenMap2
output directory created
running generation thread
... running terrain generation ...
importing Hightmap: H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png
H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png : Image could not be read Can't read input file!
java.lang.RuntimeException: Could not import hightmap from H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png
at nitrogen.terraingen.c.a(Unknown Source)
at nitrogen.gui.NitroGenUI.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Could not import hightmap from H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png
Total time taken: 0 min 0 sec
```
Did you set to import from resources? There is a dropdown for it.@Damocles Aloha! been testing out your experimental version and so far love that i can do a 10k map, butit will not read the import_HM file at all not even the default one you have in the resources directory.
Code:``` creating output directory: NitroGenMap2 H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator\output\NitroGenMap2 output directory created running generation thread ... running terrain generation ... importing Hightmap: H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png : Image could not be read Can't read input file! java.lang.RuntimeException: Could not import hightmap from H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png at nitrogen.terraingen.c.a(Unknown Source) at nitrogen.gui.NitroGenUI.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Could not import hightmap from H:\7 days to die\NitroGen_WorldGenerator_v0460\NitroGen_WorldGenerator/output/NitroGenMap2/import_HM.png Total time taken: 0 min 0 sec ```