I’m hoping to enlist someone’s help here for a very simple bit of coding.
I’m trying to add both Gith subraces to the playable options for NWN2 and expansions. I’ve managed to make simple edits like this in similar systems, such as playing with .json files in Battletech, but i can’t seem to turn the key in NWN2.
I usually play with Keadrin’s pack, but Races of Faerun ain’t working alongside, so i’m hoping for a friendly helping hand. And i’m more than willing to kick a couple of bucks out to someone for the trouble…
Ok, since you are using Kaedrin’s PRC, I cooked up a very “rudimental” implementation of the Gith races, not as broadly implemented as other races, but they somewhat work.
You will need to put racialsubtypes.2da inside the Core 2DA folder of Kaedrin’s PRC (the one found in override), and the racialtype.2da inside the 2DA folder of Kaedrin’s PRC, you will know that it’s the correct folder if you are prompted to replace the old file.
5 models for 4 subraces (3 females, 2 males), only the first Githianki model is sensible to the gender selection, the other models are fixed, so watch out what you pick.
No race in-game description
Both races give +2DEX and +2WIS with +1 ECL
No additional feats (too lazy).
Here’s how it should look like when implemented. You will find them in the OUTSIDER category.
Weapons should be fine.
Armors will display some minimal changes (color and some additional shoulder piece, ecc…) depending on the model, but they will not display them entirely as with other PC races.
To give you an idea, this is one of the Githzerai male model with a scale mail on:
The gith are already set to use the human skeleton. You can make a copy of the appearance.2da line for them, change the display name to something like gith_human, and set the column for the body model to the same thing as the human has. Iirc that was all I had to do to get it working. You wouldn’t want to update the original gith line in case it breaks the official campaign or something.