To reproduce:
female Avatar, go to Temple of Discipline with Petra and Boydon,
switch bodies with Petra,
fire/rehire Boydon
Petra comments using male Avatar's face.
Please see attached savegame and pic.
Bug: Petra uses wrong gender picture while in Avatar form
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
-
- Posts: 17
- Joined: Fri Jun 17, 2022 4:48 pm
Bug: Petra uses wrong gender picture while in Avatar form
- Attachments
-
- exult99si.sav
- (209.68 KiB) Downloaded 452 times
Re: Bug: Petra uses wrong gender picture while in Avatar form
Thanks, I‘ll try it out. Might even be a usecode bug
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: Bug: Petra uses wrong gender picture while in Avatar form
var0012 = partyUtters(SHAMINO, (("@Far be it from me to question thy judgment, Avatar. " + "But are thy senses so dulled that thou dost not notice ") + "the potent aroma emanating from this fellow?@"), 0, false);
if (!(var0012 != AVATAR))
UI_set_conversation_slot(0);
partyUtters is a complex piece of code, so much so they left error reporting lines inside of it. I would be curious if the original game (via DOSbox) would show this same error?
if (!(var0012 != AVATAR))
UI_set_conversation_slot(0);
partyUtters is a complex piece of code, so much so they left error reporting lines inside of it. I would be curious if the original game (via DOSbox) would show this same error?