I believe moddb has some Wolf3D mods. A Google search provides some good links for mods and information on sharing them.
adambiser
Creator of
Recent community posts
This is a popular Wolf3D modding community: https://dhw.wolfenstein3d.com/index.php
The WAD support is there for the ECWolf3D port, which is a lot like ZDoom and can use WAD/PK3 files instead.
As for sharing, I would suggest looking at how other mods are shared. I don't recommend sharing the original game files. Most mods require users to start with their own copy of the game and overwrite files with the mod files. Or ECWolf3D is an option because I don't think it requires overwriting game files, just sending the WAD/PK3 of the mod. I might be wrong about that. I have not tried ECWolf3D very much.
Questions about ECWolf might be better asked at https://dhw.wolfenstein3d.com/index.php. I don't have much experience with it to be much help.
Since 1.19.414 also has this issue, that means the minor change I made in the installer didn't break Windows 11 support. It just didn't work to begin with... I will try digging around to see whether I can find something about NSIS installers that Windows 11 doesn't like.
Are you able to try running the installer from an elevated command prompt and tell me whether it outputs an error message?
I will also see whether I can setup a Windows 11 dev VM and duplicate the issue.
Here is the virustotal.com scan of the installer: https://www.virustotal.com/gui/file-analysis/YWVmYWY3ZTZlYWY3OTRhMThiYWI3NmZjZGR...
I have not added any malware, secret installs, bloatware, etc.
WDC is at its heart solely a Wolfenstein 3D editor, but I've managed to patch in the ability to edit Rise of the Triad: Dark War maps using the same technique that was used for Nitemare 3D maps. Again, this process isn't very user-friendly.
Since WDC can only edit Wolfenstein 3D's GAMEMAPS style map files, you much first create a Wolfenstein 3D-based project. Then go to Import/Export -> Import Map, find the RTL or RTC file you want to import and hit OK. This will import all 100 maps from the file, which will require you to recompile the GAMEMAPS file using the new settings for Rise of the Triad.
Now go back to File -> Project Information and click the "..." button on the "Map Data File" line. Select the ROTT.wmc file.
Make your changes to the maps. When you're done, go to Map Tools -> Export Multiple Maps and click the right arrow to move your maps from the left to the right side. Click OK, set your file name, and save.
Play the game and try out your new levels!
If you're still interested, I recently wrote a Python script to convert Wolf3D maps to OBJ files: https://github.com/adambiser/wolf3d-map-to-obj
I click "Download Now" on the itch.io page, then "No thanks, just take me to the downloads".
Then I see "WDC-1.18.404.exe" and click "Download" to the left of it.
The save file dialog appears, I select a folder location, and click "Save". I checked the folder and the file is there.
At what point does it not show anything to download for you? I just tried the download myself to see whether perhaps itch.io was glitching.
You need to first compile the data files (File -> Compile All or File -> Compile -> <the file name>) and then run the game from your project's Output Folder.
You might need to change your DOSBox config file for the game to point at the output folder, too, depending on how you have that set up.
I don't have much experience with ECWolf.
Main new feature in this release is the ability to export in UWMF format for use with ECWolf. This feature is somewhat experimental and might go through some changes over the next few releases.
Single letter shortcuts have been added to the map and image editors which will hopefully improve their usability.
- Added: Ability to export maps in UWMF for use with ECWolf. See: File -> Export to WAD, then Options -> Export Maps in UWMF and Options -> Additional ECWolf Settings for more information.
- Added: Ability to set up flat textures for plane 3 which can be used with ECWolf. These are used to create an xlat lump and as part of the UWMF map if exporting in that format.
- Fixed: Pasting to a map while the map is scrolled was causing the map piece to be pasted to bounced around.
- Fixed: Copying a section of a map or image then changing the zoom level works better than it did before.
- Fixed: Selection box behaves better after completing a paste on the map.
- Added: Project Information -> Other Options: "Ignore top row and left column while error checking maps" for projects that use the top row or left column for map settings that error checking should ignore.
- Added: Single letter shortcuts for map and image edit tools (Pencil is P, Flood Fill is F, etc. See button tooltips.)
- Added: Single letter shortcuts for Int (I), Hi Byte (H) and Low Byte (L) map editing modes.
- Added: Press a number key to change planes while editing maps.
- Added: Ctrl+Click to temporarily use the Tile Picker tool.
- Fixed: Pasting past the edge while scrolled right or down in the map and image editors now pastes correctly.
- Fixed: Map coordinates would sometimes not be fully visible in hexadecimal mode.
The previous version has been left up in case this release has issues.
Several fixes, some for bugs that have been around for a long time:
- Fixed: The last byte of all AUDIOT chunks was being removed when compiling.
- Fixed: An extra byte was being exported when exporting any AUDIOT chunk to a file or WAD/PK3/PK7.
- Fixed: If the first music chunk in AUDIOT is 4 bytes or less, it will be set to "\0\0\0\0NULL" so that it can be detected by WDC again.
- Fixed: Can now set digital sound chunks to 0 length files to clear a sound when exporting the VSWAP.
- Fixed: Exporting WL1 projects now exports null digital sound chunks correctly. Previously some sounds would be duplicated in the null chunks.
- Fixed: Exporting WL1-based projects to WAD/PK3/PK7 should work now. Lumps with blank names are skipped rather than throwing an error. Null pictures export as empty lumps/files.
- Fixed: When exporting to WAD/PK3/PK7, music chunks with no music data export as empty lumps/files.
- Fixed: Exporting WAD/PK3/PK7 from hi-res base files works now.
- Fixed: Exporting to PK3/PK7 would sometimes fail when exporting to a file not located on the same drive as the temp folder.
- Added: WAD/PK3/PK7 export window now has an "Unselect menu".
- Added: WAD/PK3/PK7 export window has an Options menu with togglable "Export Empty Chunks As Marker Lumps" settings and two ways of exporting hi-res walls.
- Fixed: Using the map editor on planes 1 or 2 no longer causes all planes to be draw in the edited tile when "Draw plane 3 and higher only when it is the current plane" is checked.
A few fixes and additions.
- Added: CatBuster.ini information for GOG version of Catacomb Apocalypse (v1.01 rev 1).
- Added: Map definition file for Catacomb Armageddon (ARM.wmc).
- Changed: UNLZEXE process now defaults its output file with "-UNLZEXE" appended to its name rather than default to overwriting the original file.
- Fixed: Export to WAD/PK3/PK7 is now disabled when no project is open.
- Fixed: Project files with missing or invalid UNC paths or filenames no longer cause the program to crash.
- Fixed: Test Project is now disabled when attempting to open a project with invalid information and canceling the project information screen.





