Youda008/DoomRunner

[Feature Request] Add "sv_coopsharekeys" to "Detailed gameplay options"

Opened this issue · 2 comments

Please consider adding the cooperative multiplayer flag sv_coopsharekeys to the "Detailed gameplay options" dialog box. This was a recently added flag to GZDoom: ZDoom/gzdoom#2257 (comment)

The problem is that the "Detailed gameplay options" are based on dmflags. Each options has its reserved flag (bit) in the dmflags or dmflags2 fields, and these options are propagated to gzdoom by adding the +dmflags <num> +dmflags2 <num> command line arguments. This option doesn't fit into that, it has to be a separate checkbox. But there is still space next to the "Force allow cheats" checkbox, so i can put it there.
Oh, so there is dmflags3 now.

Ok, i added dmflags3 field and some of those which i find most useful.