When i make my custom gunship following all instruction from the moders board it crashes when i try to fire the weapons could anyone help me please.
I cant seem tog et an error log cause in Sp test u cant enter vehicles
Custom Gunship Crash
Moderator: Moderators
-
maxloef
- Major General

- Posts: 654
- Joined: Mon Jan 03, 2005 4:28 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Saturn_V
- Emperor's Hand
- Posts: 487
- Joined: Sun Dec 26, 2004 12:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
RE: Custom Gunship Crash
Crashing when you fire a weapon sounds like you may not have copied all the weapon odf's for all the Gunship weapons
Each weapon in the main gunship odf will call an odf for the weapon, and that odf will call another odf, and often that odf will call another one. Check each odf in turn to follow the chain through.
Eg
rep_fly_gunship.odf calls rep_weap_fly_gunship_cannon which calls rep_weap_fly_gunship_cannon_ord which calls rep_weap_fly_gunship_cannon_exp
You are not using SPTest properly, you can do everything you can do in the game in SPTest (it is the game, basically).
Each weapon in the main gunship odf will call an odf for the weapon, and that odf will call another odf, and often that odf will call another one. Check each odf in turn to follow the chain through.
Eg
rep_fly_gunship.odf calls rep_weap_fly_gunship_cannon which calls rep_weap_fly_gunship_cannon_ord which calls rep_weap_fly_gunship_cannon_exp
You are not using SPTest properly, you can do everything you can do in the game in SPTest (it is the game, basically).
