Isaya
Isaya
Reactions
-
Re: Some modding questions
The first syntax is correct. That's what you get when converting the game tlk files to tra format with WeiDU. I don't know if the second one works. I never experienced with different voice files for … (View Post)2 -
Re: Some modding questions
Here is a rough tutorial that explains how you can create and use new tokens. It's not directly applicable as it is, but it explains the principle. For instance, you'll have to devise a proper ways o… (View Post)3 -
Re: Random questions I have regarding modding
As the WeiDU readme explains, state weight are implicit starting at 0 for the very first state in the dialog. So you IF ~true~, that will always be a candidate because of true, has state weight equal… (View Post)2 -
Re: Random questions I have regarding modding
Probability is a offset 0x4C in the ARE structure. So something like this should update it: COPY_EXISTING ~MYAREA.ARE~ ~override/MYAREE.ARE~ WRITE_SHORT 0x4C value State weight in game dialog start a… (View Post)2 -
Re: EE Keeper, Updated to v1.0.4
@BrianG2063 When you set up the profile, the explanations tell youIn order to load saved games, the directory where the 'save' folder resides must be selected. In the case of the Enhanced Editions, t… (View Post)5