Skip to content

Commit

Permalink
Pretty readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Aug 27, 2018
1 parent c5b76b1 commit 31e74ae
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 7 deletions.
66 changes: 61 additions & 5 deletions README.md
Expand Up @@ -5,12 +5,68 @@ All my settings and binds for CSGO.

## Installation

Copy autoexec.cfg to your csgo cfg folder:
Copy all .cfg files in this repo to your csgo cfg folder

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
`C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg`

It will automatically execute all commands when you start your game.
If you're having trouble you can reload the script by writing "exec autoexec" to console.
If you're having trouble you can reload the script by writing `exec autoexec` to console.

Please don't blindy copy and paste, it WILL override your settings (binds, crosshair, viewmodel).
Delete what you don't want or change to your own values!
## Features

* Assorted scripts bound to function keys
* Buy binds on numpad and arrow keys. (run `exec autoexec` ingame and it will echo the settings to your console)
* Sensible defaults for network, video and viewmodel.
* Displays damage done when you die. Will display at top left of your screen.
* Radar zoom in and out buttons
* Volume up/down buttons. To control ingame volume without changing your Windows volume.

## Scripts

* **F1 - buy drop script**

Buys an AK/M4 and drops it.

* **F2 - find the bomb script**

Enabled the noob-tips. This will show a tooltip above the bomb, useful for finding it inside a smoke.

* **F3 - Crosshair changing script**

Cycles through crosshairs. See the misc file to configure your own crosshair(s).

* **F4 - Toggles voice chat on/off.**

Very useful to mute cyka blyat teammates during clutches.

* **F5 - Rapid fire**

Toggles rapid fire mode. This will rebind your mousewheel to shooting. Combine this with dualies for maximum power.

* **F6 - sm_admin**

Opens the SourceMod admin menu (if you have access).

* **F7 - ready**

Say .ready and !ready. Made for lazy people.

* **F8 - /**

* **F9 - noclip**

Toggle noclip

* **F10 - /**

* **F11 - disconnect**

Instantly disconnects you from current server

* **F12 - Quit prompt**

Shows the quit prompt.

# Disclaimer

Please don't blindy copy and paste, it WILL override your settings (binds, crosshair, viewmodel). Delete what you don't want or change to your own values! Be careful when using the jump throw script! It is banned on ESEA (and possibly other services aswell)
4 changes: 2 additions & 2 deletions autoexec.cfg
Expand Up @@ -43,7 +43,7 @@ echo "F11 Disconnect"
echo "F12 Quit prompt"
echo "Space jumpthrow"
echo "Pagedown/up volume down/up"
echo "Home/end radar FOV up/down"
echo "Show map in lobby script"
echo "Home/end radar zoom in/out"
echo "Show damage script"
echo
echo "---------------------------------"

0 comments on commit 31e74ae

Please sign in to comment.