@Grey Roger remember how I borrowed the AnimistEdmundo model recently and struggled with turning a character into it? Eventually,
worked, while
both didn't.
I'm also replaying Ardent, once again as Helen, and the model seems to make more trouble. I tried to get Edmundo out of his bedroom using a rope shot by arrow. If I'm understanding correctly, that's where hes' supposed to wear the Animist model. Only problem, no Edmundo showed up outside.
Later, he should wear the same model for a ruse to the governor of Willemstad (Convoy Strike). This time he's around, but in his standard model. I only fully noticed it when Helen asked him to remove the cloak in the convoy ship's crew quarters, he wasn't wearing any the whole time.
I don't have much time now but I can upload save games for both scenes if it helps.
Code:
SetModel(characterFromID("Rocoso Balboa"), "AnimistEdmundo", "man", "man", 1.8, false);
worked, while
Code:
SetModelfromID(CharacterFromID("Rocoso Balboa"), "AnimistEdmundo");
AND
SetModelfromArray(CharacterFromID("Rocoso Balboa"), GetModelIndex("AnimistEdmundo"));
both didn't.
I'm also replaying Ardent, once again as Helen, and the model seems to make more trouble. I tried to get Edmundo out of his bedroom using a rope shot by arrow. If I'm understanding correctly, that's where hes' supposed to wear the Animist model. Only problem, no Edmundo showed up outside.
Later, he should wear the same model for a ruse to the governor of Willemstad (Convoy Strike). This time he's around, but in his standard model. I only fully noticed it when Helen asked him to remove the cloak in the convoy ship's crew quarters, he wasn't wearing any the whole time.
I don't have much time now but I can upload save games for both scenes if it helps.