2026/04/27 Evening Update

Added PRC Option to change player model to appearances in racialappear.2da
Added class heartbeat script and updated Soul Eater's onHit to work with NPCs and cohorts.
This commit is contained in:
Jaysyn904
2026-04-27 20:49:54 -04:00
parent f397206b74
commit df731f3bd4
8 changed files with 171 additions and 9 deletions

View File

@@ -835,8 +835,8 @@ void SetDefaultFileEnds()
//isnt read in here yet. may be later though
if(GetPRCSwitch(FILE_END_MANUAL))
return;
SetPRCSwitch(FILE_END_CLASSES, PRCGetFileEnd("classes"));
SetPRCSwitch(FILE_END_RACIALTYPES, PRCGetFileEnd("racialtypes"));
SetPRCSwitch(FILE_END_CLASSES, PRCGetFileEnd("classes"));
SetPRCSwitch(FILE_END_RACIALTYPES, PRCGetFileEnd("racialtypes"));
SetPRCSwitch(FILE_END_GENDER, 1);//overriden to 1 for convoCC m/f only choice
SetPRCSwitch(FILE_END_PORTRAITS, PRCGetFileEnd("portraits"));
SetPRCSwitch(FILE_END_SKILLS, PRCGetFileEnd("skills"));
@@ -851,6 +851,7 @@ void SetDefaultFileEnds()
SetPRCSwitch(FILE_END_SPELLS, PRCGetFileEnd("spells"));
//SetPRCSwitch(FILE_END_SPELLSCHOOL, PRCGetFileEnd("spellschools"));
SetPRCSwitch(FILE_END_APPEARANCE, PRCGetFileEnd("appearance"));
SetPRCSwitch(FILE_END_RACIALAPPEAR, PRCGetFileEnd("racialappear"));
SetPRCSwitch(FILE_END_WINGS, PRCGetFileEnd("wingmodel"));
SetPRCSwitch(FILE_END_TAILS, PRCGetFileEnd("tailmodel"));
SetPRCSwitch(FILE_END_BASEITEMS, PRCGetFileEnd("baseitems"));