Names of other Races on Character sheet?
CaloNord
Member Posts: 1,809
Afternoon ladies and menfolk!
How would I go about getting a name to display in the character for races other than the stock standard ones? Eg, Aasimar?
I'm fairly certain this worked the first time I tested it but hasn't since? I'm not to concerned with giving them any unique attributes or anything, just have the name display in the character sheets.
In short. Is this possible?
How would I go about getting a name to display in the character for races other than the stock standard ones? Eg, Aasimar?
I'm fairly certain this worked the first time I tested it but hasn't since? I'm not to concerned with giving them any unique attributes or anything, just have the name display in the character sheets.
In short. Is this possible?
3
Comments
The key is the number next to the race in RACE.IDS. If the race has a number between 0 and 50, it shows up in EEKeeper without the brackets just like the regular character races. If you want aasimars to be one of those, then edit RACE.IDS to say something like
30 AASIMAR
or some other number.
OUTER_SET rak_lcase = RESOLVE_STR_REF(~rakshasa~) OUTER_SET rak_ucase = RESOLVE_STR_REF(~Rakshasa~) APPEND ~racetext.2da~ ~RAKSHASA 128 %rak_lcase% -1 %rak_ucase% -1~ UNLESS ~RAKSHASA~
I am not sure if there was any line for aasimar, but I guess there may be because Caelar Argent in SoD is an aasimar... it's possible, thought, that even if the race name is present in SoD, it may be missing in BG2EE or in BG1EE without installed SoD. That would need to be checked.
Wrote a little tp2 modifying the piece of code @LavaDelVortel provided. 185 was the reference for Aasimar. Seems to work just fine.
Thanks again
This is more of a problem?
Be aware that PCs with any race other than the 7 defaults will not be able to advance romance paths or use any race-locked dialog options or items.
Thank you very much!
i am standing before the same problem. I have imported Caelar Argent from SOD to BG2 SOA EE.
But even when i used the method suggested OlvynChuru and modified the RACE.IDS (value for Aasimar = 30) and put it in the override folder, i have the value without brackets in EEKeeper and could change it, but when i start the game, where i should read "Aasimar" there is only blank space.
And i have never used WeiDU, so i do not know how to use the other workaround.