Jump to content

appearance change mirror


shavkacagarikia

Recommended Posts

hello, trying to make a mirror which allows player to modify his character, i have the script:




Scriptname changeface extends ObjectReference


Event OnActivate(ObjectReference akActionRef)

Game.ShowRacemenu()

Game.ForceThirdPerson()

EndEvent


but when i test it ingame, position of camera isn't changing, it isn't showing player face, but stays on standart 3rd person view. Any ideas how to make camera to focus on player face?

Link to comment
Share on other sites

Try removing the Game.ForceThirdPerson()

 

I did this in Skyrim Vanity Mirror and forcing 3rd person wasn't necessary because ShowRaceMenu did that automatically.

 

Different game but it's still Bethesda so probably works the same.

Link to comment
Share on other sites

Try removing the Game.ForceThirdPerson()

 

I did this in Skyrim Vanity Mirror and forcing 3rd person wasn't necessary because ShowRaceMenu did that automatically.

 

Different game but it's still Bethesda so probably works the same.

no in that way camera just stays in first person, i see options to change character but can't see the character itself

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...