[Fixed] Can't alter game rules via config files

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
User avatar
Janizdreg
Posts: 111
Joined: Thu Jan 01, 2004 9:06 am
Location: Finland
Contact:

Can't alter game rules via config files

Post by Janizdreg »

Changing the game rules (aka the sv_x variables) by executing a config file in game via the console doesn't work.

Example:
-------------------
I've got a config file named dmpure.cfg in my ZDoom dir. It includes the following settings:
  • sv_nofov 1
    sv_nofreelook 1
    sv_nojump 1
    alwaysapplydmflags 1
Then, I launch ZDoom & type "exec dmpure.cfg" in the console. The config is read, but the only setting that's applied is alwaysapplydmflags.
User avatar
Hirogen2
Posts: 2033
Joined: Sat Jul 19, 2003 6:15 am
Graphics Processor: Intel with Vulkan/Metal Support
Location: Central Germany
Contact:

Post by Hirogen2 »

Have you tried exec'ing it when in "deathmatch 1" or "deathmatch 2" mode or when having additional bots (= coop)?
User avatar
Janizdreg
Posts: 111
Joined: Thu Jan 01, 2004 9:06 am
Location: Finland
Contact:

Post by Janizdreg »

Tried. Didn't work.
Though now I noticed this: sv_nofov & sv_nofreelook didn't work but sv_nojump did...weird. Some work, some don't.
User avatar
randi
Site Admin
Posts: 7746
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Post by randi »

Fixed.
Post Reply

Return to “Closed Bugs [GZDoom]”