Shpoike / Quakespasm

Extra bloaty junk to modernise stuff a bit.
http://triptohell.info/moodles/qss/
GNU General Public License v2.0
185 stars 41 forks source link

[Feature Request] Drag/Drop mod launching #33

Open Lain-tf opened 3 years ago

Lain-tf commented 3 years ago

Implementation exactly as it is in GZDoom, dropping a folder will attempt to run it as a -game argument. Bonus points for .zip and .pk3 support on this front.

Shpoike commented 2 years ago

Implementing this for pk3s might require disabling saved games and/or saving configs. Using the containing gamedir may work, but may also have security issues if people set up file associations to open files from eg their browser's Downloads dir.

Dragging directories may be viable, though I'm likely to insist that they be direct children of the exe's dir (automatic switching of gamedirs for multiplayer gets awkward otherwise).