Jump to content

Parisa ( female vampire ) has manly voice


Recommended Posts

There are two versions of Parisa, and it seems that if ppparis indeed is female, but vvparis is male - only using a female avatar. Now, there are two options, we either make vvparis male or female. Since the gender is set to male and the soundset is male, I'd lean towards that (since it's also easier).

 

This code will change vvparis into using a male animation:

 

COPY_EXISTING ~vvparis.cre~ ~override~
 WRITE_BYTE 0x28 0x12
 WRITE_BYTE 0x29 0x7f
BUT_ONLY_IF_IT_CHANGES

If you guys disagree, I'll change him into a female by replacing soundset and gender.

 

(And yay! - I did some fixpack work!)

Link to comment

Well Parisa was indeed the name I saw, and that is a female name ( I think ) so I would vote for changing the voice to a female.

 

Also she cast charm on a male theif, I don't remember seeing a male vampire cast charm on a male in the scripted sequences, so...

Link to comment

Parisa is female (almost all of the named vampires are). BioWare really got freaky when they were doing these, as there are a bunch of inconsistencies. This is what I do to her locally:

COPY_EXISTING ~VVPARIS.CRE~ ~OVERRIDE~
 WRITE_BYTE 0x275 0x2
 WRITE_LONG 0xa4 0xf12f
 WRITE_LONG 0xa8 0xf135
 WRITE_LONG 0xc8 0xf131
 WRITE_LONG 0xcc 0xf132
 WRITE_LONG 0xec 0xf133
 WRITE_LONG 0xf0 0xf134
 WRITE_LONG 0x10c 0xf12d
 WRITE_LONG 0x110 0xf12e
 WRITE_LONG 0x114 0xf12f
 WRITE_LONG 0x118 0xf130
 WRITE_LONG 0x1b8 0xf130

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...