kunucklees
... AKA Resonious
Well, it has some useful things and some fun things.
Press E too turn chasecam on/off.
Press B/R to change CTF teams to blue or red.
press [ too change your character to sonic, ] for tails, \ for knuckles and p for shadow if you really want to...
press g to turn MD2 models on/off.
press 1 too set your name/character/color for netgames(you will need to edit that section in order for you not to be me when you press 1 lol.)
press 2 to change back to your preferred character/color without changing your name etc.
Also there are some fun console commands in here, here is a list.
maxrings
norings
netgod
drown
quit
mysticrealmstart
acidmissilstart
Yes, I know mysticrealmstart/acidmissilstart may be a little pointless. They just add the wad and warp to the first level.
netgod is not EXACTALY like got mode but it works in netgames... maxrings is pretty much startrings 999 and norings is pretty much startrings 0... quit quits the game real quick and drown... well just type it in and see what it does... hehehe.
Here is the script:
OK... If you don't know how to work this, just copy the code, past it into notepad or something and save it as autoexec.cfg. then when you start up it will already start working. OR you can save it as instertnamehere.cfg and type exec insertnamehere.cfg in the console.
Known bugs: You can't turn netgod off... And the acidmissilstart/mysticrealmstart don't work right.
Press E too turn chasecam on/off.
Press B/R to change CTF teams to blue or red.
press [ too change your character to sonic, ] for tails, \ for knuckles and p for shadow if you really want to...
press g to turn MD2 models on/off.
press 1 too set your name/character/color for netgames(you will need to edit that section in order for you not to be me when you press 1 lol.)
press 2 to change back to your preferred character/color without changing your name etc.
Also there are some fun console commands in here, here is a list.
maxrings
norings
netgod
drown
quit
mysticrealmstart
acidmissilstart
Yes, I know mysticrealmstart/acidmissilstart may be a little pointless. They just add the wad and warp to the first level.
netgod is not EXACTALY like got mode but it works in netgames... maxrings is pretty much startrings 999 and norings is pretty much startrings 0... quit quits the game real quick and drown... well just type it in and see what it does... hehehe.
Here is the script:
Code:
\\.___________________________________________________.\\
//| |//
\\|AutoExec by HeavenlyTails. You may edit if you like|\\
//|___________________________________________________|//
//Quick character change (you can change the part inbetween bind and "skin sonic; color blue" etc.)
// |
// V
bind [ "skin sonic; color blue"
bind ] "skin tails; color orange"
bind \ "skin knuckles; color red"
bind p "skin shadow; color red"
//Netgame start (edit the name hevtails part, the skin sonic part and the color gold parts to change your character, name and color to whatever you want)
// |
// V
bind 1 "cecho stand still; echo changing name...; wait 15; name hevtails; echo changing character...; wait 15; skin sonic; color gold; echo Saying Hi...; wait 15; say Hi!; echo All done now."
bind 2 "cecho stand still\\ I'm changing your character/color; wait 70; skin sonic; color gold; echo Character change finished."
//Quick chasecam toggle. (you can edit all the bind e parts to make it whatever you want.)
// |
// V
bind e "choff" (you can edit all the bind e parts to make it whatever you want.)
alias choff "chasecam off; bind e chon"
alias chon "chasecam on; bind e choff"
//Toggle MD2 models. (You can edit the binds like in the chasecam toggle.)
// |
// V
bind g "md2on"
alias md2on "gr_md2 on; bind g md2off"
alias md2off "gr_md2 off; cecho Make up your mind!; bind g md2on"
//Random console commands...
// |
// V
alias maxrings "mxr1"
alias mxr1 "startrings 999; alias maxrings mxr2"
alias mxr2 "startrings 9999; alias maxrings mxr1"
alias norings "nor1"
alias nor1 "startrings 0; alias maxrings nor2"
alias nor2 "startrings 00; alias maxrings no1"
alias quit "startrings 1; startrings 2; startrings 1"
alias acidmissilstart "addfile scr_acidmissil.wad; map mapf0"
alias mysticrealmstart "addfile scr_mysticrealm.wad; map mapa1"
alias drown "tunes 1042; say /me is drowning, someone help!; cecho AHH! I R DROWNING!; wait 200; cecho NOES HALP!; wait 175; tunes 1; say /me has sucessfully drowned."
//Quick team changes (change the binds if you must.)
// |
// V
bind b "changeteam blue"
bind r "chanceteam red"
Known bugs: You can't turn netgod off... And the acidmissilstart/mysticrealmstart don't work right.