Delete the second instance of:
ObjectTemplate.Active KatyushaRocket_Engine ObjectTemplate.setAutomaticReset 1 ObjectTemplate.setInputToRoll c_PIAltFire ObjectTemplate.setEngineType c_ETPlane ObjectTemplate.setMaxSpeed 0/0/100000 ObjectTemplate.setAcceleration 0/0/100000 ObjectTemplate.setTorque 35.0 ObjectTemplate.setDifferential 35.0
..you only need to define it once. Also, I would remove the setEngineType, changing it to a plane engine. Maybe that causes the crash? I'm not certain.
So, try:
ObjectTemplate.Active KatyushaRocket_Engine ObjectTemplate.setAutomaticReset 1 ObjectTemplate.setInputToRoll c_PIAltFire ObjectTemplate.setMaxSpeed 0/0/100000 ObjectTemplate.setAcceleration 0/0/100000 ObjectTemplate.setTorque 35.0 ObjectTemplate.setDifferential 35.0
Also, if its still crashing, use BEGINREM and ENDREM to rem out large sections of code..start with just 1 thing then keep adding untill you get the crash. That will tell you whats wrong.
One more also..: Urglub mentioned (i think) people having difficulty with modding omaha (maybe it didnt like some patch files?). I've modded it..twice or so for 2 different people, and it worked ok. Never know though.
|