Advertisement
Zac_McDonald

MapCrafter Setup

Dec 21st, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. render.bat
  2. mapcrafter.exe -c topdown.conf -j 4
  3. mapcrafter_markers.exe -v -c topdown.conf
  4. pause
  5.  
  6. topdown.conf
  7. output_dir = output
  8.  
  9. [world:overworld]
  10. input_dir = world
  11. dimension = overworld
  12. default_view = 447,129,64
  13. default_zoom = 7
  14.  
  15. [map:overworld_topdown_day]
  16. name = Overworld - Day Time
  17. world = overworld
  18. render_view = topdown
  19. render_mode = daylight
  20. texture_size = 6
  21. texture_blur = 2
  22. tile_width = 3
  23.  
  24. [map:overworld_topdown_night]
  25. name = Overworld - Night Time
  26. world = overworld
  27. render_view = topdown
  28. render_mode = nightlight
  29. texture_size = 6
  30. texture_blur = 2
  31. tile_width = 3
  32.  
  33. [world:ocean]
  34. input_dir = world
  35. dimension = overworld
  36. default_view = 447,129,64
  37. default_zoom = 7
  38.  
  39. [map:ocean_topdown_day]
  40. name = Overworld - Ocean
  41. world = overworld
  42. render_view = topdown
  43. render_mode = daylight
  44. texture_size = 6
  45. texture_blur = 2
  46. tile_width = 3
  47. water_opacity=0.5
  48. lighting_water_intensity=0.5
  49.  
  50. [marker:base]
  51. name = Home Bases
  52. prefix = [Base]
  53. title_format = Base of %(text)
  54. icon = homebase.png
  55. icon_size = [32, 32]
  56. show_default = true
  57.  
  58. [marker:community]
  59. name = Community Facilities
  60. prefix = [Community]
  61. title_format = %(text) Community Facility
  62. icon = community.png
  63. icon_size = [48, 48]
  64. show_default = false
  65.  
  66. [marker:landmark]
  67. name = Player Landmarks
  68. prefix = [Landmark]
  69. title_format = %(text)
  70. icon = landmark.png
  71. icon_size = [32, 32]
  72. show_default = false
  73.  
  74. [marker:server]
  75. name = Server Markers
  76. prefix = [Server]
  77. title_format = %(text)
  78. icon = server.png
  79. icon_size = [32, 32]
  80. show_default = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement