1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-17 21:08:08 +02:00

Moved all map gen data into the _locale folder to keep save files managable

This commit is contained in:
TWLTriston 2017-11-20 11:29:01 -05:00
parent d5b2516535
commit aa3e5fcef5
63 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
-- This folder should remain blank in the repo, copy the specific file you need from the _locale folder

View File

@ -0,0 +1 @@
-- This folder should remain blank in the repo, copy the specific file you need from the _locale folder

View File

@ -15,6 +15,9 @@ in this file and your run_*type*_module(event) function will be called.
--require "locale.gen_combined.UK"
--grilledham's map gen
-- Need to copy the file you want from the _locale folder to this one for it to be included
-- only get what you need, otherwise the save file is too big!
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.mobius_strip"
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.antfarm"
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.creation_of_adam"