the1killer / sm_overview

Overview map generator for Scrap Mechanic
30 stars 7 forks source link

No cells.json #2

Closed RadGH closed 3 years ago

RadGH commented 3 years ago

Hey great looking tool! I am trying to get it to work for my game but there is no cells.json in the folder "\steamapps\common\Scrap Mechanic\Survival\". I searched the entire Scrap Mechanic directory and there is no cells.json at all.

I created a world in Survival, assume it should have been generated? I'm new to the game though, so maybe I'm missing a step.

explorer_2021-01-10_16-19-03

Any idea what I need to do? Thanks!

the1killer commented 3 years ago

Did you copy the code over in the terrain_overworld.lua inside the Scripts folder there? Then all you should have to do is load your save file and should output cells.json in that directory.

Make sure to load the save after you have made the code changes.

RadGH commented 3 years ago

Oh yeah I skipped the step to load the save game. Whoops! Thanks I'll give that a shot :)