Bullz_eye_on_my_back 0 Posted February 7, 2003 Pretty much self explanitory, but I've placed a gun turret on my heli. I'm pretty sure I've done the Memory LOD right, but when its in game- all I can get is 180 degrees of rotation and not 360 like the tanks.... I have tried all kinds of different values in the config file too so the problem doesn't seem to be there...atleast i don't think is the degree of rotation for turrets on helis a limitation too? Share this post Link to post Share on other sites
franze 196 Posted February 7, 2003 Have you tried adding: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Turret { gunAxis = "OsaHlavne"; turretAxis = "OsaVeze"; soundServo[]={,db-40,1.0}; gunBeg = "usti hlavne"; gunEnd = "konec hlavne"; minElev=-45; maxElev=+10; minTurn=-15; maxTurn=+2; body = "OtocVez"; gun = "OtocHlaven"; }; <span id='postcolor'> Place this in cfg vehicles and modify "minTurn" and "maxTurn" into 360. Don't know if it'll work, but it should. Assuming you haven't tried it, of course. Share this post Link to post Share on other sites
Bullz_eye_on_my_back 0 Posted February 7, 2003 ahhh very cool! I had tried that with out any success, but now its working great! I think the only thing that didn't try was actually placing the (+) sign in front of the 360.... Thanks Franze! Share this post Link to post Share on other sites