I will post my entry from the autoexec.cfg here.
I hope it helps some other people.
My entry:
- {l Code}: {l Select All Code}
//////////////////////////////////////////
/// DrachenComputer's Red Eclipse autoexec.cfg file
//////////////////////////////////////////
/// Last updated: 9/7/2012
///////////////////////////////////////
/// Random Initializers ///
///////////////////////////////////////
wadminset = 0
// Servers
alias re [connect 74.82.3.216 28801]
alias evo1 [connect 193.189.116.248 28801]
alias evotac [connect 193.189.116.248 28807]
alias fptt [connect 193.189.116.248 28803]
alias doom [connect 149.154.159.31 28801]
alias blaze [connect 80.221.24.62 28801]
alias ft1 [connect 62.75.145.8 28801]
alias ft2 [connect 83.169.44.106 28801]
alias flesh [connect 176.9.51.37 28801]
alias johny [connect 67.186.179.126 28801]
// Administration
bind "KP7" [setmaster password]
bind "KP4" [resetvars]
bind "KP5" [resetvars; setmaster 0]
bind "KP6" [setmaster 0]
bind "KP1" [connect ip port]
// Auth key
// seta 1 = log in; seta = log out
alias seta [authkey 0; setmaster 0; if (= $arg1 1) [authkey login "key"; reconnect]]
// "Auto-master"
bind "P" [sleep 5000 [setmaster "password"]; connect ip port]
///////////////////////////////////////
/// Aliases
///////////////////////////////////////
alias discon [unwadmin; disconnect]
alias recon [unwadmin; reconnect]
alias hitcrosshairtex hithairtex
alias aexec [exec "autoexec.cfg"]
alias unbind [bind $arg1 ""]
alias testgui [newgui testgui $arg1]
alias sig [team sigma]
alias xhair [crosshairtex "crosshairs/$arg1"]
alias hxhair [hithairtex "crosshairs/$arg1"]
alias script [exec (format "scripts/%1" $arg1)]
alias save [savemap (format "maps/%1" $arg1)]
alias lastcmd [history 1]
/// Administrative ///
alias wadmin [
if (< $wadminset 1) [
setmaster [censored]
wadminset = 1;
] []
]
alias unwadmin [
if (> $wadminset 0) [
setmaster 0;
wadminset = 0;
] []
]
alias kickuser [say (format "^foKick Reason: ^fy%1" $arg2); kick $arg1]
alias kickban [say (format "^f[0xFF0000]KickBan Reason: ^fy%1" $arg2); ban $arg1]
alias reloadbans [say "^f[0xFF0000]Reloading Banlist!"; resetvars]
alias warntk [say (format "^fzry%1^f[0xFF0000], DO NOT TEAMKILL. ^fyFailure to comply will result in ^fokick^fy or ^f[0xFF0000]ban" (getclientname $arg1))]
/// Servers ///
alias wazpub [connect 108.59.251.72 28901]
alias insta [connect 108.59.251.72 28797]
alias hardball [connect 108.59.251.72 28791]
alias jugger [connect 108.59.251.72 28691]
///////////////////////////////////////
/// Functions
///////////////////////////////////////
powerslide = [ action 6; forward; forward ]
resetbots = [
resetbots_botbalance = $botbalance
resetbots_botoffset = $botoffset
botbalance 0
botoffset 0
botbalance $resetbots_botbalance
botoffset $resetbots_botoffset ]
alias actions [ echo "action 0 - primary"
echo "action 1 - secondary"
echo "action 2 - reload"
echo "action 3 - ^"action^" (pick up, etc.)"
echo "action 4 - jump"
echo "action 5 - walk"
echo "action 6 - crouch"
echo "action 7 - parkour/melee"
echo "action 8 - drop weapon"
]
mastervolUp = [mastervol (+ $mastervol 5)]
mastervolDown = [mastervol (- $mastervol 5)]
swapRadarStyle = [ if (= $radarstyle 1) [radarstyle 3] [radarstyle 1] ]
aliasexist = [ if (strcmp "" (getalias $arg1)) [ 0 ] [ 1 ] ]
createifne = [if (strcmp "" (getalias $arg1)) [alias $arg1 $arg2]]
playerteam = ""
cycleteam = [
cases $playerteam "alpha" [
team omega; teamstr = "^frTeam Omega"
playerteam = "omega"
] "omega" [
team sigma; teamstr = "^fgTeam Sigma"
playerteam = "sigma"
] "sigma" [
team kappa; teamstr = "^fyTeam Kappa"
playerteam = "kappa"
] "kappa" [
team alpha; teamstr = "^fbTeam Alpha"
playerteam = "alpha"
] () [
team alpha; teamstr = "^fbTeam Alpha"
playerteam = "alpha"
]
if (> (strlen $teamstr) 0) [ echo ( format "^fyYou are now on:^fS %1" $teamstr ) ]
]
///////////////////////////////////////
/// Binds
///////////////////////////////////////
bind RETURN [inputcommand "^f0" [say $commandbuffer]]
bind F11 swapRadarStyle
bind PERIOD cycleteam
bind LSHIFT powerslide
bind STRG [zoomlevel 3]
bind BACKSLASH lastcmd
bind SLASH [
if (&& (isconnected) (< $wadminset 1)) [wadmin; saycommand "/"] [saycommand "/"]
]
/// Editing ///
editbind LEFT [vdelta voffset -16 0]
editbind RIGHT [vdelta voffset +16 0]
editbind UP [vdelta voffset 0 -16]
editbind DOWN [vdelta voffset 0 +16]
///////////////////////////////////////
/// IRC
///////////////////////////////////////
DCetirc = [
ircaddclient rizon irc.rizon.net 6667 ++++++|RE
ircaddchan rizon #DCNet_TEST
]
// IRC List
ircname0 = freenode
irchost0 = irc.freenode.net
ircport0 = 6667
ircnick0 = +++++
ircchan0 = #evoclan
ircname1 = freenode
irchost1 = irc.freenode.net
ircport1 = 6667
ircnick1 = +++++
ircchan1 = #redeclipse
irchost2 = wazu eirc.rizon.net
ircport2 = 6667
ircnick2 = +++++++
ircchan2 = #wazuclan
Fell free to post your autoexec.cfg entry here!
My English is not the best but, I hope some other interesting posts can help here some other people or give some new interested experience to them.