This is a master post hopefully containing all the necessary tools needed to create and compile maps and mods for Army Men RTS.
Studio Editor
Download link
This is an injector written by @DavidTheTech. It will allow you to access the official studio mode used by the actual devs of the game. While it is not 100% functional, it runs on the Army Men RTS engine, rather than DR2, and so it is extremely versatile and it will perform all of your needs for now. A video playlist of how to use this studio can be found here:
https://www.youtube.com/watch?v=rzrNND6 ... lahaW4yVXt
DrPack
Download link
This is a windows application created solely for unpacking and compiling .zwp files. In order to install DrPack, extract the folder somewhere safe, and then double click on 'install_dp.exe'.
To compile a folder:
- Right click said folder, and from the drop menu click 'Pack Folder with DrPack'.
- This will create a .zwp file of your folder.
- Finally, you want to change the file extension of your compiled map from '.zwp' into '.x'.
- This will allow Army Men RTS to read its contents.
- Change its extension back into '.zwp'.
- Then, double click on a .zwp file to have DrPack automatically extract it into a subfolder of the same name.
Text Editor
You may use any text editor of your liking, even Windows' Notepad. However, you must be sure to only edit .cfg files with your text editor. Modifying any other files will cause them to become corrupted and unable to be restored. I would recommend using Notepad++, as it can not only edit .cfg files, but it can also reliably change .zwp file extensions as well as modify .god models without corrupting them.
Please feel free to leave any questions, comments, or concerns.