-
-
Notifications
You must be signed in to change notification settings - Fork 0
Building a public release
Son Guhun edited this page Dec 20, 2020
·
2 revisions
These are step-by-step instructions to be followed when preparing a version of the map for official release:
All function calls are made in a python shell which has executed the builder.py script.
- commit(DEVELOPMENT)
- push_all()
- Open inliner folder at "._scripts\inliner\dist".
- Drag war3map.j from ".\release\map" to the inliner executable.
- Drag the newly created war3map-opt.j from ".\release\map" to test.bat in inliner folder. If parse is successful, proceed.
- Delete war3map.j and rename war3map-opt.j to war3map.j.
- build('release')
- optimize(RELEASE)
- Use an MPQ tool to extract war3map.j from ".\release_slk" into ".\release\map", replacing the old one.
- build('release')