[4.5.0] - AirControl does not work on DefaultMap
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.
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.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49226
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [4.5.0] - AirControl does not work on DefaultMap
'Defaultmap 'is deliberately a per-file definition. If you need a global unconditional override use 'gamedefaults' instead. Its settings persist across files.
- SanyaWaffles
- Posts: 843
- Joined: Thu Apr 25, 2013 12:21 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
- Graphics Processor: nVidia with Vulkan support
- Location: The Corn Fields
- Contact:
Re: [4.5.0] - AirControl does not work on DefaultMap
Wait, so gamedefaults is a thing? I completely overlooked that.
I don't remember that being on the wiki last I checked. When the heck did that get added?
I don't remember that being on the wiki last I checked. When the heck did that get added?
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49226
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [4.5.0] - AirControl does not work on DefaultMap
That got added when I exported Hexen's default map settings to MAPINFO. That was 12 years ago when I encountered the same problem as you did now, i.e. that 'defaultmap' is a non-cumulative per-file setting and couldn't change it because existing mods were depending on this trait.
- SanyaWaffles
- Posts: 843
- Joined: Thu Apr 25, 2013 12:21 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
- Graphics Processor: nVidia with Vulkan support
- Location: The Corn Fields
- Contact:
Re: [4.5.0] - AirControl does not work on DefaultMap
Okay, using gamedefaults works as intended. Thanks for clarifying that Graf.
So I suppose the way defaultmap works should be added to the wiki.
I suppose this is a chalk up of user error. Sorry about that.
So I suppose the way defaultmap works should be added to the wiki.
I suppose this is a chalk up of user error. Sorry about that.
-
- Posts: 5043
- Joined: Sun Nov 14, 2010 12:59 am
Re: [4.5.0] - AirControl does not work on DefaultMap
That's been addressed.SanyaWaffles wrote:So I suppose the way defaultmap works should be added to the wiki.