Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Diffent Outfits / differt scaling

  • #1, by stothew 8 years ago Zitieren
    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!
  • #2, by afrlme 8 years ago Zitieren
    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

  • #3, by Machtnix 8 years ago Zitieren
    Or you can use a condition: 
    If outfit = A 
    then use Lua-script scale = 100 else 
    Lua-script scale = 40.

    Or sth like that.