lol, wtf. I can't find them either, after just looking.
Have you tried running it without it?
Ju87_can1_M1 .SM and .RS files
- Iced Earth
- Posts: 209
- Joined: Sun Oct 18, 2009 2:07 pm
- Contact:
- Iced Earth
- Posts: 209
- Joined: Sun Oct 18, 2009 2:07 pm
- Contact:
Re: Ju87_can1_M1 .SM and .RS files
lol!
Well this was in the stuka's geometry.con file:
Soo yeah... 
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

Re: Ju87_can1_M1 .SM and .RS files
isnt there any springs or something?Black Mamba wrote:Yes, but when I do, the stupid thing sinks into the ground (no landing gear). WTF
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
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 ?
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.
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.


Do everything to the best of your ability and you will find yourself in the future doing everything better than you thought possible.