xoreos-tools icon indicating copy to clipboard operation
xoreos-tools copied to clipboard

Tools to help the development of xoreos

Results 18 xoreos-tools issues
Sort by recently updated
recently updated
newest added

I regularly use `xoreostex2tga` in order to unfold kotor files, but I didn't any command line tool which was capable of converting back tga files to tpc. It would be...

enhancement

Package view is currently down but I believe this should be the correct link :'). Feel free to hold until this can be verified.

KotOR2 for Android from Aspyr is out. Our unobb tool doesn't handle those obb data files. To recap: obb files are big data files used by Android apps. They don't...

enhancement

The Aurora games has a weird way to do color codes: `Foo` where R, G and B are **raw byte values** (!). When reading in LocStrings, we demunge those into...

Hi :) I was hoping it might be possible to develop an XML schema for what is expected by xml2gff, as it appears to be quite picky (especially regarding the...

Hi :) My ncs2nss decompiler is nearly complete, but I've run into a bit of a roadblock. I use the output from ncsdis's analysis to create function signatures, which greatly...

Hi :) There appears to be an issue in either the control flow analysis in ncsdis or (potentially) a bug in nwnnsscomp.exe (which was used to compile the file). The...

bug
scripts

Hi :) As mentioned in #59, it would be useful if xoreos-tools had a straightforward RIM/ERF/MOD packer/unpacker that had the following features (given a particular archive): - Add/replace/remove a file...

Currently, we have a disassembler for NWScript bytecode, ncsdis. For an explanation for what NWScript is and how it works internally, please see here: https://xoreos.org/blog/2016/01/12/disassembling-nwscript-bytecode/ What we could use is...

enhancement
help wanted
up-for-grabs
scripts

Hi :) I've been using xoreos-tools for several of my projects, and up until now I've been mainly doing so through subprocess calls and writing files to disk. For example,...

enhancement