the1killer / sm_overview

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

Cells.json not being created #13

Closed GandalftheGreyt3719 closed 1 year ago

GandalftheGreyt3719 commented 2 years ago

I follow the instructions in the video guide, and after I start the game, going into the world I want, and then checking the survival folder, it doesnt create the cells.json folder. I check indentation, and tried just replacing the vanilla terrain file with the one supplied and it didnt work either. Could it have something to do with the new line between the UpdateLocationStorage() and return true lines?

the1killer commented 2 years ago

There is also a 2nd file to edit now, did you edit tile_database.lua?

jigglepiggle commented 2 years ago

@GandalftheGreyt3719 I was having the same issues, i managed to fix it by just dragging and dropping all 3 lua files to their respective place is the sm file path including SurvivalGame.lua. hope this helps!

edit: also make sure you don't have any mods installed, you can uninstall all mods by opening steam, right clicking SM and clicking properties, then you click local files and then click verify integrity of game files.

GandalftheGreyt3719 commented 2 years ago

Ok. I will try that next time im on that computer.

Sent via the Samsung Galaxy S22 5G, an AT&T 5G smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: JigglePiggle @.> Sent: Monday, August 15, 2022 6:59:21 AM To: the1killer/sm_overview @.> Cc: GandalftheGreyt3719 @.>; Mention @.> Subject: Re: [the1killer/sm_overview] Cells.json not being created (Issue #13)

@GandalftheGreyt3719https://github.com/GandalftheGreyt3719 I was having the same issues, i managed to fix it by just dragging and dropping all 3 lua files to their respective place is the sm file path including SurvivalGame.lua. hope this helps!

— Reply to this email directly, view it on GitHubhttps://github.com/the1killer/sm_overview/issues/13#issuecomment-1214886111, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQN3G6MAM6W6I5C5K5KNQO3VZIPITANCNFSM53NQYUNA. You are receiving this because you were mentioned.Message ID: @.***>

paucc commented 2 years ago

@JigglePiggle Thank you very much, this helped me a lot. I was also stuck because I didn't replace the SurvivalGame.lua and the Cells.json file wasn't created.

:raised_hands: