
Originally Posted by
Prothescar
Is there any way to save Drawdistance settings? It isn't an amazingly big deal or anything, but I'd prefer not having to change the default 10/10 settings to my preferred settings every time I restart the game.
There is actually a line within the INIT file that says drawdistance set 10. Instead of using a delay and setting the distance, you can set that distance the first round.
Code:
// FPS Position - Use -75 1 to position it on the top right corner.
//fps_position 5 5 //top left
fps_position -75 1 //top right
drawdistance set 10
//Bind keys
//Bind syntax is "bind <key> <up> <command>
// ^ represents control- and ! is alt, eg !1 is alt-1
bind !f10 drawdistance set 10
bind ^f10 drawdistance set 1
bind f11 game_forceambientlight