Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
In Doom's case you traditionally have a few distinct use cases. if the description says mod designed for (tested on):
DOOM2.EXE - would run with DOS version, using a supplied .bat file (nowadays with DosBox or chocolate-doom port)
today this generally means the mod will run with any, if not all, source ports but you have to edit the bat file and replace doom2.exe with source port executable filename, such as prboom-plus.exe, gzdoom.exe, crispy-doom.exe etc.
Limit-removing - would likely crash dos doom2.exe or chocolate-doom but will be fine with newer ports, including this rerelease
BOOM/MBF-compatible - uses map format that will break original Doom2, even if design is on a simpler side, so one needs port like PrBoom Plus (no longer developed but remains highly compatible), DSDA-Doom, Woof and so on.
sometimes a -complevel parameter is mentioned, this mainly ensures the player can't take some shortcuts or enemies don't get stuck
Advanced/hardware accelerated ports - this will list exact port(s) needed, and author will write the version that it will run on, because port is in active development (for example, GZDoom, 4.5.0 and later)
as mentioned above, "My House" mod is using GZDoom capabilities that aren't graphic but advanced logic (scripting)
some mods are designed for Doom 1, this is also documented with mod, you'll need to put doom.wad alongside your mod (and may have to use -iwad doom.wad commandline parameter)
It changes line 75 of ZSCRIPT from "weapons.push(int(weap));" to "weapons.push(weap);", fixing the issue.
https://www.doomworld.com/forum/post/2897818
many popular wads are there, yet you can skip bethesda login and grab files elsewhere (including something obscure or still in development that people test on doomworld and such) and place them locally in the local mod directory (command to open it is under Mods/Play menu). rerelease claims boom/mbf21 compatibility.
not just "a source port like GZDoom", but exactly GZDoom. to play, drag the pk3 file to gzdoom executable. when GZDoom asks for IWAD, select Doom 2.
Seriously, there is a patch to play that game oof, I had to find an old version of gzdoom to be able to play that game and it didn't take me 5 minutes to find it. If you're wondering what it is, gzdoom 4.12. 1 or well, I use that version to play my house and I haven't had any problems playing the game.