Jump to content

Getting base actor scale


Knabber

Recommended Posts

Does anyone know if it is possible to get the scale of the actor template / base object?

 

If I call .getScale on an actor, I always get 1.00. However if I call it on a Radscorpion for example I get 1.00 (0.60).

Is it possible to get that 0.60 as a return value?

 

One can get the Base object with .GetBaseObject , but calling .getscale on that results in 0.

I have tried

    Set rBase to rActor.GetBaseObject
    Set fActorScale to rBase.GetScale

to no avail.

 

Has anyone got ideas? Otherwise I will try to solve this with form lists, not elegant, but it should work.

 

 

Link to comment

Does anyone know if it is possible to get the scale of the actor template / base object?

 

If I call .getScale on an actor, I always get 1.00. However if I call it on a Radscorpion for example I get 1.00 (0.60).

Is it possible to get that 0.60 as a return value?

 

One can get the Base object with .GetBaseObject , but calling .getscale on that results in 0.

I have tried

    Set rBase to rActor.GetBaseObject
    Set fActorScale to rBase.GetScale

to no avail.

 

Has anyone got ideas? Otherwise I will try to solve this with form lists, not elegant, but it should work.

I don't think so, I found that problem with offspring, the SetScale is basically a percentage of the GECK actor setting. Maybe NVSE has a command you might use.

Link to comment

Archived

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

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use