Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

adambiser

44
Posts
13
Topics
94
Followers
1
Following
A member registered Jun 11, 2014 · View creator page →

Creator of

Recent community posts

I believe moddb has some Wolf3D mods.  A Google search provides some good links for mods and information on sharing them.

Yes.  It depends on which files you edit.

I don't know why you're getting a Cloudflare page.

WDC project files are not designed for distributing mods.  They don't hold data, just paths to data and project settings.  The output files are the only ones with data.

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.

WDC community · Replied to Saturn556 in WDC

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.

WDC community · Replied to Saturn556 in WDC

You "compile" the data files with WDC and then run the game EXE within your WDC project output folder through DOSBox. Or if using ECWolf, be sure it's running in the output folder, which is where the "compiled" files end up.

WDC community · Replied to Saturn556 in WDC

Opening Blake Stone files should be the same as opening Wolf3D files.  Point it at the folder with the game data files.

WDC community · Replied to Saturn556 in WDC

You'd have to study the game or engine to know how to add custom monsters, etc.  Most likely, in order to add custom monsters, etc, some for of coding with the game engine will be required.

WDC community · Posted in WDC

Some guides that might be useful:

Well, you'd have to do quite a bit of editing to get Wolf3D maps to work with Nitemare 3D.  The wall and object codes are different.

I will post some editing guides on your other topic, but I don't know of any guides that are specific to Nitemare 3D map editing.

Are you familiar with WDC?  Have you used it before?

Sadly, it's not very flexible, so editing NM3D maps takes a good deal of work to get working.

Would you elaborate on "can't get them to play through ecwolf"?  Can you get the original game files to play with ecwolf?  After editing, have you exported your changes back to the nitemare 3d maps as mentioned in the first post?

Yeah, that's completely bizarre, but I'm glad it worked!

I'll file away trying it out on a Win 11 VM for a rainy day then.

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.

Is your user an admin?  Would you try right clicking the installer and "running as Admin"?

I made WDC-1.19.414.exe available again.  Would you try it, too?

I don't have Windows 11 for testing.

Glad that worked.  You may have a different UAC setting I use.  I should change the installer script to force it to request admin privileges.

Thanks for letting me know.

Does the installer request elevation to Admin when you run it?  It should.

Perhaps your anti-virus is interfering with the installation?

Hi, what OS are you using?

Would you try the installer again and when the log appears that shows what it's doing, right-click and copy the log to clipboard, and paste it here as a comment?  I don't think there's any sensitive information in there, but if you see anything, you can mask it.

HDC community · Posted in Malware?
(3 edits)

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.

That would interest me, though I wouldn't be able to do anything soon.

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!

In case you're unaware, ECWolf is a ZDoom-based Wolf3D port which might might save you the trouble of exporting to the Doom format since it reads them as-is.

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

Heh. Thanks.

Whenever I have a lot of time on my hand (lol), I'd love to rewrite it in a more modern language.  It'd be easier to maintain then.

Glad you got it figured out!  Have a good weekend!

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.

The download is called WDC-1.18.404.exe.

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.

I've put it back up with a note of information about the false positives.

The IMFCreator download has been removed indefinitely.  Anti-virus software flags it as having a trojan virus when it does not.  I have spent a considerable amount of time trying to get this squared away and until it is gone, I don't want to cause problems on this site.

WDC community · Created a new topic WDC 1.18.399 Released

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.

WDC community · Created a new topic WDC 1.17.396 Released

Fixed: Exporting walls in non-hires projects to WAD/PK3/PK7 would duplicate the walls in "hires" namespace. Bug introduced in 1.17.395

WDC community · Created a new topic WDC 1.17.395 Released

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.
WDC community · Created a new topic WDC 1.17.394 Released
Minor update that adds a new item to Preferences: Other - Default Project Folder. This sets the initial folder for the browse dialog used when creating, saving, or opening a project.
WDC community · Created a new topic WDC 1.17.393 Released

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.