Autoexec and Controls

Status
Not open for further replies.
I actually have alot of stuff in my Autoexec Most of the things i have in my auto EXEC are from JTE's Wad archive, but I edited the stuff alot:

Here is a camera option I have made myself, everything is self explanitory

camera option section said:
//Camera options: pressing the # 2 button makes the camera go into 3rd person, and then pressing again will make you go into 1st person, Great for Match
alias camerachange "chasecam 1; bind 2 camerachange2"
alias camerachange2 "chasecam 0; bind 2 camerachange;"
bind 2 camerachange
crosshair cross
(I have My pause action binded to the 1 key)

i'll probably post more as the posts go on

my autoexec is actually 2 KB's in size and it is long
 
You don't need to bind pause...
Just press:
-------
|Pause|
| |
|Break|
-------
(Because ASCII Art rules!)



My autoexec?
Autoexec said:
name Cueball61
Servername Cueball's Server
color dark_red
bind 1 "say Get the flag!"
bind 2 "say Half of us stay here, the other half go after the flag!"
bind 3 "say This level sucks :("
bind 4 "say Meep?"

Yay for CTF and stuff binds!
 
Flame_the_hedgehog said:
I actually have alot of stuff in my Autoexec Most of the things i have in my auto EXEC are from JTE's Wad archive, but I edited the stuff alot:

Here is a camera option I have made myself, everything is self explanitory

camera option section said:
//Camera options: pressing the # 2 button makes the camera go into 3rd person, and then pressing again will make you go into 1st person, Great for Match
alias camerachange "chasecam 1; bind 2 camerachange2"
alias camerachange2 "chasecam 0; bind 2 camerachange;"
bind 2 camerachange
crosshair cross
(I have My pause action binded to the 1 key)

i'll probably post more as the posts go on

my autoexec is actually 2 KB's in size and it is long

That's totally unnecessary. bind 2 "toggle chasecam" works the same exact way.
 
my autoexec:

bind 1 "pause"
bind 2 "exec commands.txt"
bind 3 "exec commands2.txt"
bind 4 "god"
bind 5 "noclip"
bind 6 "screenshot"
bind 7 "quit"

name "Jo"
color blue
skin mechaknux

commands.txt's:

analog on/off
lightdash on/off
homing on/off
 
bind 1 "chasecam 0"
bind 2 "chasecam 1"
bind 0 "screenshot"
bind 3 "flyme"
bind 4 cheats
alias cheats "noclip ; god"
gr_filtermode 2
name shuffle
color purple

Explaining the not-so-obvious, flyme is for the bots in SRB2JTE. Cheats is for noclip and god in one key. gr_filtermode 2 is the Trilinear filter in OpenGL.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top