DDSYSTEM.WAD

View previous topic View next topic Go down

DDSYSTEM.WAD

Post  Zerosaiko on Tue Jan 01, 2008 12:33 am

How I can open this file?

Zerosaiko

Posts: 10
Join date: 2007-12-18
Age: 16
Location: Russia

View user profile

Back to top Go down

Re: DDSYSTEM.WAD

Post  jval on Thu Jan 03, 2008 6:20 am

Zerosaiko wrote:How I can open this file?


Hmmm, actually this is a misteke of mine, sorry. It's actually a common WAD file but it's signature is not IWAD or PWAD (the first 4 bytes) and XWE can not open this Sad. But you can do the following: Start DelphiDoom. Press "~" to bring down the console. Then type "deh_savetofile doom32.bex". This command will create into the current directory a file named doom32.bex witch can be edited with notepad as a text file. All the game logic is defined in this file. Locate these lines

Thing 39
Name = Blood Splat
......


Go to Flags_ex = MF_EX_TRANSPARENT, MF_EX_REDLIGHT. There is defined the blood splat to be rendered with rensparency and red light effect arround it. Change this to
Flags_ex = 0

Save the file and start DelphiDoom with the following command line parameter:

doom32 -deh doom32.bex

The blood will appear now as original game, without the need of disabling transparence and light effects within menus.

jval
Admin

Posts: 45
Join date: 2007-09-28

View user profile http://delphidoom.forumotion.com

Back to top Go down

Re: DDSYSTEM.WAD

Post  Zerosaiko on Thu Jan 03, 2008 9:18 pm

Thx. I'll use it. I think, You should add it to next DelphiDoom release Smile

Zerosaiko

Posts: 10
Join date: 2007-12-18
Age: 16
Location: Russia

View user profile

Back to top Go down

Re: DDSYSTEM.WAD

Post  jval on Fri Jan 04, 2008 10:45 am

In current release the DDSYSTEM.WAD was renamed to Doom32.swd. The header of the file (first 4 bytes) has changed from DWAD to PWAD so it can be opened and edited with XWE.

jval
Admin

Posts: 45
Join date: 2007-09-28

View user profile http://delphidoom.forumotion.com

Back to top Go down

Re: DDSYSTEM.WAD

Post  Carl on Thu Jan 24, 2008 8:59 am

How can I open Doom32.swd?

Carl

Posts: 5
Join date: 2008-01-24
Age: 22
Location: England

View user profile

Back to top Go down

Re: DDSYSTEM.WAD

Post  Carl on Thu Jan 24, 2008 9:03 am

Carl wrote:How can I open Doom32.swd?


OK, just figured it out..

Carl

Posts: 5
Join date: 2008-01-24
Age: 22
Location: England

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum