autoexec


(j4b) #1

Is it possible to get some kind of autoexec. Just a configfile wich is loaded after all other *.ini files. i would love to set my settings like i want.


(murka) #2

It is possible to set console commands like binds in one file and then execute it with the exec command. I know it’s not as good as an autoexec but should make saving configs easier.
To set binds, use “SetBind [Key] [Command]”. Ex: “SetBind C Duck”

Will try and figure out how to set the variables in .ini files via console.


(ailmanki) #3

http://udn.epicgames.com/Three/ConsoleCommands.html#System Settings Commands
http://udn.epicgames.com/Three/SystemSettings.html

DB is not exactly same though, not everything listed there is existing

for example
set Engine.GameEngine MaxSmoothedFrameRate 200

get Engine.GameEngine bSmoothFrameRate

But I couldnt see any change in my configs… bit strange, did only try once though - not much at all, I guess I made something wrong there.