Jump to content

Altering a Player's Height


IonDune

Recommended Posts

Is there any easy way to make it so that while a player is wearing and item, his or her height is changed? I don't want to write a long involved script that can crash the game; its not the important to my mod. However, if its a simple variable change or something, I think it would be worth it. Thanks for your time.
Link to comment
Share on other sites

Is there any easy way to make it so that while a player is wearing and item, his or her height is changed? I don't want to write a long involved script that can crash the game; its not the important to my mod. However, if its a simple variable change or something, I think it would be worth it. Thanks for your time.

setscale

 

However it doesn't change the player's perspective height, only the height that they see when in 3rd person, or when other NPCs look at the player. The perspective height it controlled directly from the height setting in race, and cannot be changed though scripting, and if it could, it would likely affect everyone of that race.

Link to comment
Share on other sites

Is there any easy way to make it so that while a player is wearing and item, his or her height is changed? I don't want to write a long involved script that can crash the game; its not the important to my mod. However, if its a simple variable change or something, I think it would be worth it. Thanks for your time.

setscale

 

However it doesn't change the player's perspective height, only the height that they see when in 3rd person, or when other NPCs look at the player. The perspective height it controlled directly from the height setting in race, and cannot be changed though scripting, and if it could, it would likely affect everyone of that race.

 

Thanks, that will work perfectly. EDIT: I've got the function working by using the following block:

 

Begin OnEquip
player.setscale 1.5
End

 

Unfortunately, it only works if I change armor while in third person. If I change it in first, it does not change the size of my armor, making it seem like I am still normal sized. I noticed that another mod (Bending Boots) had this same problem: is there a know workaround?

 

Also, is there an easy way to have a player display the burning animation while an item is equipped? EDIT: I found the ability that flame atronachs use, and added it as an enchantment to the armor piece, but it does not seem to be showing up.

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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