Results 158 issues of Die4Ever

- [x] see `class LoadMapWindow` for reference of how to get a list of available map files - [ ] all maps should be in a format like `01_NYC_UNATCOISLAND_VARIANTNAME.dx` -...

Feature

this might be difficult, but I think the original Doom 3 where you had to switch between the gun and the flashlight made the game way more intense, this is...

enhancement

I suggest doing a squash merge for this this could be used as a reference for doing Windows too https://github.com/scummvm/scummvm/blob/master/.github/workflows/ci.yml or https://github.com/OpenRCT2/OpenRCT2/blob/develop/.github/workflows/ci.yml

die4ever APP [3:34 PM] leaving in 1 hour (*4:27pm* CDT, *5:27pm* EDT) https://imgur.com/ewgCwgm

could download on the fly for nblood they use 7z files https://github.com/nukeykt/NBlood/releases could extract like this https://stackoverflow.com/a/57589140 ``` from pyunpack import Archive Archive('data.7z').extractall("") ``` ``` pip install pyunpack patool ```

some WIP code from buildmapbase.py... ``` def MirrorMap(self): # TODO, need to figure out re-ordering of walls, they need to be counterclockwise # probably need to compare coordinates and do...

``` mypy tests.py BuildLibs\SpoilerLog.py:91: error: "None" has no attribute "write" [attr-defined] BuildLibs\SpoilerLog.py:144: error: Incompatible types in assignment (expression has type "Path", variable has type "str") [assignment] BuildLibs\SpoilerLog.py:147: error: "None" has...

with preset difficulty options

have a list of banned weapons that get replaced with one of the non-banned weapons Duke 3D: no shotgun, only explosives, only shrinker/expander Blood: only flaregun and dynamite?