Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- render.bat
- mapcrafter.exe -c topdown.conf -j 4
- mapcrafter_markers.exe -v -c topdown.conf
- pause
- topdown.conf
- output_dir = output
- [world:overworld]
- input_dir = world
- dimension = overworld
- default_view = 447,129,64
- default_zoom = 7
- [map:overworld_topdown_day]
- name = Overworld - Day Time
- world = overworld
- render_view = topdown
- render_mode = daylight
- texture_size = 6
- texture_blur = 2
- tile_width = 3
- [map:overworld_topdown_night]
- name = Overworld - Night Time
- world = overworld
- render_view = topdown
- render_mode = nightlight
- texture_size = 6
- texture_blur = 2
- tile_width = 3
- [world:ocean]
- input_dir = world
- dimension = overworld
- default_view = 447,129,64
- default_zoom = 7
- [map:ocean_topdown_day]
- name = Overworld - Ocean
- world = overworld
- render_view = topdown
- render_mode = daylight
- texture_size = 6
- texture_blur = 2
- tile_width = 3
- water_opacity=0.5
- lighting_water_intensity=0.5
- [marker:base]
- name = Home Bases
- prefix = [Base]
- title_format = Base of %(text)
- icon = homebase.png
- icon_size = [32, 32]
- show_default = true
- [marker:community]
- name = Community Facilities
- prefix = [Community]
- title_format = %(text) Community Facility
- icon = community.png
- icon_size = [48, 48]
- show_default = false
- [marker:landmark]
- name = Player Landmarks
- prefix = [Landmark]
- title_format = %(text)
- icon = landmark.png
- icon_size = [32, 32]
- show_default = false
- [marker:server]
- name = Server Markers
- prefix = [Server]
- title_format = %(text)
- icon = server.png
- icon_size = [32, 32]
- show_default = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement