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:
commit
2fc758ced9
3246
locale/gen_combined/grilledham_map_gen/data/north_america.lua
Normal file
3246
locale/gen_combined/grilledham_map_gen/data/north_america.lua
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user