Releases Tags
-
v0.2.4 Stable
released this 9 years ago | 389 commits to master since this release
Changes:
- The ids in the txt files are now compatible with strtool (I think). Txt files generated from
.gstr
files and the following.gbin
files 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
- The ids in the txt files are now compatible with strtool (I think). Txt files generated from
-
v0.2.3 Stable
released this 9 years ago | 393 commits to master since this release
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
.gbin
and.gstr
files insideSYSTEM00000/database
. The.gbin
filesshould use a compatible numbering with strtool, but.gstr
does not. - Probably better error messages.
Downloads
-
v0.2.2 Stable
released this 9 years ago | 408 commits to master since this release
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
- Hopefully works with cl3 files in
-
v0.2.1 Stable
released this 9 years ago | 417 commits to master since this release
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
-
v0.2.0 Stable
released this 9 years ago | 422 commits to master since this release
- New command line syntax
- Fixed bug with cl3-extracting when destination directory did not exist
Downloads