Page 1 of 1

Unit or Ship Dispenser

Posted: Mon Apr 27, 2009 3:30 pm
by hypshadowthehedgehog
Is there any way to make a unit or ship dispenser? If so how? I have seen other people do it in movies. Is it a change in the odf of the health and ammo dispenser?

Re: Unit or Ship Dispenser

Posted: Mon Apr 27, 2009 5:27 pm
by giftheck
Ships, possibly... but why would you want to dispense units? Would that not be unrealistic to the max?

Re: Unit or Ship Dispenser

Posted: Mon Apr 27, 2009 6:15 pm
by hypshadowthehedgehog
yeah, but it would look pretty sweet, and i saw a video where fang wrote his name and i wanna do that. It also would make PoTDs easier.

Re: Unit or Ship Dispenser

Posted: Tue Apr 28, 2009 8:30 am
by ANDEWEGET
Hidden/Spoiler:
odf for vehicle dispenser:
[WeaponClass]
ClassLabel = "dispenser"

[Properties]
IconTexture = "imp_blasterrifle_icon"

RoundsPerClip = "1"
ReloadTime = "0.2"
LockOnRange = "80.0"
LockTime = "0.4"

AnimationBank = "grenade"

TrackingSound = ""

WEAPONSECTION = 1

ModeTexture = "HUD_weap_mine"
//ModeTextureColor = "42 235 42 100"
ReticuleTexture = "reticule_00"
OrdnanceName = "ande_hover_basilisk" // vehicle odf name

ShotDelay = "0.0"
AutoAimSize = "1.0"

SalvoCount = "1"
SalvoDelay = "0.0"
InitialSalvoDelay = "0.0"

MinStrength = "0.3"
MaxStrength = "0.4"

FireSound = "tauntaunhurt" //only test, copy normal sound from healthammo dispenser or thermal
FireEmptySound = "com_weap_inf_ammo_empty"
FireLoopSound = ""
ReloadSound = "imp_weap_inf_equip_med"
ChargeSound = ""
ChargeSoundPitch = ""
ChangeModeSound = "imp_weap_inf_equip_med"
WeaponChangeSound = "imp_weap_inf_equip_med"
OverheatSound = ""
OverheatSoundPitch = ""
OverheatStopSound = ""
ClankLeftWalkSound = ""
ClankRightWalkSound = ""
ClankLeftRunSound = ""
ClankRightRunSound = ""
JumpSound = ""
LandSound = ""
RollSound = ""
ProneSound = ""
SquatSound = ""
StandSound = ""

Re: Unit or Ship Dispenser

Posted: Tue Apr 28, 2009 1:40 pm
by giftheck
I would say use the enter turret sound though.

Re: Unit or Ship Dispenser

Posted: Tue Apr 28, 2009 6:59 pm
by MasterFang1
all you do is edit the health/ammo dispenser ordanance name to the ODF of the ship/unit you want to dispense. It's really easy.