self:set_game_options(session,response,options)wgs:create_new_game(seed,true)local generation_method=radiant.util.get_config('world_generation.method','default')if generation_method=='tiny' then tile_margin=0
Changing “if generation_method==‘tiny’ then tile_margin=0” to “if generation_method==‘large’ then tile_margin=#”
Replacing # with 2+ SHOULD generate larger worlds.
After you repacked the Stonehearth.smod with this change via 7zip, Winrar, or another archive program then the last thing you need to do is add a few lines to the user_settings file in your stonehearth folder.
Nice detective work! I’d love to see a mod that implements multiple sizes of worlds, especially including worlds smaller than the default world, but bigger than the “tiny” world (so big enough to be interesting). Smaller worlds could really help players with lower-end PCs, and larger worlds could give hours of fascination to players with higher-end PCs.
Hello, I was following what you said to do when adding a few lines to the “User_Settings File” I get Error starting application It only happens when I add the lines to “User_Settings File” and can not seem to fine a way to fix it.
Could be where you pasted it; Can you paste your User_Settings here http://www.upaste.me so I can see them? Just paste the address bar and I’ll fix it for you :3
Try this; You had two “mods” sections and at the bottom you had a comma at the final line but there was no follow-up text so the config was reading more but there was none
I can’t understand what should I do there. Please help me!
Cant find this line:
self:set_game_options(session,response,options)wgs:create_new_game(seed,true)local generation_method=radiant.util.get_config('world_generation.method','default')if generation_method=='tiny' then tile_margin=0