• Welcome to Battlezone Universe.
 

News:

Welcome to the BZU Archive dated December 24, 2009. Topics and posts are in read-only mode. Those with accounts will be able to login and browse anything the account had access granted to at the time. No changes to permissions will be made to be given access to particular content. If you have any questions, please reach out to squirrelof09/Rapazzini.

Main Menu

help with my next new weapon

Started by TheJamsh, August 23, 2008, 12:00:25 PM

Previous topic - Next topic

TheJamsh

is it possible to make a rocket drop about a metre then fire itself off?

lets say i mounted it to a wing, it would let go of the wing, then about a second later it would fire up and blast forward at its target? can it be faked? or something?

and if not... WHY not!


BZII Expansion Pack Development Leader. Coming Soon.

General BlackDragon

you need to use weapon geoms (same as pilot grenade pack) for external weapon things.

Then, Thermal missile has settings to control homing ramp speed/etc, so u can make it start out at 0 and then speed up to full speed.



*****General BlackDragon*****

Zero Angel

Really BD? That is a VERY interesting fact. :)

Quote from: TheJamsh on August 23, 2008, 12:00:25 PM
is it possible to make a rocket drop about a metre then fire itself off?

lets say i mounted it to a wing, it would let go of the wing, then about a second later it would fire up and blast forward at its target? can it be faked? or something?

and if not... WHY not!
I dont know about getting it to drop a meter or so. I was hoping to do a similar thing when I was creating aircrafts, at first I thought it would be possible with radarpopper class, but radarpopper class will release its ordnance when it reaches the top of its arc (and not using a timed setup like I initially thought), so if you're firing it downwards, it will trigger instaneously.

Theoretically, BD's solution would allow you to release ordnance from the wing and have the ordnance's model disappear when it's fired. I too would like to know how to get ordnance to 'drop' before it fires off.
QuoteAwareness, Teamwork, Discipline
Constantly apply these principles, and you will succeed in a lot of things, especially BZ2 team strat.
{bac}Zero Angel
Victory through superior aggression

bigbadbogie

Others would merely say it was good humour.


My BZ2 mods:

QF2: Essence to a Thief - Development is underway.

Fleshstorm 2: The Harvest - Released on the 6th of November 2009. Got to www.bz2md.com for details.

QF Mod - My first mod, finished over a year ago. It can be found on BZ2MD.com

Nielk1

I found poppers fired down will instantly activate, so that's out.

Click on the image...

TheJamsh

yeh me to, with a shotpitch setting set to 6.0


BZII Expansion Pack Development Leader. Coming Soon.

mrtwosheds

QuoteTheoretically, BD's solution would allow you to release ordnance from the wing and have the ordnance's model disappear when it's fired. I too would like to know how to get ordnance to 'drop' before it fires off.

Sadly it is only the wireframe display that looses grenades, the weapon model always has 3 grenades sticking out of it.
I have not found a way yet to temporarily loose weapon models.

The new MissileClass entrys do help to modify its behaviour, but I'm not sure yet how you get its speed to start at 0.
These need extensive experimentation.

[MissileClass]
omegaTurn = 1.5
velocForward = 35.0      // powered speed of the missile
accelThrust = 20.0      // rate the missile can change speed
delayTime = 0.25      // homing delay time (zero turn rate)
rampTime = 0.4         // homing ramp time (from zero to full turn rate)
avoidRange = 40.0      // terrain obstacle-avoidance range
avoidStrength = 2.0   

TheJamsh

the wireframe display also has to have a variable type flag in the ODF to make the TGA's swap over

can variables be done with XSI's? so when i drop a pack from the back of a vehicle, the hp_dock XSI changes to one with 3 packs instead of four?


BZII Expansion Pack Development Leader. Coming Soon.

Nielk1

For me I have seen the 3 grenades on the ISDF pack dislodge. At least I thought I did.

Click on the image...

TheJamsh

it might work then... ill have to try it.


BZII Expansion Pack Development Leader. Coming Soon.

General BlackDragon

The grenades do dissapear from the backpack.

Same as the jetpack deploys and the satchel charge dissapears.



*****General BlackDragon*****

TheJamsh


[WeaponClass]
classLabel = "mortar"
geometryName = "iggren00.xsi"
geometryScale = 0.12
ordName = "grenade"
wpnName = "Concussion Grnd"
wpnIcon = "wire_iggren%d.tga"
fireSound = "mort01.wav"
wpnReticle = "gmortar"
wpnLadder = "gmortar.L0"
wpnCategory = "PACK"
localAmmo = 3

[CannonClass]
shotDelay = 2.0


are you sure? no variables there...


BZII Expansion Pack Development Leader. Coming Soon.

mrtwosheds

I only said they didn't after picking up an apgren in the editor and watching them NOT disappear as I fired them.
I reserve the right to be wrong, and hope I am.

bigbadbogie

The grenades model does not change even when you have fired all the ammo.

The satchel charge doesn't either.

Only the wireframe changes.
Others would merely say it was good humour.


My BZ2 mods:

QF2: Essence to a Thief - Development is underway.

Fleshstorm 2: The Harvest - Released on the 6th of November 2009. Got to www.bz2md.com for details.

QF Mod - My first mod, finished over a year ago. It can be found on BZ2MD.com