auto wepon change

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

^^^^

+theres a bind like 'switchtobestweapon' or something that'll take j00 to the best weapon, which is also stupid, just load load your keyboard with weaps binds :D
 
its easy to have the weapons you want on seperate keys using .txt binds

to test it try this

make 4 .txt files

1 called Rocket.txt
2 called flack.txt
3 called Ripper.txt
4 called Shock.txt

in the .txt files type this

1st .txt file
------------------------------------------
getweapon UT_Eightball
echo Rocket Launcher
set input NumPad0 exec flack.txt
------------------------------------------

2nd
------------------------------------------
getweapon UT_FlakCannon
echo Flack Cannon
set input NumPad0 exec Ripper.txt
------------------------------------------

3rd
------------------------------------------
getweapon ripper
echo Ripper
set input NumPad0 exec Shock.txt
------------------------------------------

4th
------------------------------------------
getweapon Shockrifle
echo Shock
set input NumPad0 exec Rocket.txt
------------------------------------------


place the .txt files in the UT system directory.

in the user.ini bind exec Rocket.txt to NumberPad0 key i.e.

NumPad0=exec Rocket.txt
 
i mean i wanna do keybind for change auto wepon change
so that i can change it during in match
 
[Engine.PlayerPawn]
bNeverSwitchOnPickup True

guess you could fiddle with that in the user.ini
 
Last edited:
how should i put it?
for example
b=set bNeverSwitchOnPickup True
n=set bNeverSwitchOnPickup False
or how?
 
set playerpawn bneverswitchonpickup false/true

Only works when you are offline though.
 
I was wrong in my first post.

the command "neverswitchonpickup true/false" does the same thing and works online.
 
all that walking up and down that wall made u make mistakes polle :nono:

:P
 
Originally posted by RCPolle
I was wrong in my first post.

the command "neverswitchonpickup true/false" does the same thing and works online.
yup it works

---------------------------------------
The-]X[-
B=Neverswitchonpickup True
N=Neverswitchonpickup False
---------------------------------------
 
---------------------------------------
The-]X[-
B=Neverswitchonpickup True
N=Neverswitchonpickup False
---------------------------------------

so that is right? how to put it user.ini
 
Originally posted by The-]X[-
---------------------------------------
The-]X[-
B=Neverswitchonpickup True
N=Neverswitchonpickup False
---------------------------------------

so that is right? how to put it user.ini
exactly how it stands here
 
what a waste of 2 keybinds... just bind it to 1 key and use txt files

or.... do this:

B=Toggle Neverswitchonpickup True | neverswitchonpickup False

or sommat like that... cba to check