WarCiTy
What is this?
This is a simple application to preview and edit a map's custom test triggers, modifying this data does not do much by itself, you would probably require the editor to save the map and get the changes into the map's main script.
It is still on avery early version, I recommend you to backup your map before trying it.
Ok..., name uses for this?
- Bob is far from his 3d accelerated computer, yet he wants to see the custom text triggers from someone else's map, without world editor at hand, he could manage to extract war3map.j, however, if there was vJass involved, war3map.j is likely not to be as readable as the original custom text triggers. It is certainly not as organized either. So he uses this tool, opens the map with WarCiTy and uses the [custom text] menu to navigate through all the custom text triggers.
- For some reason, Niles does not use world editor to edit the map's scripts, yet he wants to share the map without getting a lot of complaints about he not following the 'standard', Niles ends up using this tool to paste the external scripts he coded into the custom text contents of the map.
- Alice wants to do a global text replace affecting all the custom text triggers of the map, so he exports the warcity generated .j file from the map's wct file. Performs the global text replace on such file, then imports the file again.
Changelog
- 0.2.0: Fixed a map corruption when saving a map that had no custom script section comment.