LingZe_ Posted March 27, 2025 Share Posted March 27, 2025 I am new to developing mods and I have recently encountered some problems that have puzzled me. When I tried to change the display scope of firesuppressor's deployhelper, I found some changes that I didn't understand. When I change inst.helper.AnimState:SetScale(1, 1, 1) to inst.helper.AnimState:SetScale(2, 2, 2), I found deployhelper inside the game shows that the radius of the changed into 2 times, But when I change inst.helper.Transform:SetScale (1, 1, 1) to inst.helper.Transform:SetScale (2, 2, 2), I found deployhelper in game shows radius into 4 times!!! Why this change? Why not 2 times? This made me feel very confused, I hope someone here can solve my confusion. Link to comment https://forums.kleientertainment.com/forums/topic/165080-what-is-the-relationship-between-transformsetscale-and-animstatesetscale/ Share on other sites More sharing options...
LingZe_ Posted March 27, 2025 Author Share Posted March 27, 2025 Thanks in advance! Link to comment https://forums.kleientertainment.com/forums/topic/165080-what-is-the-relationship-between-transformsetscale-and-animstatesetscale/#findComment-1809397 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now