Updated Building SWG with ANT (markdown)

This commit is contained in:
IrishDarkshadow
2020-03-23 15:06:46 +00:00
parent 632b1e3a7a
commit 92ec8bd9ea

View File

@@ -46,4 +46,6 @@ Here are the many targets and what they do:
* `start` - Starts the SWG application.
* `stop` - Completely hard stops the SWG application (not recommended if you're running a usable server).
* `build_acm` - Scans the clientdata folder on the server for customisable assets and merges that list with the contents of a file in sys.shared in order to produce asset_customization_manager.iff. This file needs to be present on both server and client for the customisation options to work properly.
* `update_swg` - downloads any new files from the swgsource repositories and then compiles those changes. This how you can update your server with the latest code available.