Ju87_can1_M1 .SM and .RS files

Ask questions, discuss ideas, get answers
Post Reply
User avatar
Iced Earth
Posts: 209
Joined: Sun Oct 18, 2009 2:07 pm
Contact:

Re: Ju87_can1_M1 .SM and .RS files

Post by Iced Earth »

lol, wtf. I can't find them either, after just looking.

Have you tried running it without it?
Image
User avatar
Iced Earth
Posts: 209
Joined: Sun Oct 18, 2009 2:07 pm
Contact:

Re: Ju87_can1_M1 .SM and .RS files

Post 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... :?
Image
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Re: Ju87_can1_M1 .SM and .RS files

Post 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
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Re: Ju87_can1_M1 .SM and .RS files

Post by freddy »

User avatar
VXF-VOLT
Posts: 8
Joined: Sat Feb 20, 2010 2:25 am
Location: New York City USA

Re: Ju87_can1_M1 .SM and .RS files

Post 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. ;)
Image
Do everything to the best of your ability and you will find yourself in the future doing everything better than you thought possible.
Post Reply