Zandronum IWAD picker

Moderator: Graf Zahl

Locked
User avatar
Rachael
Developer
Developer
Posts: 3640
Joined: Sat May 13, 2006 10:30

Zandronum IWAD picker

Post by Rachael »

https://github.com/coelckers/gzdoom/pull/126

As discussed here: viewtopic.php?f=203&t=7374

As stated in the pull request, this does the following:

- User experience change (Windows only)
- Implements the Hardware/Software radio boxes
- Adds a fullscreen checkbox
- Adds a "no autoload" checkbox

This is the GZDoom version. If needed, I can strip this down a bit for a ZDoom-specific version, but it should not be needed. The ZDoom code has been retained to prevent merge conflicts in the future, and has been put in a comment-block.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: Zandronum IWAD picker

Post by Graf Zahl »

Added - but I'm thinking about making some options per-game. For example, I normally autoload lights.pk3 only with Heretic, but not with Doom.
User avatar
Rachael
Developer
Developer
Posts: 3640
Joined: Sat May 13, 2006 10:30

Re: Zandronum IWAD picker

Post by Rachael »

That will have to be affected directly on the dialog. The reason why I made them global was because of the extra coding that would be required to call up the options for lights.pk3 and brightmaps.pk3 every time you switch your selection for IWAD to a different game. Might not be as much trouble for you, though, having dealt directly with the resource management code directly, yourself, you would be able to correctly identify the game every time it is switched and have it affect the dialog correctly, and probably a lot easier than I could. :)
Locked

Return to “Closed Feature Suggestions”