Mortar launcher ODF problem
Moderator: Moderators
-
myers73
- Lieutenant General

- Posts: 690
- Joined: Fri Apr 03, 2009 11:04 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Atlanta, GA xfire=myers73 IngameName=mYers
Mortar launcher ODF problem
so trying to make a full-auto mortar launcher, I set
MaxPressedTime = "0.0"
TriggerSingle = "0"
ShotDelay = "0.2"
but its still single fire.
also, I want it to stick to buildings, but it bounces off of building that are not destroyable.
EDIT: Fixed by changin the ClassLable: to "launcher"
for an ordinance class, can "sticky" lockon and track like rockets? or can "missle" stick and have a delayed explosion?
MaxPressedTime = "0.0"
TriggerSingle = "0"
ShotDelay = "0.2"
but its still single fire.
also, I want it to stick to buildings, but it bounces off of building that are not destroyable.
EDIT: Fixed by changin the ClassLable: to "launcher"
for an ordinance class, can "sticky" lockon and track like rockets? or can "missle" stick and have a delayed explosion?
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: mortar launcher ODF problem
Is your ordnance ODF set up like this?myers73 wrote:also, I want it to stick to buildings, but it bounces off of building that are not destroyable.
Code: Select all
StickBuilding = 1
StickBuildingDead = 1
StickBuildingUnbuilt = 1-
myers73
- Lieutenant General

- Posts: 690
- Joined: Fri Apr 03, 2009 11:04 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Atlanta, GA xfire=myers73 IngameName=mYers
-
fasty
- 1st Lieutenant

- Posts: 438
- Joined: Thu Apr 15, 2010 4:17 am
- Projects :: Server modding
- Contact:
Re: mortar launcher ODF problem
I really wish someone would help you with this.
Too bad I really don't know the answer.
-
CressAlbane
- Master Bounty Hunter

- Posts: 1519
- Joined: Fri Dec 18, 2009 8:02 am
- Projects :: CTF Arenas
- Location: ¿uoıʇɐɔoן ʎɯ sıɥʇ sı
Re: mortar launcher ODF problem
I think that the MaxPressedTime line is not what you want.
Look at the com_weap_inf_chaingun...
99% that you should get rid of the MaxPressedTime line for this to work.
EDIT: Fasty, how does your post help Myers73 help figure out his problem?
Look at the com_weap_inf_chaingun...
99% that you should get rid of the MaxPressedTime line for this to work.
EDIT: Fasty, how does your post help Myers73 help figure out his problem?
- Sky_216
- Droid Pilot Assassin

- Posts: 2086
- Joined: Mon Feb 13, 2006 3:28 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: mortar launcher ODF problem
Nope. Only works for missiles.myers73 wrote:for an ordinance class, can "sticky" lockon and track like rockets? or can "missle" stick and have a delayed explosion?
-
fasty
- 1st Lieutenant

- Posts: 438
- Joined: Thu Apr 15, 2010 4:17 am
- Projects :: Server modding
- Contact:
Re: mortar launcher ODF problem
Well if I didn't say anything nobody would have tried to help.CressAlbane wrote: EDIT: Fasty, how does your post help Myers73 help figure out his problem?
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: mortar launcher ODF problem
For your last question, a mortar ordnace (sticky) cannot track and likewise a rocket which can track cannot be a sticky weapon.
This did give me an idea for a fun open area weapon, a slow moving tracking rocket, gives you a chance to escape it but deadly if you don't.
@fasty just because someone didn't answer the same day doesn't mean no one will answer.
This did give me an idea for a fun open area weapon, a slow moving tracking rocket, gives you a chance to escape it but deadly if you don't.
@fasty just because someone didn't answer the same day doesn't mean no one will answer.
-
fasty
- 1st Lieutenant

- Posts: 438
- Joined: Thu Apr 15, 2010 4:17 am
- Projects :: Server modding
- Contact:
Re: mortar launcher ODF problem
Sorry just trying to help out.FragMe! wrote:@fasty just beause someone didn't answer the same day doesn't mean no one will answer.
-
myers73
- Lieutenant General

- Posts: 690
- Joined: Fri Apr 03, 2009 11:04 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Atlanta, GA xfire=myers73 IngameName=mYers
Re: mortar launcher ODF problem
you have to change the class to launcher, as I said a few post back, but gravity will not work, or at least i dont think it will, dont need it for my gun anywayCressAlbane wrote:I think that the MaxPressedTime line is not what you want.
Look at the com_weap_inf_chaingun...
99% that you should get rid of the MaxPressedTime line for this to work.![]()
Beat you to it. Got a nice class going. Sticky gun, sort of like needlers from halo, and tracking rocket, but have them share heat. It is awesome but at the same time balanced so that it is not over powered.FragMe! wrote:This did give me an idea for a fun open area weapon, a slow moving tracking rocket, gives you a chance to escape it but deadly if you don't.
- Sky_216
- Droid Pilot Assassin

- Posts: 2086
- Joined: Mon Feb 13, 2006 3:28 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: mortar launcher ODF problem
Done it for DS already - one of the stealth droid units has a "kamikaze recon droid" thats really a slow moving missile. Best way to dodge it is to get something between it and you or roll at the last second.FragMe! wrote:For your last question, a mortar ordnace (sticky) cannot track and likewise a rocket which can track cannot be a sticky weapon.
This did give me an idea for a fun open area weapon, a slow moving tracking rocket, gives you a chance to escape it but deadly if you don't.
-
CressAlbane
- Master Bounty Hunter

- Posts: 1519
- Joined: Fri Dec 18, 2009 8:02 am
- Projects :: CTF Arenas
- Location: ¿uoıʇɐɔoן ʎɯ sıɥʇ sı
Re: mortar launcher ODF problem
Wait-what's the problem now?
