Posted by: AdrianeMapMaker - Tuesday, June 6, 2017 8:34:56 PM
Hey Guys I Made A Gigantic Boss ... The Problem is when i click it you need to click it on feet (sometimes) Can You Help Me What Do I neeed To Adjust to Make The Click Box More Fir To The Giant Boss of Mine with coding... Thanks in Advance

Posted by: qqqqqqqqqp - Wednesday, June 7, 2017 9:30:54 AM
Only thing I could think of that could help would be the geometry of the unit but if that's not it I don't know. Only thing that I made yat was larger was the "grand cannon" and it didn't have that problem mostly becuase I copied a fire base And just scaled it up

Posted by: SkyMix_RMT - Wednesday, June 7, 2017 10:00:39 AM
If I'm not mistaken you need to increase the geometry radius and height. To do this add this code and multiply the numbers to whatever scale you chose for your gigantic boss. So for example, this is the default for a ranger: [code=plain] GeometryMajorRadius = 7 GeometryMinorRadius = 7 GeometryHeight = 12 [/code] If you make a ranger 2 times bigger, (Scale = 2) Then you should change code to: [code=plain] GeometryMajorRadius = 14 GeometryMinorRadius = 14 GeometryHeight = 24 [/code]

Posted by: qqqqqqqqqp - Wednesday, June 7, 2017 10:08:28 AM
Saves time makeing a Big unit model whys thanks Sky for the code I knew what it was but I'm not on a computer so I'd rather not type it all up on a phone. Although now your boss unit may now not be able to go over confined spaces. I cant remember if making the units geometry bigger causes it.... costs of having something big.

Posted by: SkyMix_RMT - Wednesday, June 7, 2017 10:12:42 AM
Well if tight spaces is a problem you could only increase the height.