[Feature Request] Add "sv_coopsharekeys" to "Detailed gameplay options"
Opened this issue · 2 comments
msmigiel commented
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)
Youda008 commented
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.
Youda008 commented
Ok, i added dmflags3
field and some of those which i find most useful.