SpringModEdit
Posted: 11 Nov 2010, 02:10
http://code.google.com/p/zero-k/source/ ... ingModEdit
Useful batch lua unitdef editor which has been around for a long time yet noone has explained how to use it. Licho made it so I don't know anything technical, I will just explain how I use it.
To do a batch edit
1. Start CaEdit.exe in /bin
2. Click "Mod" -> "Load", browse to select .sdd folder of required mod and click load.
3. Load a procedure
4. Click execute
5. "Mod" -> "Save"
Note that when saving it will use a certain format, not necessarily the one you had originally.
Procedures are placed in /Procedures and are simple lua scripts. There are plenty of procedures in that folder already so anyone who knows a bit of lua should be able to learn the commands and make their scripts.
Many of the examples have doPreviewOnly. For the batch edit to change anything doPreviewOnly needs to be false.
Useful batch lua unitdef editor which has been around for a long time yet noone has explained how to use it. Licho made it so I don't know anything technical, I will just explain how I use it.
To do a batch edit
1. Start CaEdit.exe in /bin
2. Click "Mod" -> "Load", browse to select .sdd folder of required mod and click load.
3. Load a procedure
4. Click execute
5. "Mod" -> "Save"
Note that when saving it will use a certain format, not necessarily the one you had originally.
Procedures are placed in /Procedures and are simple lua scripts. There are plenty of procedures in that folder already so anyone who knows a bit of lua should be able to learn the commands and make their scripts.
Many of the examples have doPreviewOnly. For the batch edit to change anything doPreviewOnly needs to be false.