Here is Talou's autoexec for 0.93 ! Use freely all the tricks :)

What is autoexec.cfg ?

This is a file, located in our config/ folder, that is executed at the beginning of the game. It overvrites all auto-saved datas from several sessions located in "saved.cfg" file. Take care of your shortcuts, because every shortcut you use overwrites the default ones on "saved.cfg" file, so I recommand you to backup those files before changes...

What can I put into it ?

All informations you need to be kept from changes, like nickname, shortcuts, keybindings, favorite weapons and so on...

How informations are set ?

Just put the commands you use on the console, but without the usual slash (/) :

name clan|nick

to change permanently your nick

item 4

to use the snipe gun as default one

what is your autoexec ?

  • 0.92 Talou's one is commented here
  • 0.93 Talou's one is here

Do you have some tricks ?

Oh yes !

Several autoexecs :

You can have several autoexec files, to switch quickly from players. Just bind a key to switch (F3 for instance) just like this :

bind "F3" [exec config/autoexec_romi.cfg]

and in the autoexec_romi.cfg file just add :

bind "F3" [exec config/autoexec.cfg]

so you can easily change your profile (preferred bindings, weapons, shortcuts, nickname, ...). Of course you can add more than one autoexec profile file. It depends on your taste and skills... For instance my own autoexec.cfg contains only one line :

exec config/autoexec_talou.cfg

so it defines the default profile I use...

A little zoom for all weapons :

bind "W" [fov 90; sensitivity 40; hudgun 0; onrelease [fov 120; sensitivity 70; hudgun 1]]

A rapid demo recorder

bind "F7" [saycommand /record demo]

This command is helpfull to start a record, but "saycommand" allows to define the name of the file before it starts.

bind "F8" [stop]

to stop the record

Quick servers info

bind "F10" [updatefrommaster]

it reloads the serverlist from the masterserver, and allows to connect to one of them

Quick connect to your favorite server

bind "F6" [connect 91.186.4.144]

Quick admin commands

If you manage a server and need to quickly recover the masterstatus on it, you can define a password at the commandline using the -x switch on your server :

ac_server -xmasterpassword

So anytime you play on your server, you can steal the masterstatus to anyone with the comand :

setmaster 1 masterpassword

But don't use it by default on autoexec otherwise you can be automatically kicked from other servers. Rather use a keybinding easy to call at will :

bind "F4" [setmaster 1 masterpassword]

To access any other master commands, use :

bind "F5" [showmenu master]

Quick show map (thanks to driAn) on AssaultCube (v0.93)

bind LALT [ showmap 1; onrelease [ showmap 0 ] ]

+