Diffent Outfits / differt scaling

  • #1, by stothewMonday, 26. February 2018, 14:34 6 years ago
    I have a character that need different scaling with different outfits. Is this possible with visionaire? or do i have to resize every part of him by picture size?

    Thanks for help!

    Forum Fan

    127 Posts


  • #2, by afrlmeMonday, 26. February 2018, 16:04 6 years ago
    You can use the scale factor in the properties tab for the character. I believe you can adjust it whenever you like with Lua script.
    Characters["tom"].CharacterScaleFactor = 100 -- must be a number between 1 & 100

    Imperator

    7278 Posts

  • #3, by MachtnixTuesday, 27. February 2018, 12:15 6 years ago
    Or you can use a condition: 
    If outfit = A 
    then use Lua-script scale = 100 else 
    Lua-script scale = 40.

    Or sth like that. 

    Thread Captain

    1097 Posts