Is it possible, via Flexscript, to change the skin and hair color of the basic operator?

Is it possible, via Flexscript, to change the skin and hair color of the basic operator?

guiroehe
Collaborator Collaborator
109 Views
2 Replies
Message 1 of 3

Is it possible, via Flexscript, to change the skin and hair color of the basic operator?

guiroehe
Collaborator
Collaborator

Hello,

 

Is it possible, via Flexscript, to change the skin and hair color of the basic operator (OperatorMaleStanding, OperatorFemaleStanding)?

 

If so, how?

 

Thank you.

0 Likes
Accepted solutions (1)
110 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

For skin texture: Yes, you can use "changepersonvisuals(object, "Skin", index)" for the basic operator as well.

https://docs.flexsim.com/en/25.2/Reference/CodingInFlexSim/CommandReference/Commands.html#changepers...

For hair: Not really. The basic operator has a fixed hair texture with a set color. The most you can do here is to change the "Diffuse Color". But this is a lot more complex to do in code and the effect is minimal. If you want proper different hair colors (and styles) you would need to use a person object from the people module.

moehlmann_fe_0-1754893801187.png

 

Message 3 of 3

guiroehe
Collaborator
Collaborator

Thank you very much, @moehlmann_fe .
This confirms what I was getting as a result: no changes on hair color.
Thank you.

0 Likes