Youda008 / DoomRunner

Preset-oriented graphical launcher of various ported Doom engines (an alternative to ZDL)
GNU General Public License v3.0
240 stars 18 forks source link

Add recognition for EDGE (.epk) and k8vavoom (.vwad) archives #180

Closed dashodanger closed 2 months ago

dashodanger commented 2 months ago

This adds the extensions for EPKs (EDGE zip archives) and VWADs (k8vavoom vwad archives, as detailed in the k8vavoom git repo here). EPKs and VWADs can contain standalone games (or simply IWADs that are stored in these archives) so I added it under both the iwad and pwad lists.

Youda008 commented 2 months ago

Awesome, thank you.