(A command line toolset for Linux, Mac and Windows)
What's new:
- The most important new thing is the internal object file database. For each KMP object it contains the needed files (BRRES, BREFF and BREFT). Based on this new DB there are 3 extensions:
- The new command wszst CHECK reads the KMP of a SZS and checks, if all needed files exist.
- wszst CREATE with the new option --auto-add is able to add missing BRRES, BREFF and BREFT files from an auto-add archive.
- The new command wszst AUTOADD manage the standard auto-add archive. If you have an extracted Mario Kart ISO and execute wszst AUTOADD ./path_to/Race/Course/ the auto-add archive is completely build by reading all track and arena files.
- The new command wszst CHECK reads the KMP of a SZS and checks, if all needed files exist.
- KMP/CKPT: The KMP compiler is now able to make make check points visible by using and scaling any global object.
.
Change Log:
CODE
szs v0.28a r3463 - 2012-02-20 - New command: wszst AUTOADD: Show the status of a auto-add archive and add BRRES, BREFF and BREFT files to it. Try "wszst AUTOADD ./path_to/Race/Course/" to add all supported files. - New option: --auto-add (short: --aa): Analyze the KMP (if exist) and add missing BRRES files automatically, if the tool can find the files in any sub directory named 'auto-add'. This sub directory is searched in all directories of 'SEARCH_PATH'; try 'wszst AUTOADD' to view them. - New command: wszst CHECK: Check track files: Try to read KMP (and check it) and find missing BRRES, BREFF and BREFT files needed by used global objects. - KMP/CKPT: The KMP compiler is now able to make check points visible by using and scaling any global object. For details read the built in help. If enabled, option --auto-add is implicitly set.
Links:















