├── .github └── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ └── feature_request.yml ├── .gitignore ├── CHANGES.md ├── LICENSE ├── README.md ├── data ├── colormaps_extras ├── data_common ├── data_doom1_registered ├── data_extras ├── data_id1 ├── data_sigil ├── data_sigil2 ├── flats_common ├── flats_doom2 ├── flats_id1 ├── flats_sigil2 ├── graphics_common ├── graphics_doom1 ├── graphics_doom1_registered ├── graphics_doom1_retail ├── graphics_doom1_unity ├── graphics_doom2 ├── graphics_doom2_unity ├── graphics_extras ├── graphics_id1 ├── graphics_masterlevels ├── graphics_nerve_kex ├── graphics_nerve_unity ├── graphics_plutonia ├── graphics_plutonia_kex ├── graphics_plutonia_unity ├── graphics_sigil ├── graphics_sigil2 ├── graphics_sigil2_kex ├── graphics_sigil_kex ├── graphics_tnt ├── graphics_tnt_kex ├── graphics_tnt_unity ├── music_doom1 ├── music_doom2 ├── music_extras ├── music_id1 ├── music_iddm1 ├── music_plutonia ├── music_sigil ├── music_sigil2 ├── music_sigil2_shreds ├── music_sigil_shreds ├── music_tnt ├── patches_common ├── patches_doom1 ├── patches_doom1_retail ├── patches_doom2 ├── patches_id1 ├── patches_masterlevels ├── patches_plutonia ├── patches_sigil ├── patches_sigil2 ├── patches_tnt ├── sounds_common ├── sounds_doom2 ├── sounds_extras ├── sounds_id1 ├── sprites_common ├── sprites_doom2 ├── sprites_id1 └── txdefs_common ├── licenses ├── gpl.txt ├── mit_omg.txt ├── mit_ws.txt ├── readme.txt ├── ultrawiderpix854.txt ├── wadsmoosh.txt ├── widepix.txt └── widepix_credits.txt ├── omg ├── CHANGES ├── LICENSE ├── __init__.py ├── colormap.py ├── lineinfo.py ├── lump.py ├── manual.html ├── mapedit.py ├── palette.py ├── playpal.py ├── readme.txt ├── thinginfo.py ├── txdef.py ├── udmf.py ├── util.py ├── wad.py └── wadio.py ├── res ├── GENMIDI.lmp ├── animdefs.txt ├── cvarinfo.txt ├── graphics │ ├── CWILV00.lmp │ ├── CWILV32.lmp │ ├── DWILV00.lmp │ ├── DWILV01.lmp │ ├── DWILV02.lmp │ ├── DWILV03.lmp │ ├── DWILV04.lmp │ ├── DWILV05.lmp │ ├── DWILV06.lmp │ ├── DWILV07.lmp │ ├── DWILV08.lmp │ ├── DWILV09.lmp │ ├── DWILV10.lmp │ ├── DWILV11.lmp │ ├── DWILV12.lmp │ ├── DWILV13.lmp │ ├── DWILV14.lmp │ ├── DWILV15.lmp │ ├── DWILV16.lmp │ ├── DWILV17.lmp │ ├── DWILV18.lmp │ ├── DWILV19.lmp │ ├── DWILV20.lmp │ ├── DWILV21.lmp │ ├── DWILV22.lmp │ ├── DWILV23.lmp │ ├── DWILV24.lmp │ ├── DWILV25.lmp │ ├── MWILV00.lmp │ ├── MWILV01.lmp │ ├── MWILV02.lmp │ ├── MWILV03.lmp │ ├── MWILV04.lmp │ ├── MWILV05.lmp │ ├── MWILV06.lmp │ ├── MWILV07.lmp │ ├── MWILV08.lmp │ ├── MWILV09.lmp │ ├── MWILV10.lmp │ ├── MWILV11.lmp │ ├── MWILV12.lmp │ ├── MWILV13.lmp │ ├── MWILV14.lmp │ ├── MWILV15.lmp │ ├── MWILV16.lmp │ ├── MWILV17.lmp │ ├── MWILV18.lmp │ ├── MWILV19.lmp │ ├── MWILV20.lmp │ ├── MWILV21.lmp │ ├── MWILV22.lmp │ ├── MWILV23.lmp │ ├── MWILV24.lmp │ ├── MWILV25.lmp │ ├── MWILV26.lmp │ ├── MWILV27.lmp │ ├── MWILV28.lmp │ ├── MWILV29.lmp │ ├── MWILV30.lmp │ ├── MWILV31.lmp │ ├── MWILV32.lmp │ ├── MWILV33.lmp │ ├── MWILV34.lmp │ ├── MWILV35.lmp │ ├── MWILV36.lmp │ ├── MWILV37.lmp │ ├── MWILV38.lmp │ ├── MWILV39.lmp │ ├── MWILV40.lmp │ ├── MWILV41.lmp │ ├── MWILV42.lmp │ ├── M_DOOM.lmp │ ├── M_EPI5.lmp │ ├── M_HELL.lmp │ ├── M_MASTER.lmp │ ├── M_MASTR1.lmp │ ├── M_MASTR2.lmp │ ├── M_MASTR3.lmp │ ├── M_MASTR4.lmp │ ├── M_MASTR5.lmp │ ├── M_MASTR6.lmp │ ├── M_NOREST.lmp │ ├── M_PLUT.lmp │ ├── M_TNT.lmp │ ├── NWILV00.lmp │ ├── NWILV01.lmp │ ├── NWILV02.lmp │ ├── NWILV03.lmp │ ├── NWILV04.lmp │ ├── NWILV05.lmp │ ├── NWILV06.lmp │ ├── NWILV07.lmp │ ├── NWILV08.lmp │ ├── PWILV01.lmp │ ├── STAMMO24.lmp │ ├── STARMS24.lmp │ ├── TITLEPIC.lmp │ ├── WILV03B.lmp │ ├── WILV07B.lmp │ ├── WILV39.lmp │ ├── WILV50.lmp │ ├── WILV51.lmp │ ├── WILV52.lmp │ ├── WILV53.lmp │ ├── WILV54.lmp │ ├── WILV55.lmp │ ├── WILV56.lmp │ ├── WILV57.lmp │ └── WILV58.lmp ├── in_epi1.txt ├── iwadinfo.txt ├── language.credits.csv ├── language.levels.csv ├── language.menus.csv ├── language.story.csv ├── mapinfo.txt ├── mapinfo │ ├── clusters.txt │ ├── doomednums.txt │ ├── episodes.txt │ ├── intermissions.txt │ ├── intermissions_fullrun.txt │ ├── intermissions_intros.txt │ ├── intermissions_masterlevels.txt │ ├── maps_blackroom.txt │ ├── maps_doom1.txt │ ├── maps_doom2.txt │ ├── maps_doomu.txt │ ├── maps_id1.txt │ ├── maps_iddm1.txt │ ├── maps_masterlevels.txt │ ├── maps_masterlevels_anderson.txt │ ├── maps_masterlevels_flynn.txt │ ├── maps_masterlevels_kvernmo.txt │ ├── maps_masterlevels_rejects.txt │ ├── maps_masterlevels_story.txt │ ├── maps_nerve.txt │ ├── maps_plutonia.txt │ ├── maps_sigil.txt │ ├── maps_sigil2.txt │ ├── maps_tnt.txt │ └── maps_xbox.txt ├── maps │ ├── WF_NEWGAME.wad │ ├── WF_NEWGAME_E1M1.wad │ ├── WF_NEWGAME_E2M1.wad │ ├── WF_NEWGAME_E3M1.wad │ ├── WF_NEWGAME_E4M1.wad │ ├── WF_NEWGAME_E5M1.wad │ ├── WF_NEWGAME_E6M1.wad │ ├── WF_NEWGAME_LR_MAP01.wad │ ├── WF_NEWGAME_LR_MAP08.wad │ ├── WF_NEWGAME_MAP01.wad │ ├── WF_NEWGAME_ML_MAP01.wad │ ├── WF_NEWGAME_NV_MAP01.wad │ ├── WF_NEWGAME_PL_MAP01.wad │ ├── WF_NEWGAME_TN_MAP01.wad │ ├── WF_STORY.wad │ ├── WF_STORY_ML_MAP10.wad │ ├── WF_STORY_ML_MAP11.wad │ ├── WF_STORY_ML_MAP12.wad │ ├── WF_STORY_ML_MAP13.wad │ ├── WF_STORY_ML_MAP15.wad │ ├── WF_STORY_ML_MAP16.wad │ ├── WF_STORY_ML_MAP17.wad │ ├── WF_STORY_ML_MAP18.wad │ ├── WF_STORY_ML_MAP19.wad │ ├── WF_STORY_ML_MAP20.wad │ ├── WF_STORY_ML_MAP29.wad │ ├── WF_STORY_ML_MAP30.wad │ ├── WF_STORY_ML_MAP31.wad │ ├── WF_STORY_ML_MAP32.wad │ ├── WF_STORY_ML_MAP33.wad │ ├── WF_STORY_ML_MAP34.wad │ ├── WF_STORY_ML_MAP37.wad │ ├── WF_STORY_ML_MAP38.wad │ ├── WF_STORY_ML_MAP41.wad │ ├── WF_STORY_ML_MAP42.wad │ └── WF_STORY_ML_MAP43.wad ├── menudef.credits ├── menudef.txt ├── sndinfo.txt ├── texdefs │ ├── common.txt │ ├── doom1.txt │ ├── doom2.txt │ ├── fusion.txt │ ├── id1.txt │ ├── masterlevels.txt │ ├── masterlevelsrejects.txt │ ├── plutonia.txt │ └── tnt.txt ├── textures.txt ├── wadfused.txt ├── xwinter0.txt ├── xwinter1.txt ├── zscript.zs └── zscript │ ├── wf_defaults.zs │ ├── wf_fullrun.zs │ ├── wf_handler.zs │ ├── wf_handler_static.zs │ ├── wf_map_fixes.zs │ ├── wf_masterlevels.zs │ ├── wf_mus_idkfa.zs │ ├── wf_mus_sigil.zs │ ├── wf_mus_swap.zs │ ├── wf_newgame.zs │ ├── wf_sbar.zs │ ├── wf_sbar_alt.zs │ ├── wf_story.zs │ ├── wf_tex_swap.zs │ └── wf_tex_swap_all.zs ├── source_wads └── place_wads_here.txt ├── ultrawiderpix ├── graphics │ ├── BOSSBACK.lmp │ ├── BOSSLR.lmp │ ├── BOSSPL.lmp │ ├── BOSSTN.lmp │ ├── CREDIT.lmp │ ├── CREDITD1.lmp │ ├── CREDITLR.lmp │ ├── CREDITS1.lmp │ ├── CREDITS2.lmp │ ├── CREDITUD.lmp │ ├── ENDPIC.lmp │ ├── HELP.lmp │ ├── HELP1.lmp │ ├── HELP2.lmp │ ├── HELPLR.lmp │ ├── HELPS2.lmp │ ├── INTERE4.lmp │ ├── INTERLR.lmp │ ├── INTERNV.lmp │ ├── INTERPIC.lmp │ ├── INTERPL.lmp │ ├── INTERTN.lmp │ ├── PFUB1.lmp │ ├── PFUB2.lmp │ ├── SIGILEN2.lmp │ ├── SIGILEND.lmp │ ├── SIGILIN2.lmp │ ├── SIGILINT.lmp │ ├── STBAR.lmp │ ├── STBRFUEL.lmp │ ├── TITLED1.lmp │ ├── TITLED2.lmp │ ├── TITLELR.lmp │ ├── TITLEML.lmp │ ├── TITLENV.lmp │ ├── TITLEPL.lmp │ ├── TITLES1.lmp │ ├── TITLES2.lmp │ ├── TITLETN.lmp │ ├── TITLEUD.lmp │ ├── VICTORY2.lmp │ ├── WIA20200.lmp │ ├── WIA20400.lmp │ ├── WIA20401.lmp │ ├── WIA20402.lmp │ ├── WIA20500.lmp │ ├── WIA20501.lmp │ ├── WIA20502.lmp │ ├── WIMAP0.lmp │ ├── WIMAP1.lmp │ ├── WIMAP2.lmp │ ├── XWIMAP0.lmp │ └── XWIMAP1.lmp └── sprites │ └── SHT2E0.lmp ├── wadfusion.py ├── wadfusion.spec ├── wadfusion_data.py └── windows_build.bat /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/CHANGES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/README.md -------------------------------------------------------------------------------- /data/colormaps_extras: -------------------------------------------------------------------------------- 1 | WATERMAP 2 | -------------------------------------------------------------------------------- /data/data_common: -------------------------------------------------------------------------------- 1 | PLAYPAL 2 | COLORMAP 3 | GENMIDI 4 | -------------------------------------------------------------------------------- /data/data_doom1_registered: -------------------------------------------------------------------------------- 1 | HELP2 2 | -------------------------------------------------------------------------------- /data/data_extras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/data_extras -------------------------------------------------------------------------------- /data/data_id1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/data_id1 -------------------------------------------------------------------------------- /data/data_sigil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/data_sigil -------------------------------------------------------------------------------- /data/data_sigil2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/data_sigil2 -------------------------------------------------------------------------------- /data/flats_common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/flats_common -------------------------------------------------------------------------------- /data/flats_doom2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/flats_doom2 -------------------------------------------------------------------------------- /data/flats_id1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/flats_id1 -------------------------------------------------------------------------------- /data/flats_sigil2: -------------------------------------------------------------------------------- 1 | SEWER-1 2 | -------------------------------------------------------------------------------- /data/graphics_common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_common -------------------------------------------------------------------------------- /data/graphics_doom1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_doom1 -------------------------------------------------------------------------------- /data/graphics_doom1_registered: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_doom1_registered -------------------------------------------------------------------------------- /data/graphics_doom1_retail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_doom1_retail -------------------------------------------------------------------------------- /data/graphics_doom1_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_doom1_unity -------------------------------------------------------------------------------- /data/graphics_doom2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_doom2 -------------------------------------------------------------------------------- /data/graphics_doom2_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_doom2_unity -------------------------------------------------------------------------------- /data/graphics_extras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_extras -------------------------------------------------------------------------------- /data/graphics_id1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_id1 -------------------------------------------------------------------------------- /data/graphics_masterlevels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_masterlevels -------------------------------------------------------------------------------- /data/graphics_nerve_kex: -------------------------------------------------------------------------------- 1 | M_DOOM : M_LOGONV 2 | -------------------------------------------------------------------------------- /data/graphics_nerve_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_nerve_unity -------------------------------------------------------------------------------- /data/graphics_plutonia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_plutonia -------------------------------------------------------------------------------- /data/graphics_plutonia_kex: -------------------------------------------------------------------------------- 1 | STBAR 2 | -------------------------------------------------------------------------------- /data/graphics_plutonia_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_plutonia_unity -------------------------------------------------------------------------------- /data/graphics_sigil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_sigil -------------------------------------------------------------------------------- /data/graphics_sigil2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_sigil2 -------------------------------------------------------------------------------- /data/graphics_sigil2_kex: -------------------------------------------------------------------------------- 1 | M_DOOM : M_LOGOS2 2 | -------------------------------------------------------------------------------- /data/graphics_sigil_kex: -------------------------------------------------------------------------------- 1 | M_DOOM : M_LOGOS1 2 | -------------------------------------------------------------------------------- /data/graphics_tnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_tnt -------------------------------------------------------------------------------- /data/graphics_tnt_kex: -------------------------------------------------------------------------------- 1 | STBAR 2 | -------------------------------------------------------------------------------- /data/graphics_tnt_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/graphics_tnt_unity -------------------------------------------------------------------------------- /data/music_doom1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_doom1 -------------------------------------------------------------------------------- /data/music_doom2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_doom2 -------------------------------------------------------------------------------- /data/music_extras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_extras -------------------------------------------------------------------------------- /data/music_id1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_id1 -------------------------------------------------------------------------------- /data/music_iddm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_iddm1 -------------------------------------------------------------------------------- /data/music_plutonia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_plutonia -------------------------------------------------------------------------------- /data/music_sigil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_sigil -------------------------------------------------------------------------------- /data/music_sigil2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_sigil2 -------------------------------------------------------------------------------- /data/music_sigil2_shreds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_sigil2_shreds -------------------------------------------------------------------------------- /data/music_sigil_shreds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_sigil_shreds -------------------------------------------------------------------------------- /data/music_tnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/music_tnt -------------------------------------------------------------------------------- /data/patches_common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_common -------------------------------------------------------------------------------- /data/patches_doom1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_doom1 -------------------------------------------------------------------------------- /data/patches_doom1_retail: -------------------------------------------------------------------------------- 1 | SKY4 2 | -------------------------------------------------------------------------------- /data/patches_doom2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_doom2 -------------------------------------------------------------------------------- /data/patches_id1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_id1 -------------------------------------------------------------------------------- /data/patches_masterlevels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_masterlevels -------------------------------------------------------------------------------- /data/patches_plutonia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_plutonia -------------------------------------------------------------------------------- /data/patches_sigil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_sigil -------------------------------------------------------------------------------- /data/patches_sigil2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_sigil2 -------------------------------------------------------------------------------- /data/patches_tnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/patches_tnt -------------------------------------------------------------------------------- /data/sounds_common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/sounds_common -------------------------------------------------------------------------------- /data/sounds_doom2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/sounds_doom2 -------------------------------------------------------------------------------- /data/sounds_extras: -------------------------------------------------------------------------------- 1 | DSSECRET 2 | -------------------------------------------------------------------------------- /data/sounds_id1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/sounds_id1 -------------------------------------------------------------------------------- /data/sprites_common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/sprites_common -------------------------------------------------------------------------------- /data/sprites_doom2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/sprites_doom2 -------------------------------------------------------------------------------- /data/sprites_id1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/data/sprites_id1 -------------------------------------------------------------------------------- /data/txdefs_common: -------------------------------------------------------------------------------- 1 | PNAMES 2 | TEXTURE1 3 | -------------------------------------------------------------------------------- /licenses/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/gpl.txt -------------------------------------------------------------------------------- /licenses/mit_omg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/mit_omg.txt -------------------------------------------------------------------------------- /licenses/mit_ws.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/mit_ws.txt -------------------------------------------------------------------------------- /licenses/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/readme.txt -------------------------------------------------------------------------------- /licenses/ultrawiderpix854.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/ultrawiderpix854.txt -------------------------------------------------------------------------------- /licenses/wadsmoosh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/wadsmoosh.txt -------------------------------------------------------------------------------- /licenses/widepix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/widepix.txt -------------------------------------------------------------------------------- /licenses/widepix_credits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/licenses/widepix_credits.txt -------------------------------------------------------------------------------- /omg/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/CHANGES -------------------------------------------------------------------------------- /omg/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/LICENSE -------------------------------------------------------------------------------- /omg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/__init__.py -------------------------------------------------------------------------------- /omg/colormap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/colormap.py -------------------------------------------------------------------------------- /omg/lineinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/lineinfo.py -------------------------------------------------------------------------------- /omg/lump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/lump.py -------------------------------------------------------------------------------- /omg/manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/manual.html -------------------------------------------------------------------------------- /omg/mapedit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/mapedit.py -------------------------------------------------------------------------------- /omg/palette.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/palette.py -------------------------------------------------------------------------------- /omg/playpal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/playpal.py -------------------------------------------------------------------------------- /omg/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/readme.txt -------------------------------------------------------------------------------- /omg/thinginfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/thinginfo.py -------------------------------------------------------------------------------- /omg/txdef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/txdef.py -------------------------------------------------------------------------------- /omg/udmf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/udmf.py -------------------------------------------------------------------------------- /omg/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/util.py -------------------------------------------------------------------------------- /omg/wad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/wad.py -------------------------------------------------------------------------------- /omg/wadio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/omg/wadio.py -------------------------------------------------------------------------------- /res/GENMIDI.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/GENMIDI.lmp -------------------------------------------------------------------------------- /res/animdefs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/animdefs.txt -------------------------------------------------------------------------------- /res/cvarinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/cvarinfo.txt -------------------------------------------------------------------------------- /res/graphics/CWILV00.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/CWILV00.lmp -------------------------------------------------------------------------------- /res/graphics/CWILV32.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/CWILV32.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV00.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV00.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV01.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV01.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV02.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV02.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV03.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV03.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV04.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV04.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV05.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV05.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV06.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV06.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV07.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV07.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV08.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV08.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV09.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV09.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV10.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV10.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV11.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV11.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV12.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV12.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV13.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV13.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV14.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV14.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV15.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV15.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV16.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV16.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV17.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV17.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV18.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV18.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV19.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV19.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV20.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV20.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV21.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV21.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV22.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV22.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV23.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV23.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV24.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV24.lmp -------------------------------------------------------------------------------- /res/graphics/DWILV25.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/DWILV25.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV00.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV00.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV01.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV01.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV02.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV02.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV03.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV03.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV04.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV04.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV05.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV05.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV06.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV06.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV07.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV07.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV08.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV08.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV09.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV09.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV10.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV10.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV11.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV11.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV12.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV12.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV13.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV13.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV14.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV14.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV15.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV15.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV16.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV16.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV17.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV17.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV18.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV18.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV19.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV19.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV20.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV20.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV21.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV21.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV22.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV22.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV23.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV23.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV24.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV24.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV25.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV25.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV26.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV26.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV27.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV27.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV28.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV28.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV29.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV29.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV30.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV30.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV31.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV31.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV32.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV32.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV33.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV33.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV34.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV34.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV35.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV35.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV36.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV36.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV37.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV37.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV38.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV38.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV39.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV39.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV40.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV40.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV41.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV41.lmp -------------------------------------------------------------------------------- /res/graphics/MWILV42.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/MWILV42.lmp -------------------------------------------------------------------------------- /res/graphics/M_DOOM.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_DOOM.lmp -------------------------------------------------------------------------------- /res/graphics/M_EPI5.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_EPI5.lmp -------------------------------------------------------------------------------- /res/graphics/M_HELL.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_HELL.lmp -------------------------------------------------------------------------------- /res/graphics/M_MASTER.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_MASTER.lmp -------------------------------------------------------------------------------- /res/graphics/M_MASTR1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_MASTR1.lmp -------------------------------------------------------------------------------- /res/graphics/M_MASTR2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_MASTR2.lmp -------------------------------------------------------------------------------- /res/graphics/M_MASTR3.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_MASTR3.lmp -------------------------------------------------------------------------------- /res/graphics/M_MASTR4.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_MASTR4.lmp -------------------------------------------------------------------------------- /res/graphics/M_MASTR5.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_MASTR5.lmp -------------------------------------------------------------------------------- /res/graphics/M_MASTR6.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_MASTR6.lmp -------------------------------------------------------------------------------- /res/graphics/M_NOREST.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_NOREST.lmp -------------------------------------------------------------------------------- /res/graphics/M_PLUT.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_PLUT.lmp -------------------------------------------------------------------------------- /res/graphics/M_TNT.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/M_TNT.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV00.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV00.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV01.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV01.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV02.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV02.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV03.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV03.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV04.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV04.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV05.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV05.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV06.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV06.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV07.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV07.lmp -------------------------------------------------------------------------------- /res/graphics/NWILV08.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/NWILV08.lmp -------------------------------------------------------------------------------- /res/graphics/PWILV01.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/PWILV01.lmp -------------------------------------------------------------------------------- /res/graphics/STAMMO24.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/STAMMO24.lmp -------------------------------------------------------------------------------- /res/graphics/STARMS24.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/STARMS24.lmp -------------------------------------------------------------------------------- /res/graphics/TITLEPIC.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/TITLEPIC.lmp -------------------------------------------------------------------------------- /res/graphics/WILV03B.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV03B.lmp -------------------------------------------------------------------------------- /res/graphics/WILV07B.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV07B.lmp -------------------------------------------------------------------------------- /res/graphics/WILV39.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV39.lmp -------------------------------------------------------------------------------- /res/graphics/WILV50.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV50.lmp -------------------------------------------------------------------------------- /res/graphics/WILV51.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV51.lmp -------------------------------------------------------------------------------- /res/graphics/WILV52.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV52.lmp -------------------------------------------------------------------------------- /res/graphics/WILV53.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV53.lmp -------------------------------------------------------------------------------- /res/graphics/WILV54.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV54.lmp -------------------------------------------------------------------------------- /res/graphics/WILV55.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV55.lmp -------------------------------------------------------------------------------- /res/graphics/WILV56.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV56.lmp -------------------------------------------------------------------------------- /res/graphics/WILV57.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV57.lmp -------------------------------------------------------------------------------- /res/graphics/WILV58.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/graphics/WILV58.lmp -------------------------------------------------------------------------------- /res/in_epi1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/in_epi1.txt -------------------------------------------------------------------------------- /res/iwadinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/iwadinfo.txt -------------------------------------------------------------------------------- /res/language.credits.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/language.credits.csv -------------------------------------------------------------------------------- /res/language.levels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/language.levels.csv -------------------------------------------------------------------------------- /res/language.menus.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/language.menus.csv -------------------------------------------------------------------------------- /res/language.story.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/language.story.csv -------------------------------------------------------------------------------- /res/mapinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo.txt -------------------------------------------------------------------------------- /res/mapinfo/clusters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/clusters.txt -------------------------------------------------------------------------------- /res/mapinfo/doomednums.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/doomednums.txt -------------------------------------------------------------------------------- /res/mapinfo/episodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/episodes.txt -------------------------------------------------------------------------------- /res/mapinfo/intermissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/intermissions.txt -------------------------------------------------------------------------------- /res/mapinfo/intermissions_fullrun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/intermissions_fullrun.txt -------------------------------------------------------------------------------- /res/mapinfo/intermissions_intros.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/intermissions_intros.txt -------------------------------------------------------------------------------- /res/mapinfo/intermissions_masterlevels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/intermissions_masterlevels.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_blackroom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_blackroom.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_doom1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_doom1.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_doom2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_doom2.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_doomu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_doomu.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_id1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_id1.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_iddm1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_iddm1.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_masterlevels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_masterlevels.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_masterlevels_anderson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_masterlevels_anderson.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_masterlevels_flynn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_masterlevels_flynn.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_masterlevels_kvernmo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_masterlevels_kvernmo.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_masterlevels_rejects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_masterlevels_rejects.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_masterlevels_story.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_masterlevels_story.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_nerve.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_nerve.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_plutonia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_plutonia.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_sigil.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_sigil.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_sigil2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_sigil2.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_tnt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_tnt.txt -------------------------------------------------------------------------------- /res/mapinfo/maps_xbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/mapinfo/maps_xbox.txt -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_E1M1.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_E1M1.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_E2M1.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_E2M1.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_E3M1.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_E3M1.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_E4M1.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_E4M1.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_E5M1.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_E5M1.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_E6M1.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_E6M1.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_LR_MAP01.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_LR_MAP01.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_LR_MAP08.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_LR_MAP08.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_MAP01.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_MAP01.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_ML_MAP01.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_ML_MAP01.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_NV_MAP01.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_NV_MAP01.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_PL_MAP01.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_PL_MAP01.wad -------------------------------------------------------------------------------- /res/maps/WF_NEWGAME_TN_MAP01.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_NEWGAME_TN_MAP01.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP10.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP10.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP11.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP11.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP12.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP12.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP13.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP13.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP15.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP15.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP16.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP16.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP17.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP17.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP18.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP18.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP19.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP19.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP20.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP20.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP29.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP29.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP30.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP30.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP31.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP31.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP32.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP32.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP33.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP33.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP34.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP34.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP37.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP37.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP38.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP38.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP41.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP41.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP42.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP42.wad -------------------------------------------------------------------------------- /res/maps/WF_STORY_ML_MAP43.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/maps/WF_STORY_ML_MAP43.wad -------------------------------------------------------------------------------- /res/menudef.credits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/menudef.credits -------------------------------------------------------------------------------- /res/menudef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/menudef.txt -------------------------------------------------------------------------------- /res/sndinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/sndinfo.txt -------------------------------------------------------------------------------- /res/texdefs/common.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/common.txt -------------------------------------------------------------------------------- /res/texdefs/doom1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/doom1.txt -------------------------------------------------------------------------------- /res/texdefs/doom2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/doom2.txt -------------------------------------------------------------------------------- /res/texdefs/fusion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/fusion.txt -------------------------------------------------------------------------------- /res/texdefs/id1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/id1.txt -------------------------------------------------------------------------------- /res/texdefs/masterlevels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/masterlevels.txt -------------------------------------------------------------------------------- /res/texdefs/masterlevelsrejects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/masterlevelsrejects.txt -------------------------------------------------------------------------------- /res/texdefs/plutonia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/plutonia.txt -------------------------------------------------------------------------------- /res/texdefs/tnt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/texdefs/tnt.txt -------------------------------------------------------------------------------- /res/textures.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/textures.txt -------------------------------------------------------------------------------- /res/wadfused.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/wadfused.txt -------------------------------------------------------------------------------- /res/xwinter0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/xwinter0.txt -------------------------------------------------------------------------------- /res/xwinter1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/xwinter1.txt -------------------------------------------------------------------------------- /res/zscript.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript.zs -------------------------------------------------------------------------------- /res/zscript/wf_defaults.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_defaults.zs -------------------------------------------------------------------------------- /res/zscript/wf_fullrun.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_fullrun.zs -------------------------------------------------------------------------------- /res/zscript/wf_handler.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_handler.zs -------------------------------------------------------------------------------- /res/zscript/wf_handler_static.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_handler_static.zs -------------------------------------------------------------------------------- /res/zscript/wf_map_fixes.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_map_fixes.zs -------------------------------------------------------------------------------- /res/zscript/wf_masterlevels.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_masterlevels.zs -------------------------------------------------------------------------------- /res/zscript/wf_mus_idkfa.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_mus_idkfa.zs -------------------------------------------------------------------------------- /res/zscript/wf_mus_sigil.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_mus_sigil.zs -------------------------------------------------------------------------------- /res/zscript/wf_mus_swap.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_mus_swap.zs -------------------------------------------------------------------------------- /res/zscript/wf_newgame.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_newgame.zs -------------------------------------------------------------------------------- /res/zscript/wf_sbar.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_sbar.zs -------------------------------------------------------------------------------- /res/zscript/wf_sbar_alt.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_sbar_alt.zs -------------------------------------------------------------------------------- /res/zscript/wf_story.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_story.zs -------------------------------------------------------------------------------- /res/zscript/wf_tex_swap.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_tex_swap.zs -------------------------------------------------------------------------------- /res/zscript/wf_tex_swap_all.zs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/res/zscript/wf_tex_swap_all.zs -------------------------------------------------------------------------------- /source_wads/place_wads_here.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/source_wads/place_wads_here.txt -------------------------------------------------------------------------------- /ultrawiderpix/graphics/BOSSBACK.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/BOSSBACK.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/BOSSLR.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/BOSSLR.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/BOSSPL.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/BOSSPL.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/BOSSTN.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/BOSSTN.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/CREDIT.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/CREDIT.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/CREDITD1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/CREDITD1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/CREDITLR.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/CREDITLR.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/CREDITS1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/CREDITS1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/CREDITS2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/CREDITS2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/CREDITUD.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/CREDITUD.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/ENDPIC.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/ENDPIC.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/HELP.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/HELP.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/HELP1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/HELP1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/HELP2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/HELP2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/HELPLR.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/HELPLR.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/HELPS2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/HELPS2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/INTERE4.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/INTERE4.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/INTERLR.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/INTERLR.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/INTERNV.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/INTERNV.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/INTERPIC.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/INTERPIC.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/INTERPL.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/INTERPL.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/INTERTN.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/INTERTN.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/PFUB1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/PFUB1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/PFUB2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/PFUB2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/SIGILEN2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/SIGILEN2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/SIGILEND.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/SIGILEND.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/SIGILIN2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/SIGILIN2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/SIGILINT.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/SIGILINT.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/STBAR.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/STBAR.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/STBRFUEL.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/STBRFUEL.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLED1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLED1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLED2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLED2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLELR.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLELR.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLEML.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLEML.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLENV.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLENV.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLEPL.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLEPL.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLES1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLES1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLES2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLES2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLETN.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLETN.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/TITLEUD.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/TITLEUD.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/VICTORY2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/VICTORY2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIA20200.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIA20200.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIA20400.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIA20400.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIA20401.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIA20401.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIA20402.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIA20402.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIA20500.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIA20500.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIA20501.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIA20501.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIA20502.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIA20502.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIMAP0.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIMAP0.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIMAP1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIMAP1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/WIMAP2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/WIMAP2.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/XWIMAP0.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/XWIMAP0.lmp -------------------------------------------------------------------------------- /ultrawiderpix/graphics/XWIMAP1.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/graphics/XWIMAP1.lmp -------------------------------------------------------------------------------- /ultrawiderpix/sprites/SHT2E0.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/ultrawiderpix/sprites/SHT2E0.lmp -------------------------------------------------------------------------------- /wadfusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/wadfusion.py -------------------------------------------------------------------------------- /wadfusion.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/wadfusion.spec -------------------------------------------------------------------------------- /wadfusion_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/wadfusion_data.py -------------------------------------------------------------------------------- /windows_build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Owlet7/wadfusion/HEAD/windows_build.bat --------------------------------------------------------------------------------