1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Merge pull request #122 from Valansch/develop_north_america

Final version of North America map
This commit is contained in:
Valansch 2017-11-26 17:35:28 +01:00 committed by GitHub
commit 2fc758ced9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3263 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
require "locale.gen_combined.grilledham_map_gen.map_gen"
map_gen_decoratives = true
local pic = require "locale.gen_combined.grilledham_map_gen.data.north_america"
local pic = decompress(pic)
local map = picture_builder(pic)
-- this changes the size of the map
map = scale(map, 2, 2)
-- this moves the map, effectively changing the spawn point.
map = translate(map, 0, -200)
-- this sets the tile outside the bounds of the map to deepwater, remove this and it will be void.
map = change_tile(map, false, "deepwater")
return map

View File

@ -27,6 +27,7 @@ in this file and your run_*type*_module(event) function will be called.
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.biome_test"
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.GoT"
--require "locale.grilledham_map_gen.presets.UK"
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.north_america"
--shapes--
--require "locale.gen_shape.left"