Page 1 of 1

Naboo shield resize? [SOLVED]

Posted: Sat Jan 02, 2010 4:09 pm
by Darth_Spiderpig
I finnaly got the Naboo shield ingame, but I can't resize it. I tried it with a msh.option, and in the shields odf, but it is always the same size.

http://www.xfire.com/video/1d5555/

the size hasbeen resized from 30.0 diameter and 10.0 height to 200.0 diameter and 300.0 height, but it still has the same size.

Anyone?

Re: Naboo shield resize?

Posted: Sat Jan 02, 2010 4:15 pm
by AQT
Try editing the values in the faamba_shield.fx file:
Hidden/Spoiler:
Shield("fambaa_shield")
{
Type("fambaa");
Texture("fambaa_shield2");
Color(255, 255, 255, 255);
SpecularColor(240, 160, 255);
Radius(60.0);
Height(30.0);
ViewAngleFactor(0.8 );
TurnOnTime(10.0);
TurnOffTime(2.0);
ScrollRate(0.1);
}
Along with the values in the ODF too.

Re: Naboo shield resize?

Posted: Sat Jan 02, 2010 4:26 pm
by Darth_Spiderpig
Thank you very much AQT, that solved it. :thumbs: