Author Topic: male character with female appearance in game  (Read 357 times)

Legacy_Sagard Le Barbare

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
male character with female appearance in game
« on: April 28, 2013, 04:48:20 pm »


               Well, the title almost says it all :

I've got this module where I used NinjaWeaselMan's (fantastic) Romantic Animation which are gender based... and I've got a request from a player :

she plays a female who romance the female NPC, and because the animations are differents for males and females everything goes wrong on screen

I suppose that if I can create a male character (gamewise), but that looks like a female on screen, it would be a good workaround

but... my first (naïve) attempt was to use the override folder and rename female mdl files with the male equivalent, as you surely guessed : an epic fail (the parts were there but floating around where the male body would have joined them)

Do you have any idea, is it simply not possible ?

Thanks
               
               

               
            

Legacy_Rolo Kipp

  • Hero Member
  • *****
  • Posts: 4349
  • Karma: +0/-0
male character with female appearance in game
« Reply #1 on: April 28, 2013, 04:51:53 pm »


               <pulling his kilt out...>

You could create a new transgender pheno, that is Male or Female to the engine but uses it's own, swapped models for body-parts.

That is, the PC is still Male (or Female) to the engine, but uses a set of renamed bodyparts that have the m/f swapped in the filename.

Perhaps one of the pheno experts could expand on my crude glimmer of an idea :-)

<...of storage>
               
               

               
            

Legacy_Mecheon

  • Hero Member
  • *****
  • Posts: 664
  • Karma: +0/-0
male character with female appearance in game
« Reply #2 on: April 29, 2013, 09:40:26 am »


               If you've messed with Q, Samedi there is probably a good starting point. He uses the female animations

Rolo's got the right idea though. You'd just need to make a new phenotype based off the female/male animations. Completely possible and for the most part is just going to be a mass renaming task, just going to be a bit time consuming and may require a few adjustments here and there to account for the different body part sizes between the genders
               
               

               
            

Legacy_Failed.Bard

  • Hero Member
  • *****
  • Posts: 1409
  • Karma: +0/-0
male character with female appearance in game
« Reply #3 on: April 29, 2013, 09:56:44 am »


               The way it's generally done with the nwm animations, is to create a series of racial base models on a different pheno (19 instead of 9 being common), that link the female models to the male supermodel, and the males to the female one.

For example, using the human felale model, you would change this:
setsupermodel pfh9 infh_anims
To this:
setsupermodel pfh19 inh_anims

 Using a text editor (like notepad even), you also should change all the internal p**9 references to p**19.
 If you're using compiled models, you'll have to text export the p**9 models from the hak with nwnexplorer first.
               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
male character with female appearance in game
« Reply #4 on: April 29, 2013, 11:21:51 am »


               Just to expand on what Failed.Bard wrote...

Make a new female only phenotype and a new supermodel. IMPORT the male romantic animations into the new supermodel then link that supermodel to the new phenotype base model.

In phenotype.2da make sure that your new pheno links to the Normal pheno (line 0).

The only models you'll then need to copy over to the new phenotype are cloaks and robes. The other parts will be filled in from the Normal pheno.
               
               

               


                     Modifié par Pstemarie, 29 avril 2013 - 10:23 .
                     
                  


            

Legacy_Sagard Le Barbare

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
male character with female appearance in game
« Reply #5 on: April 30, 2013, 08:35:06 pm »


               waow ! thanks for all your answers !

I'm glad to see there's chances that this could be actually done... Now, if I can partly apprehend your options, I must be honest and say they are way above my present capabilities

Rest assured I'm not going to ask anyone to "do it for me", but I'd greatly appreciate if you could give me directions, step by step, like... where do I start ?