argent77
argent77
Reactions
-
Re: [MOD] PS:T Unfinished Business - Reloaded
It depends on what you have installed. The "install-everything" option won't add Morte's extended dialog. This is a deliberate choice. From the mod's readme: Morte's original introduction c… (View Post)1 -
Re: List of portraits presented on character generation - possible to change?
You need a resource editor, such as Near Infinity, to access the file. (View Post)1 -
Re: List of portraits presented on character generation - possible to change?
Filtering portraits by gender can be done by making some modifications to the game files. Make sure your portrait filenames conform to the naming scheme that is already required for custom portraits … (View Post)1 -
Re: Bam bam
32-bit BMP is tricky because there are so many non-standard implementations used by various graphics tools. You should first convert the files into PNG format (which also supports alpha channel) if y… (View Post)1 -
Re: General mod Questions thread
Kits are encoded in a special way in CRE files. The high word of the kit value is written at offset 0x244, followed by the low word at offset 0x246. Example code for Assassin: SET kit_id = IDS_OF_SYM… (View Post)1