winwolf3d Site Admin

Joined: 15 May 2005 Posts: 1505 Location: USA
|
Posted: Mon Oct 31, 2016 7:09 pm Post subject: WDC 1.17.388 |
|
|
WDC 1.17.388 has been released and with it several new additions:
- Added: Ability to export data to WAD, PK3, and PK7 formats for use with ECWolf.
- Added: Importing Nitemare 3D MAP.1/2/3 files.
- Added: Exporting Nitemare 3D MAP.1/2/3 files through "Export Multiple Maps".
- Changed: Digital WAV sounds are exported at and expected to be 7042 Hz, but it shouldn't complain when importing 6896 files either. (I hope that this doesn't mess up anyone's projects.)
- Fixed: Adding a chunk to the beginning of a file would sometimes cause that file to compile with the first chunk at the end instead.
- Fixed: Flood fill in the picture editor would throw an error.
- Changed: Increased the maximum number of map planes to 32. (Yes, 32.)
The biggest thing that people will notice and use is the ability to export to WAD/PK3/PK7 for ECWolf. This ability is found in the File menu. Once you select it, a window with the exportable chunks will open and you can select which to export. You can also export your game palette and signon screen. This is purely a resource export. It does not set up new keys, actors, walls, etc, etc. You'll still need to do that yourself.
In order to do the export, you need to assign a lump name file. Examples of this can be found in ecwolf.pk3 as wl6map.txt and sodmap.txt. If you're just doing a straight one-to-one replacement of the original assets, you can just use what ECWolf has. If you've added anything, you'll need to add the lump names into the file you use.
To edit NITEMARE 3D maps, you'll first need to "Import Map" the MAP.1, MAP.2 or MAP.3 file into a Wolfenstein project. Note that you'll need to select "Nitemare 3D Map Files" from the file type drop down because they do NOT show by default (All Map Files). Then use one of the WMC map definition files provided (according to the episode you are editing). When you're done making changes, "Export Multiple Maps" with "Nitemare 3D Map Files" as the file type. Note that the file name must be MAP.1, MAP.2, or MAP.3.
Also, do NOT change anything in the map definition files. The MAP files contain a type code for each wall and object type to define how they behave in the game and this information is parsed from the map symbol name.
ie: 1) Dining Room - Plain | WALL | TILES001.DR01
WALL is the wall code type used by the code.
Q: What does this mean for the future of WDC?
A: I'm still not planning to add much to the editor. I decided to make these changes and additions on a whim. I still wish I had time to work on a new editor. _________________ Orb of Dilaaria: http://orb.moddb.com/ and on Facebook
Robotic Justice: http://rj.moddb.com |
|