Map Merger: Difference between revisions

542 bytes removed ,  19:47, 26 July 2015
m
Updated
imported>Jordie0608
No edit summary
imported>CorruptComputer
m (Updated)
Line 14: Line 14:
|To test if Java is in your PATH, open Git Bash and type "Java". If it says "unknown command" you will need to add JAVA/bin to your PATH. See here for how: [https://www.java.com/en/download/help/path.xml]
|To test if Java is in your PATH, open Git Bash and type "Java". If it says "unknown command" you will need to add JAVA/bin to your PATH. See here for how: [https://www.java.com/en/download/help/path.xml]
|-
|-
|'''3. Backup'''
|'''3. Prepare Maps'''
|It's not strictly necessary to, but usually a good idea to make a backup of your map at this point.
|Run "Prepare Maps.bat" in the tools/mapmerge/ directory.
|-
|-
|-
|'''4. Edit your map'''
|'''4. Prepare map'''
|Run prepare_Map.bat in the tools/mapmerge/ directory.
|-
|'''5. Edit your map'''
|Make your changes to the map here. Remember to save them!
|Make your changes to the map here. Remember to save them!
|-
|-
|'''6. Clean map'''
|'''5. Clean map'''
|Run clean_Map.bat in the tools/mapmerge/ directory. Don't worry if it says there are ~8000 differences, just ignore that for now.
|Run "Run Map Merge.bat" in the tools/mapmerge/ directory. Don't worry if it says there are ~8000 differences, just ignore that for now.
|-
|-
|'''7. Check differences'''
|'''7. Check differences'''
Line 31: Line 27:
|-
|-
|'''8. Commit'''
|'''8. Commit'''
|Your map is now ready to be committed, rejoice.
|Your map is now ready to be committed, rejoice and wait for conflicts.
|}
|}
== Editing different maps ==
The Map Merger tools are configured for the main map, presently tgstation 2.1.3, and will not work if you're trying to edit a different map. To fix this, open both prepare_map.bat and clean_map.bat and change "set MAPFILE=tgstation.2.1.3.dmm" to the map which you're trying to edit. For instance, if you want to use the Map Merger tools for a map called "MyFirstMap.2", you would change it to "set MAPFILE=MyFirstMap.2".


[[Category:Guides]] [[Category:Game Resources]]
[[Category:Guides]] [[Category:Game Resources]]
{{Contribution guides}}
{{Contribution guides}}