Part of the...
"BASTILA HARDCORE v1.0" Mod by Nur Ab Sal
Mod original creation date: 21SEP2005
Disappointed with pathetic performance of Bastila during the final duels on Temple Roof and Star Forge? Don't worry! Here we have something to fix Bioware's obvious bug and level down the cockiness of Revan fanboy hordes! This little, nice thing changes post-Leviathan dark side Bastila into a toughest opponent of both KOTOR games (maybe except Star Forge Malak)... so tough that you will in fact go mad trying to figure out how to break her... insanity guaranteed!
Now, trying to be more serious: I was always surprised that Bastila was so easy to defeat. You would expect more after all that glorious blurb about her, eh? This mod will surely help Bastila to live up to her reputation.
All hail to Bastila, the true Empress of the Star Wars universe!
INSTALLATION:
Simply throw all files into your Override folder, start the game and observe the slaughter of your team...
BIG THANKS TO:
Darth333, ChAiNz.2da, cry_of_paine (for useful hints on Holowan thread) and traditionally, Fred Tetra.
For those that see this in the future: Seeing as RedHawke's site will be gone on (or before) April 2020, I'll point out that RedHawke's ORD Mandell mod is on our site now. You can find it right here.
Hey @Salk, excellent troubleshooting; the tweak looks good. And hey, thanks for offering to test!
I sincerely hope there won't be another Human without a SubRace ... but anyways man, really appreciate it 👌
Hello!
I'd not have any problems testing a modified script but I checked the Selkath and it has RACIAL_TYPE_HUMAN and SUBRACE_NONE and that's why it won't be caught in the second condition check of yours. I suppose I could just tweak this line:
} else if (GetRacialType(oTarget) == RACIAL_TYPE_HUMAN && GetSubRace(oTarget) != SUBRACE_NONE) {
to:
} else if ((GetRacialType(oTarget) == RACIAL_TYPE_HUMAN && GetSubRace(oTarget) != SUBRACE_NONE) || (GetTag(oTarget) == "man28_inssel")) {
This wouldn't break anything.
I'll test it and then let you know.
Cheers!