Changes:
- Project renamed to NepTools.
- Random internal refactorings/changes.
- Now I use clang to compile this program under windows. MSVC 2015 runtime no longer needed (only 2013, but ReBirth needs it too, so you probably already have it). It's a bit hacky at the moment, so don't be surprised if it randomly crashes or whatever.
- KitServer replacement like tool. Look at the readme.
The debug release is bigger, slower, but may catch some errors earlier. Also the server will write out some info about each file loaded by the game.
Downloads
Changes:
- Experimental 64-bit build (
stcm-editor-msvc64-0.3.0.zip). May or may not be faster (but the exe is certainly bigger, and bigger is better, right?). Requires a 64-bit OS and the 64-bit version of MSVC 2015 Update 1 redistributables. - Internal refactorings, (probably) proper
.cl3support. - New
.cl3commands:--remove-file,--set-link,--remove-link, - New
--modeparameter to determine operation mode (old--export-onlyand--import-onlydeprecated) - Auto mode now supports
.cl3extracting/repacking.- Rename/copy
stcm-editor.exetocl3-tool.exeto unpack/repack.cl3files by default.
- Rename/copy
- Display version number in the help message...
Downloads
Changes:
- The ids in the txt files are now compatible with strtool (I think). Txt files generated from
.gstrfiles and the following.gbinfiles with the old version (v0.2.3) will no longer work. You should import your changes back using the previous version and reexport using the new version.- stavtmsg.gbin
- stcharakp.gbin
- stcharamonster.gbin
- stcharaplayer.gbin
- stdiscitem.gbin
- stquest_.gbin
- stquest.gbin
Downloads
Warning: the .gbin and .gstr numbering are currently not 100% compatible with strtool (it's ok in some .gbin files, but not ok in others, and not ok in .gstr files). I might try to fix this in a later version, so be careful with these files for now.
Changes:
- Only msvc binary produced now. You might have to install MSVC 2015 Update 1 redistributables.
- Random fixes.
- Support for
.gbinand.gstrfiles insideSYSTEM00000/database. The.gbinfilesshould use a compatible numbering with strtool, but.gstrdoes not. - Probably better error messages.
Downloads
Changes:
- Hopefully works with cl3 files in
GAME00001\event\effect(they do not contain script, but you can extract the files inside) - Experimental msvc build. Should be smaller, faster, etc., but requires msvc 2015 redistributables.
- Some random internal refactorings (see git log)
Downloads
Warning: the previous version didn't handle collection links, and as a consequence probably messed up the output file. It's recommended to delete modified cl3 files and reimport them using the unmodified original files. Sorry for the inconvenience.
Changes:
- collection_link support
- improved RawItem inspection
- txt importing: do not fail if the file has a trailing newline
Downloads
- New command line syntax
- Fixed bug with cl3-extracting when destination directory did not exist