Jump to content
IGNORED

Doom Level Hacking Tutorial


neo_rg

Recommended Posts

They are being done, along with some other Doom related stuff, it's not forgotten. I just can't multitask

like I used too. It's one of the downfalls of working full time, and having a 2nd part time one. What free

time I do get I spend sleeping... should drink more Red Bull!!

  • Like 3
Link to comment
Share on other sites

Just read through all of these, they're really excellent.

 

You certainly seem to have the map format sorted. Have you done much digging with the other game assets, sprites, animation data, sound, etc?

 

Also have you worked out what kind of compression they're using?

Link to comment
Share on other sites

Just read through all of these, they're really excellent.

 

You certainly seem to have the map format sorted. Have you done much digging with the other game assets, sprites, animation data, sound, etc?

 

Also have you worked out what kind of compression they're using?

 

Thanks for that 8-)

 

I've managed to work out all the wad assets, but will be ignoring the midi as it too much of a cludge, when a remake comes out it won't be using that.

Some stuff is hard coded into the source, like sprite animations, but they can be changed if you want to hack with the source. The compression used in

Jaguar Doom wad is a version of LZSS compression, the depack rout is in the source. There is no 100% compatible pack rout atm so, as before it won't

be used in a remake. Best thing is to get rid of the rubbish and use better routs for packing and different methods for music replay.

 

The more people that have a go at hacking levels, the more they will learn about what the Jaguar can and can't do with levels. ID simplified most of

the Doom maps so they would work on the Jag, if they had to do it then they knew the engine wasn't up to the task.

Link to comment
Share on other sites

I've managed to work out all the wad assets, but will be ignoring the midi as it too much of a cludge, when a remake comes out it won't be using that.

Have you had a read of the fulsyn (sound and music) docs? That is one massive kludge, but does use midi data, heavily pre-processed. It's possible they were just using that (I believe iD never wrote their own sound code, and regretted it afterwards). I'll attach the pdf to this post. Edit: oops, max size 2mb, shout if you need it

 

Some stuff is hard coded into the source, like sprite animations, but they can be changed if you want to hack with the source.

I believe sprite animations always were hard coded, now I think about it. On the PC one would use a tool called DeHacked, which edited all the vast tables of data in the back of the doom executable.

 

The compression used in Jaguar Doom wad is a version of LZSS compression, the depack rout is in the source. There is no 100% compatible pack rout atm so, as before it won't be used in a remake.

Compression is a Good Thingtm. It shouldn't be hard to write a suitable packer, or else replace the unpack rout with a new one.

 

The more people that have a go at hacking levels, the more they will learn about what the Jaguar can and can't do with levels. ID simplified most of the Doom maps so they would work on the Jag, if they had to do it then they knew the engine wasn't up to the task.

It was probably not a case of incapable, but quicker/cheaper. They started off porting it to the 68k, then moving one rout at a time onto the riscs until it ran fast enough. They could have got a lot more out of the Jag if they'd continued that process longer. I suspect they reached a point where they could say "Look, we've got it 90% working but this stuff will take another 2 months" and decided to just cut stuff rather than delay the project for extra polish.

Edited by Tyrant
  • Like 1
Link to comment
Share on other sites

As a general rule the 68k is a fine chip for running the kind of routines that only happen a few times per frame, the game logic, AI, stuff like that. Things which do batch processes over every pixel, like rendering walls or effects, should naturally be done on the GPU.

  • Like 3
Link to comment
Share on other sites

  • 4 months later...
  • 1 year later...

I havent actually tried this but just wanted to make sure is this tutorial complete? Is there any other information I need to know that is not included in here? Someone was suggesting maybe some needed big/little endian info was accidentally left out? But they were not sure as its been a long time since they messed with any of this. I just wanted to double check.

Link to comment
Share on other sites

For hacking levels into doom, yes it's complete. it's just a quick and cheesy way of doing it.

If you need more information about stuff other than this then the answer is no.

 

ok thank you. I think I am going to try to get my ex roommate to make a program to automate this process. So I just wanted to make sure this was complete and that it was all the information necessary to go about make a total conversion.

Link to comment
Share on other sites

The tools nor anything else beyond a hack for Jag-Doom will ever be released or exist. Because screw it, I said so thats why.

Throw Eerievale in there with it, along with 100's of Gorfs titles, Phear, and anything else. If I had all of the tools, and titles I wouldnt release anything either. Ever. Forever. And Ever. Never. Clever. And Trevor <3 <3

Link to comment
Share on other sites

OK I think I understand now. This does not have the information needed to do a total conversion?

 

Maybe you can run a competition to see if anyone can answer this for you? :lol:

 

All the Doom hacking guide will allow you to do is hack Jaguar Doom with your own assets and produce similar results to the Doom II youtube videos. You can design your own levels or modify existing ones, but so far I've not seen any sign of anyone doing that other than Neo.

 

Matthias has probably looked more closely at Jaguar Doom than anyone, his 'Doom Lite' stuff was pretty impressive. If GGN were to pick his brains a little I expect he'd have enough to go on to continue working on his tools, but interest in that was lost a long time ago and he'd need some serious encouragement to devote what little free time he has to doing so.

 

Not sure what Jag_Slave's point was exactly... I've read it a number of times but can't get to the bottom of it :-o I think I need to find out who this Trevor person is and subject him to 4 hours straight playing *** ******.

  • Like 5
Link to comment
Share on other sites

  • 7 months later...

Does anyone know how a wad is loaded on the jag ?

 

I suppose the MAPxx that you're gonna play will be copied and decompressed to RAM and run from there or does it work different ?

 

When RAM is used ,does someone know which start address the mapxx is copied to and how big this reserved RAM is ?

Link to comment
Share on other sites

  • 5 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...