PDA

View Full Version : Instagib + Transloc ???


Banz
17th October, 2002, 12:39 AM
What's the setting to play with instagib + tranlocator ???

Bry
17th October, 2002, 09:56 AM
If you mean normal InstaGIb (i.e. no zoom) i do not think it is possible. I have tried enablign translocator via the normal methods but it does nto appear to work with InstaGib.

My current guess is that InstaGib remvoes all weapons including the translocator

Banz
17th October, 2002, 08:05 PM
I have played on jolt server with insta & transloc & zoom ???

Bry
17th October, 2002, 09:12 PM
yea zoom insta is different to normal instagib

BigHead
18th October, 2002, 06:17 AM
You can setup your own "Arena" with whatever addon's you want (like allowing one weap to be different or using translocator). It's kind of a bear to set up, but it goes like this: (you can ignore the comments that start with ';')

;WEAPONS - SniperRifle Arena

set XWeapons.AssaultRiflePickup InventoryType XWeapons.SniperRifle
set XWeapons.AssaultRiflePickup PickupMessage You got the Lightning Gun.
set XWeapons.AssaultRiflePickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.AssaultRiflePickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

set XWeapons.BioRiflePickup InventoryType XWeapons.SniperRifle
set XWeapons.BioRiflePickup PickupMessage You got the Lightning Gun.
set XWeapons.BioRiflePickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.BioRiflePickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

set XWeapons.ShockRiflePickup InventoryType XWeapons.SniperRifle
set XWeapons.ShockRiflePickup PickupMessage You got the Lightning Gun.
set XWeapons.ShockRiflePickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.ShockRiflePickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

set XWeapons.LinkGunPickup InventoryType XWeapons.SniperRifle
set XWeapons.LinkGunPickup PickupMessage You got the Lightning Gun.
set XWeapons.LinkGunPickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.LinkGunPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

set XWeapons.MiniGunPickup InventoryType XWeapons.SniperRifle
set XWeapons.MiniGunPickup PickupMessage You got the Lightning Gun.
set XWeapons.MiniGunPickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.MiniGunPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

set XWeapons.FlakCannonPickup InventoryType XWeapons.SniperRifle
set XWeapons.FlakCannonPickup PickupMessage You got the Lightning Gun.
set XWeapons.FlakCannonPickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.FlakCannonPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

set XWeapons.RocketLauncherPickup InventoryType XWeapons.SniperRifle
set XWeapons.RocketLauncherPickup PickupMessage You got the Lightning Gun.
set XWeapons.RocketLauncherPickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.RocketLauncherPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

set XWeapons.SniperRiflePickup InventoryType XWeapons.SniperRifle
set XWeapons.SniperRiflePickup PickupMessage You got the Lightning Gun.
set XWeapons.SniperRiflePickup PickupSound Sound'PickupSounds.SniperRiflePickup'
set XWeapons.SniperRiflePickup StaticMesh StaticMesh'WeaponStaticMesh.SniperRiflePickup'

;AMMO

set XWeapons.AssaultAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.AssaultAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.AssaultAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.AssaultAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

set XWeapons.BioAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.BioAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.BioAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.BioAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

set XWeapons.ShockAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.ShockAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.ShockAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.ShockAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

set XWeapons.LinkAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.LinkAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.LinkAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.LinkAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

set XWeapons.MiniGunAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.MiniGunAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.MiniGunAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.MiniGunAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

set XWeapons.FlakAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.FlakAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.FlakAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.FlakAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

set XWeapons.RocketAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.RocketAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.RocketAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.RocketAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

set XWeapons.SniperAmmoPickup InventoryType XWeapons.SniperAmmo
set XWeapons.SniperAmmoPickup PickupMessage You picked up 20 lightning charges.
set XWeapons.SniperAmmoPickup PickupSound Sound'PickupSounds.SniperAmmoPickup'
set XWeapons.SniperAmmoPickup StaticMesh StaticMesh'WeaponStaticMesh.SniperAmmoPickup'

Start up your dedicated server.
Paste in the following into the comand prompt (or modify to your needs):
--- --- --- --- ---
If you are using UCC.EXE to launch it, then you will have to use the WebAdmin\Console to paste in each line.

If you are using the UT2003.EXE jump to dedicated, then you can paste each individual line into the command prompt window.

I have a pending a request to UnrealAdmin on how to have these in a config file and have them executed on launch! Anyone have any ideas?

BigHead
18th October, 2002, 06:20 AM
Oops, I pasted the Arena settings into the wrong part of the post. When following the directions, insert those commands just before the '--- --- --- --- ---'