Page 1 of 1

[Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 15:03
by DrachenComputer
Hi Guys,
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.

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 15:58
by DroiD
cg_gibs 0 because i think its exagerated that a lot of meat come off but the body is intact

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 16:05
by DrachenComputer
DroiD {l Wrote}:cg_gibs 0 because i think its exagerated that a lot of meat come off but the body is intact

Great nice entry :)

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 16:07
by ZeroKnight
Please use code tags for pasting your file contents. Also, why do you keep spamming links to your facebook and maps?

I'll paste my mammoth 170+ line autoexec later when I get home :P

Also, for a color chat bind, you need to do something like this: (I'm assuming that's what you meant didn't work)
{l Code}: {l Select All Code}
bind T [inputcommand (format "^f%1%2" 9 $arg1) [say $commandbuffer]]

That's one way to do it. You can go about it different ways, though. Replace the 9 with any number or letter for the color you want. You can also create multiple copies of this for team chat, "me", and "me" team chat. Just replace "say" with the appropriate command.

[EDIT]
Nevermind, after looking at it again, your color chat bind works fine. What are you referring to that doesn't work?

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 16:11
by ctdabomb
ZeroKnight {l Wrote}:Also, why do you keep spamming links to your facebook and maps



if you have to keep saying this stuff, try putting it in a signature

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 16:27
by DrachenComputer
ctdabomb {l Wrote}:
ZeroKnight {l Wrote}:Also, why do you keep spamming links to your facebook and maps



if you have to keep saying this stuff, try putting it in a signature

I will pack the fb link into it on time! Thanks! I now the singnature! Map links are change from time to time. (:

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 20:17
by DrachenComputer
Thanks for your help ZeroKnight!
I plan a new map called ozean.
This Map is full of water a under water world :)
What do you mean?

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 24 May 2012, 23:37
by ZeroKnight
Well, as I said, here's my monster of an autoexec. I change it pretty frequently though. Hmm, we should have an official "post your autoexec" thread and sticky it :P

{l Code}: {l Select All Code}
//////////////////////////////////////////
/// ZeroKnight's Red Eclipse autoexec
//////////////////////////////////////////
/// Last updated: 23/5/2012


/// Random Initializers ///
wadminset = 0

///////////////////////////////////////
/// 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 wazpriv           [censored]
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 colors [
    echo "By Number: ^f00 ^f11 ^f22 ^f33 ^f44 ^f55 ^f66 ^f77 ^f88 ^f99"
    echo "By Letter: ^faa^fAA ^fbb^fBB ^fcc^fCC ^fdd ^fee ^fff ^fgg^fGG ^fkk ^fmm ^fnn ^foo^fOO ^fpp ^frr^fRR ^fvv ^fww ^fyy^fYY"
]

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 KP_PLUS    mastervolUp
bind KP_MINUS   mastervolDown
bind MOUSE6     swapRadarStyle
bind PERIOD     cycleteam
bind LALT       powerslide
bind MOUSE3     [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
///////////////////////////////////////
zeronetirc = [
    ircaddclient rizon irc.rizon.net 6667 ZeroKnight|RE
    ircaddchan rizon #ZeroNet_TEST
]

// IRC List

ircname0 = freenode
irchost0 = irc.freenode.net
ircport0 = 6667
ircnick0 = ZeroKnight|RE
ircchan0 = #onemorelife

ircname1 = freenode
irchost1 = irc.freenode.net
ircport1 = 6667
ircnick1 = ZeroKnight|RE
ircchan1 = #redeclipse

ircname2 = rizon
irchost2 = irc.rizon.net
ircport2 = 6667
ircnick2 = ZeroKnight|RE
ircchan2 = #ZeroNet_TEST

///////////////////////////////////////
/// Miscellaneous
///////////////////////////////////////
[censored] // Auth Handle
zoomlevel 3    // Resets the scope to a "middle" level every launch


///////////////////////////////////////
/// Scripts
///////////////////////////////////////
/// GUI ///
exec "scripts/gui/WeapModGUI/WeapMod.gui"
exec "scripts/gui/admin.gui"
//exec "scripts/gui/hud++.gui"

/// Extensions ///
exec "scripts/ExtendedCompass/ExtendedCompass.dev.cfg"
//exec "scripts/kitsune/music.gui"

/// Settings/Vars ///
//exec "scripts/offlinePractice.cfg"

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 25 May 2012, 01:20
by ctdabomb
stupid question: what's autoexec.cfg?

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 25 May 2012, 04:18
by wowie
if an autoexec.cfg exists in your user content directory the game reads it and AUTOmatically EXECutes any commands stored in it immediately after the game loads. Pretty simple, but I didn't know what it did either when I started playing. :)

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 25 May 2012, 04:25
by qreeves
{l Code}: {l Select All Code}
skippistol 10
autoshowscores 1
lightthreads 8
pvsthreads 8
musictype 0
musicvol 0
smoothmove 200
smoothdist 128

specbind F [ gamespeed 10; onrelease [ gamespeed 100 ] ]
specbind V [ botspeed 1; gamespeed 10; onrelease [ botspeed 0; gamespeed 100 ] ]
tr = [ localconnect; sleep 1000 [ timelimit 3; overtimelimit 2; intermlimit 5000; votelimit 0 ] ]
bg = [ aidebug 5; aidebugfocus 0 ]

From my development version (which involves a lot of compile -> test -> fix loops).

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 25 May 2012, 06:36
by DrachenComputer
ctdabomb {l Wrote}:stupid question: what's autoexec.cfg?

That is a config file. It loads spezial vars and entries in game. You have to write something in it like this:
qreeves {l Wrote}:
{l Code}: {l Select All Code}
skippistol 10
autoshowscores 1
lightthreads 8
pvsthreads 8
musictype 0
musicvol 0
smoothmove 200
smoothdist 128

specbind F [ gamespeed 10; onrelease [ gamespeed 100 ] ]
specbind V [ botspeed 1; gamespeed 10; onrelease [ botspeed 0; gamespeed 100 ] ]
tr = [ localconnect; sleep 1000 [ timelimit 3; overtimelimit 2; intermlimit 5000; votelimit 0 ] ]
bg = [ aidebug 5; aidebugfocus 0 ]

From my development version (which involves a lot of compile -> test -> fix loops).

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 25 May 2012, 15:57
by ZeroKnight
qreeves {l Wrote}:
{l Code}: {l Select All Code}
specbind F [ gamespeed 10; onrelease [ gamespeed 100 ] ]
specbind V [ botspeed 1; gamespeed 10; onrelease [ botspeed 0; gamespeed 100 ] ]

From my development version (which involves a lot of compile -> test -> fix loops).


Oh dear god you CAN use onrelease o_O ... ... Mind == Blown

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 25 May 2012, 19:00
by sireus
qreeves {l Wrote}:lightthreads 8
pvsthreads 8

8-core CPU? o_O
Or are you just future-proofing your config?

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 25 May 2012, 21:33
by DijitaL
nice autoexecs

onreleash ftw!

*bump*

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 26 May 2012, 04:00
by qreeves
sireus {l Wrote}:8-core CPU? o_O
Or are you just future-proofing your config?

Running two threads on each core. I think eihrul was the one who suggested it.

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 26 May 2012, 10:21
by sireus
This stuff can actually make use of hyperthreading? Wow, didn't think so.

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 26 May 2012, 22:08
by srbs
ZeroKnight {l Wrote}:
qreeves {l Wrote}:
{l Code}: {l Select All Code}
specbind F [ gamespeed 10; onrelease [ gamespeed 100 ] ]
specbind V [ botspeed 1; gamespeed 10; onrelease [ botspeed 0; gamespeed 100 ] ]

From my development version (which involves a lot of compile -> test -> fix loops).


Oh dear god you CAN use onrelease o_O ... ... Mind == Blown

Haha, onrelease has always been an odd one.
For anyone who needs help understanding it (and maybe someone can copy-pasta it to the wiki):
onrelease is kinda like sleep, but instead of being timed, it executes on the bound key release.

Then using the @ sign, I would change quin's specbind to:
{l Code}: {l Select All Code}
specbind F [ onrelease [ gamespeed @gamespeed ]; gamespeed 10 ]

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 09 Jul 2012, 17:26
by DrachenComputer
I have Updated my post

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 14 Jul 2012, 14:53
by idkblaze
{l Code}: {l Select All Code}
lastmode = 0
change_mode = [
    mastermode ($lastmode)
    lastmode = (+ $lastmode 1)
    if (>= $lastmode 4) [lastmode = 0]
]
bind n change_mode

bind "z" [sleep 5000 [setmaster ""]; connect 80.221.24.62 ]

alias seta [authkey 0; setmaster 0; if (= $arg1 1) [authkey idkblaze "notforyou"; reconnect]]


// matrixmode
    // script changes gamespeed like on m_speeds list, every m_timeout miliseconds
    // idea by idk, written by pk
     
    m_speeds = "10 100 20 100 30 100"
    m_timeout = 4000
     
    matrixmode = [if $arg1 [m_status = 1; m_toggle] [m_status = 0]]
    m_status = 0
    m_index = -1
     
    m_toggle = [
            if $m_status [
                    if (= $m_index -1) [
                            m_index = 0; gamespeed (at $m_speeds 0); sleep (divf (* $m_timeout (at $m_speeds $m_index)) 100) [m_toggle]
                    ] [
                            if (= $m_index (- (listlen $m_speeds) 1)) [
                                    m_index = 0; gamespeed (at $m_speeds 0); sleep (divf (* $m_timeout (at $m_speeds $m_index)) 100) [m_toggle]
                            ] [
                                    m_index = (+ $m_index 1); gamespeed (at $m_speeds $m_index); sleep (divf (* $m_timeout (at $m_speeds $m_index)) 100) [m_toggle]
                            ]
                    ]
            ] [gamespeed 100; m_index = -1]
    ]

####################################################
    ### Red Eclipse Matrix Mode
    ### Idea by idkblaze, Script written by ZeroKnight
    ####################################################
    # Toggle Matrix mode on/off with "matrixmode [0|1]"
    # The result is every 5 seconds, gamespeed will change sequentially
    # through 30, 100, and 150
     
    _matrixmode = 0
    matrixmode = [
        _matrixmode = $arg1
        if $_matrixmode [ gstoggle ] []
    ]
     
    gstoggle = [
        if $_matrixmode [
            case $gamespeed 100 [
                sleep 5000 [ gamespeed 150; sleep 100 [ gstoggle ] ]
            ] 150 [
                sleep 7500 [ gamespeed 30; sleep 100 [ gstoggle ] ]
            ] 30 [
                sleep 1500 [ gamespeed 100; sleep 100 [gstoggle] ]
            ] () [
                gamespeed 100
                gstoggle
            ]
        ] [ gamespeed 100 ]
    ]

newgui maingui [
guititle "main"
guibutton "admin/master" "showgui admin/master"
guibutton "servers" "showgui server"
guibutton "warnings" "showgui warnings"
guibutton "kick/ban reasons" "showgui kick/ban_reasons"
guibutton "close" "cleargui"
]

newgui admin/master [
guititle "first gui ever"
guibutton "claim master" "setmaster 1"
guibutton "relenquish master" "setmaster 0"
guibutton "claim auth" "seta 1"
guibutton "relenquish auth" "seta"
guibutton "kick" "saycommand /kick"
guibutton "ban" "saycommand /ban"
guibutton "go back to maingui" "showgui maingui"
guibutton "close" "cleargui"
]
newgui server [
guititle "servers"
guibutton "RE" "connect 74.82.3.216 28801"
guibutton "evo1" "connect 193.189.116.248 28801"
guibutton "evotac" "connect 193.189.116.248 28807"
guibutton "fptt" "connect 193.189.116.248 28803"
guibutton "doom" "connect 149.154.159.31 28801"
guibutton "blaze" "connect 80.221.24.62 28801"
guibutton "frogteam1" "connect 62.75.145.8 28801"
guibutton "frogteam2" "connect 83.169.44.106 28801"
guibutton "fleshless" "connect 176.9.51.37 28801"
guibutton "johnny" "connect 67.186.179.126 28801"
guibutton "go back to maingui" "showgui maingui"
guibutton "close" "cleargui"
]

newgui warnings [
guititle "warnings"
guibutton "Blue stop tking" "saycommand ^fr^f9 -- Stop team-killing or you will be kicked/banned. Don't kill ^fbblue^f9 players"
guibutton "Red stop tking" "saycommand ^fr^f9 -- Stop team-killing or you will be kicked/banned. Don't kill ^frred^f9 players"
guibutton "Yellow stop tking" "saycommand ^fr^f9 -- Stop team-killing or you will be kicked/banned. Don't kill ^fyyellow^f9 players"
guibutton "Green stop tking" "saycommand ^fr^f9 -- Stop team-killing or you will be kicked/banned. Don't kill ^fggreen^f9 players"
guibutton "Stop flooding" "saycommand ^fr^f9 -- Stop flooding or you will be kicked/banned"
guibutton "go back to maingui" "showgui maingui"
guibutton "close" "cleargui"
]

newgui kick/ban_reasons [
guititle "kick and ban reasons"
guibutton "Kick reason tking" "saycommand ^fr^fy -- Kick reason: team-killing"
guibutton "Ban reason tking" "saycommand ^fr^fy -- Ban reason: team-killing"
guibutton "Kick reason flooding" "saycommand ^fr^fy -- Kick reason: flooding"
guibutton "Ban reason flooding" "saycommand ^fr^fy -- Ban reason: flooding"
]


bind x showgui maingui

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 15 Jul 2012, 09:53
by DrachenComputer
Nice idea idk :)

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 15 Jul 2012, 12:16
by qreeves
idkblaze {l Wrote}:
{l Code}: {l Select All Code}
alias seta [authkey 0; setmaster 0; if (= $arg1 1) [authkey idkblaze "notforyou"; reconnect]]

Try "auth" instead of "reconnect". Or you can just set "authconnect" to 0 to not auto-auth on connect, then "/auth" when you want to actually use it.

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 15 Jul 2012, 15:35
by idkblaze
DrachenComputer {l Wrote}:Nice idea idk :)
I am not sure what you meant by the 'idea' , what did you mean by the idea?

Re: [Survey] What did you write into your autoexec.cfg?

PostPosted: 15 Jul 2012, 17:37
by DrachenComputer
idk pls use a wordbook to find that out I am not the best in English so I cant discribe that