|
简单的说就是一个WCT编辑器
By Wc3MapOptimizer的作者vexorian
This is a quick and dirty editor for a map's wct file (The one that holds custom text triggers)
Initial version is able to mldly browse and edit the custom text triggers, note that right now there is no way for the program to tell whether a trigger is disabled o a comment or even what's the trigger name... But it does its job fine.
One good feature is that you can export and import these (the custom text) files as a special type of .j file, you can use this feature to process the custom text triggers all grouped into a single file. BTW, the syntax of the generated file is jass/vJass compatible, unless you had disabled triggers in your map that didn't follow the jass syntax or had redundant functions.
Next versions will also deal with the .wtg file and thus will be able to handle disabled triggers correctly.
Roadmap
** Initial version: can only support wct editing, ignores wtg, this makes it unable to add triggers, or actually know information related to the triggers.
Phase two: Will be able to handle .wtg if and only if there are no GUI triggers or GUI variables in the map, else it will go back to the limited mode we got in the initial version. This will allow you to create new custom text triggers, enable them externally (should be good against crazy WE not letting you enable them). Adding categories, controlling their adition order, etc.
Phase three: will automatically convert GUI triggers into custom text and GUI variables into a vJass compatible globals block. Then allow the stuff described in phase two on other maps, if some action/event/function is unrecognized (the map was done by UMSWE or WEU and you don't have a complete triggerdata.txt) it will still default to limited mode. |
|