Page 1 of 1

Re: Ju87_can1_M1 .SM and .RS files

Posted: Wed Feb 17, 2010 4:45 am
by Iced Earth
lol, wtf. I can't find them either, after just looking.

Have you tried running it without it?

Re: Ju87_can1_M1 .SM and .RS files

Posted: Wed Feb 17, 2010 4:59 am
by Iced Earth
lol!

Well this was in the stuka's geometry.con file:

Code: Select all

beginrem
GeometryTemplate.create StandardMesh Stuka_can1_M1
GeometryTemplate.file Ju87_can1_M1
GeometryTemplate.setLodDistance 0 0
GeometryTemplate.setLodDistance 1 30
GeometryTemplate.setLodDistance 2 50
GeometryTemplate.setLodDistance 3 100
GeometryTemplate.setLodDistance 4 200
GeometryTemplate.setLodDistance 5 500
endrem
Soo yeah... :?

Re: Ju87_can1_M1 .SM and .RS files

Posted: Wed Feb 17, 2010 6:53 pm
by freddy
Black Mamba wrote:Yes, but when I do, the stupid thing sinks into the ground (no landing gear). WTF
isnt there any springs or something?

Code: Select all

rem *** AichiValWheel1 ***
ObjectTemplate.create Spring AichiValWheel1
ObjectTemplate.geometry rh_aichi_rwhe_M1
ObjectTemplate.hasMobilePhysics 1
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.hasResponsePhysics 1
ObjectTemplate.Grip c_PGFRollGripWhenOccupied
rem -------------------------------------
ObjectTemplate.addTemplate e_wdustPlane
ObjectTemplate.addTemplate e_wdustPlaneL
rem -------------------------------------
ObjectTemplate.setStrength 24
ObjectTemplate.setDamping 12

Re: Ju87_can1_M1 .SM and .RS files

Posted: Thu Feb 18, 2010 12:12 am
by freddy

Re: Ju87_can1_M1 .SM and .RS files

Posted: Sat Feb 20, 2010 4:46 am
by VXF-VOLT
I had a similar problem with adding landing gears to a custom plane.

Have you tried creating "SimpleObjects" of simular sized aircraft landing gears and spawning them ( in the StaticObjects.con ) next to that plane and seeing which other plane's gear should fit ?

Code: Select all

ObjectTemplate.Create SimpleObject testgear_1
ObjectTemplate.geometry BF109_Landinggear_left_M1

ObjectTemplate.Create SimpleObject testgear_2
ObjectTemplate.geometry BF109_Landinggear_right_M1

ObjectTemplate.Create SimpleObject testgear_3
ObjectTemplate.geometry Ilyushin_Gear_Support_m1

By making a bunch of "test gears" it may be possible that one of those geometries should work for that plane.

It worked for me and I was able to use the F-15 landing gears for my custom jet aircraft ( the ZR-77 )

Let me know if you need any more help. ;)