Converters

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Thrash
Posts: 10
Joined: Sun Jul 30, 2006 2:04 am
Location: Michigan

Converters

Post by Thrash »

I need a free program that can convert "ZDoom: Doom in Doom Format" to "ZDoom: Doom in Hexen Format"
Any suggestions? :?
User avatar
Theshooter7
Posts: 456
Joined: Sun Mar 05, 2006 6:44 pm

Post by Theshooter7 »

http://zdoom.org/files/utils/utils050999.zip

ZWadConv is what you are looking for.
Thrash
Posts: 10
Joined: Sun Jul 30, 2006 2:04 am
Location: Michigan

Post by Thrash »

Yeah, i remember downloading this, i cant figure out how to use it.. lol
User avatar
Enjay
 
 
Posts: 26935
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

Go to the command line (start, run, cmd or command), navigate to the directory where your files are and type:

zwadconv myinput.wad myoutput.wad

where myinput.wad is the name of the file you want to convert and myoutput.wad is the name of the file you want to create.

It seems that the ability to use command line tools is rapidly disappearing. Makes sense I guess, but meh! :?
Thrash
Posts: 10
Joined: Sun Jul 30, 2006 2:04 am
Location: Michigan

Post by Thrash »

Ack, it keeps saying that it cannot open the wad, i keep getting this message in the command prompt

C:\Documents and Settings\HP_Owner>Desktop\utils050999\zwadconv input.wad output.wad
Could not open input.wad
User avatar
Enjay
 
 
Posts: 26935
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

First, from what you posted, it looks as if you may have not navigated to the directory with the files, but rather just added the full path to the command line. You can do that, but you'll need to make sure you accurately specify the location of every file on the command line.

eg

Documents and Settings\HP_Owner>Desktop\utils050999\zwadconv c:\doom\zdoom\wads\input.wad c:\doom\zdoom\converted\output.wad

The easiest way around this is to unzip everything to a simple directory eg c:\zdutils then put your input WAD file in there to. Then try the following

Start/run/cmd [enter/OK]

Then in the cmd window, type:

cd\zdutils [enter]

zwadconv input.wad output.wad [enter]

A second later you should have your converted file.


If, however, the wad is in the zwadconv dir, or you have tried full path names, check you are typing the wad name accurately. If you are, perhaps double check that the WAD itself is valid an openable in Zdoom or some wad tool or other.
Thrash
Posts: 10
Joined: Sun Jul 30, 2006 2:04 am
Location: Michigan

Post by Thrash »

omg finally i got it, thanks man!
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Post by killingblair »

Damn, and I was working on a GUI for this utility. :( Damn you Enjay! :P
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Post by Kinsie »

killingblair wrote:Damn, and I was working on a GUI for this utility. :( Damn you Enjay! :P
Do it anyway, we're lazy and clicking buttons is fun.
User avatar
Enjay
 
 
Posts: 26935
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

killingblair wrote:Damn, and I was working on a GUI for this utility. :( Damn you Enjay! :P
Don't let me stop you. ;) I'm sure plenty of people would appreciate a front-end for it. Or perhaps you meant more than just a front end? Presumably the source is available for Zwadconv so a full replacement Windows tool would, I guess, be possible.
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Post by killingblair »

Ok, here it is. All you have to do is drop it in the same folder as zwadconv.exe, run, pick an input wad and set an output wad, click "Launch", and go to the folder to where you set the output wad and pick up your wad.

EDIT: Download below.
Last edited by killingblair on Tue Aug 01, 2006 1:18 pm, edited 1 time in total.
User avatar
Enjay
 
 
Posts: 26935
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

Seems to work quite nicely. It's my favourite kind of util too - nice and simple with no extra frills.

Minor points:

If you pick a WAD in a directory with spaces in the path, it fails unless you put " " around the path manually. Amusingly, although it couldn't find the file:

F:\Documents and Settings\Nigel_Rowand\Desktop\computer_storage.wad

(convlog said "Could not open F:\Documents")

the convlog itself was saved to

F:\Documents and Settings\Nigel_Rowand\Desktop\convlog.txt



Oh, and the icon only using black means it is invisible on my black background desktop.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

zwadconv still needs an update.
User avatar
Enjay
 
 
Posts: 26935
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

Indeed, including the ability to specify original game. I know that at least one line type is improperly converted in Heretic maps and I'm guessing it knows very little, if anything, about Strife.
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Post by killingblair »

Enjay wrote:If you pick a WAD in a directory with spaces in the path, it fails unless you put " " around the path manually.
Indeed, this is a bug. Fixed and re-uploaded. I also changed the icon around a little bit.
Attachments
ZWadConvGUI.zip
Prerequisites: A Windows 98/98SE/2000/XP system.
(13.82 KiB) Downloaded 85 times
Locked

Return to “Editing (Archive)”