autoexec.cfg ignored

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
vanhofen
Posts: 35
Joined: Mon Jan 19, 2015 7:01 am

autoexec.cfg ignored

Post by vanhofen »

I have a file called autoexec.cfg with the following content:

Code: Select all

bind w +forward
bind q +left
bind e +right
bind s +back

bind r +moveup
bind y +movedown
bind a +moveleft
bind d +moveright
bind v +movedown
bind g +moveup

bind b +land

bind f +use
bind z +zoom
bind c +crouch
bind space +jump
The integration of this file doesn't work, when a game is startet at very first time.
GZDoom has to be closed and opened again to get these key bindings work.

This is reproducable.
Remove all [WoolBall.*]-sections fom ini-file. Start GZDoom. Choose "Rise of the Wool Ball". Bindings doesn't work.
Close GZDoom. Start it again and choose the game again. The key bindings now will work as well.
Woolball is just an example. It's reproducable with any supported game.

Tested with today's nightly build. Commit: https://github.com/coelckers/gzdoom/com ... feefd4d4bb
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: autoexec.cfg ignored

Post by Graf Zahl »

Initial keybinds are done through some in-WAD initialization. Also doing it through autoexec.cfg will result in an order-of-execution problem.
I'll be honest here, this is too insignificant to fix.
vanhofen
Posts: 35
Joined: Mon Jan 19, 2015 7:01 am

Re: autoexec.cfg ignored

Post by vanhofen »

OK, thanks for trying. Not a problem. I don't add new games so often, and if so i know to handle it.
Post Reply

Return to “Closed Bugs [GZDoom]”