Jump to content

Jaguar DOOM Source Code Released!


98 replies to this topic

#1  

    Quadrunner

  • 27,072 posts
  • Joined: 23-January 01
  • Location:NGC 224

Posted Sun Apr 27, 2003 3:37 PM

/images/news/DOOMBox.jpgIf you're an Atari Jaguar fan and would like to see how the Jaguar ticks, we're happy to announce the immediate availability of the Jaguar DOOM Source Code. The Jaguar received one of the earlier ports of this classic PC game, and it does a great job of capturing the feel of the original. The release of the Jaguar DOOM Source Code was made possible by John Carmack of id Software, Carl Forhan of Songbird Productions, and Bill "Burger" Heineman. To learn more and download the source code, please stop by our Jaguar DOOM Source Code page.

#2  

    Dragonstomper

  • 941 posts
  • Joined: 14-January 03

Posted Sun Apr 27, 2003 3:53 PM

Excellent news !

Hopefully developpers will begin to play with this code soon :)

#3  

    Space Invader

  • 21 posts
  • Joined: 01-April 03

Posted Sun Apr 27, 2003 3:55 PM

Awesome!

#4  

    Stargunner

  • 1,708 posts
  • Joined: 10-December 01
  • Location:Italy

Posted Sun Apr 27, 2003 4:10 PM

That's a good news :) Now I think it will open new ways for Jag developer.

#5  

    Dragonstomper

  • 886 posts
  • Joined: 03-February 02
  • Location:Italy

Posted Sun Apr 27, 2003 4:38 PM

I also read in the news page that there isn't any graphics WAD file. Does this somehow affects people who want to 'toy' with the source code? Wasn't graphics a major issue in DOOM?

Paolo

#6  

    Quadrunner

  • 5,322 posts
  • Joined: 20-January 03
  • Location:Fairfield, California

Posted Sun Apr 27, 2003 4:54 PM

:ponder: So, it looks like Jag Doom + is "off-hold" then? :grin:

#7  

    Stargunner

  • 1,876 posts
  • Joined: 21-August 02

Posted Sun Apr 27, 2003 7:25 PM

Very cool. This will be fun to play around with....

Jason

#8  

    River Patroller

  • 3,347 posts
  • Joined: 07-January 03
  • Location:Goldsboro NC

Posted Sun Apr 27, 2003 8:37 PM

Doom source code is lost? :D forget doom + someone code some Quake! :D

#9  

    Dragonstomper

  • 578 posts
  • Joined: 30-October 01
  • Location:NY, USA

Posted Sun Apr 27, 2003 9:18 PM

Cool, thanks to all those who made it possible. Hopefully we'll see some cool mods now :)

-Kevin

#10  

    Star Raider

  • 99 posts
  • Joined: 22-February 03
  • Location:New Jersey

Posted Sun Apr 27, 2003 10:12 PM

id like to see the network issues of this game fixed, but even if the game isnt moded hopefully developers will learn a lot from this code as the grafx of doom on jag were incredible :thumbsup:

#11  

    Recovering Over-Eater

  • 6,570 posts
  • Joined: 27-November 02
  • Reuniting w/DJCat
  • Location:Illinois (all over the place)

Posted Sun Apr 27, 2003 10:44 PM

now lets get this puppy to support the new ethernet cartridge

#12  

    Stargunner

  • 1,475 posts
  • Joined: 03-March 03
  • Location:Oregon

Posted Mon Apr 28, 2003 3:50 AM

O.K. this is fantastic, but bottom line, what does it mean? Can a redone version of Doom be done for the Jag with higher res and networking fixed? With the usual fee paid to Id for their game of course. Or can it only be used for poking at and educational use? :D :? :D

#13  

    River Patroller

  • 2,548 posts
  • Joined: 26-December 02

Posted Mon Apr 28, 2003 4:53 AM

JagChris said:

O.K. this is fantastic, but bottom line, what does it mean? Can a redone version of Doom be done for the Jag with higher res and networking fixed? With the usual fee paid to Id for their game of course. Or can it only be used for poking at and educational use? :D  :?  :D

The most important thing would be the fix for the network. More then 2 players can be done I think but there was already a slow-down when doing networking with 2 players but that could be caused by the network error's maybe.... have to dig into the source.

The biggest problem seems the WAD file this is not a normal WAD file there are some specific bytes (extra) in it... But by looking at the code we maybe can figure out what these extra bytes do...

TXG/MNX

#14  

    River Patroller

  • 2,548 posts
  • Joined: 26-December 02

Posted Mon Apr 28, 2003 5:02 AM

hmm just looked at the source at found out the serial port is programmed to a speed of 115200. Maybe we can use a lower speed, the system maybe works more stable. Maybewhen we use it at 57.600 it runs better....

We need to try it. This would be the easiest fix I think...

TXG/MNX

#15  

    River Patroller

  • 2,501 posts
  • Joined: 02-February 02

Posted Mon Apr 28, 2003 5:28 AM

TXG/MNX said:

hmm just looked at the source at found out the serial port is programmed to a speed of 115200. Maybe we can use a lower speed, the system  maybe works more stable. Maybewhen we use it at 57.600 it runs better....

We need to try it. This would be the easiest fix I think...

TXG/MNX

First thing you need to do is compile/link/run the existing code. Once someone manages to do that, then we can work on making it better.

#16  

    River Patroller

  • 2,548 posts
  • Joined: 26-December 02

Posted Mon Apr 28, 2003 6:53 AM

Hmm I heard Carl has managed to compile to code to a working one so that could be done...

TXG/MNX

#17  

    River Patroller

  • 2,548 posts
  • Joined: 26-December 02

Posted Mon Apr 28, 2003 6:54 AM

Thunderbird said:

First thing you need to do is compile/link/run the existing code. Once someone manages to do that, then we can work on making it better.

Would you like to debug the network code when there is info how to compile it?

#18  

    Stargunner

  • 1,043 posts
  • Joined: 03-August 02
  • Location:Germany

Posted Mon Apr 28, 2003 10:00 AM

Hi!

Thunderbird said:

TXG/MNX said:

hmm just looked at the source at found out the serial port is programmed to a speed of 115200. Maybe we can use a lower speed, the system  maybe works more stable. Maybewhen we use it at 57.600 it runs better....

We need to try it. This would be the easiest fix I think...

TXG/MNX

First thing you need to do is compile/link/run the existing code. Once someone manages to do that, then we can work on making it better.

I had no problem compiling it, but this may be because my Atari GCC 2.6.3 compiler was already set up properly (Thanks to Glenn, Scott and others).

Matthias

#19  

    Silvery Robot Thing

  • 10,400 posts
  • Joined: 19-October 01
  • Go Cardinals!
  • Location:Winter Haven, FL

Posted Mon Apr 28, 2003 10:15 AM

TXG/MNX said:

The biggest problem seems the WAD file this is not a normal WAD file there are some specific bytes (extra) in it... But by looking at the code we maybe can figure out what these extra bytes do...

It'd be nice to be able to use PC .wad files... And make it possible to read them from a CD-R! Woohoo! Unlimited levels! (Oh, and make it compatible with Matthias' ethernet cart!)

#20  

    River Patroller

  • 2,548 posts
  • Joined: 26-December 02

Posted Mon Apr 28, 2003 10:41 AM

Gregory DG said:

TXG/MNX said:

The biggest problem seems the WAD file this is not a normal WAD file there are some specific bytes (extra) in it... But by looking at the code we maybe can figure out what these extra bytes do...

It'd be nice to be able to use PC .wad files... And make it possible to read them from a CD-R! Woohoo! Unlimited levels! (Oh, and make it compatible with Matthias' ethernet cart!)

PC wads? Maybe when we can 'crack' the JAG-WAD format, we can convert all wads that float around... but killing this network-bug would be the highest priority... because playing max. 5-10 minutes is not cool! when it crashes....

But I thought someone already did kill this bug when he was playing around with the source for the DOOM+ project I believe, can someone confirm this? I would love to see this patch...

TXG/MNX

#21  

    Dragonstomper

  • 527 posts
  • Joined: 24-March 02
  • Location:Lompoc, CA

Posted Mon Apr 28, 2003 10:43 AM

Matthias said:

I had no problem compiling it, but this may be because my Atari GCC 2.6.3 compiler was already set  up properly (Thanks to Glenn, Scott and others).

Matthias


Matthias,

Did you do any changes to the MAKEFILE? After extracting the reguired pieces of the Jaguar ROM I tried to do the MAKE command and got an error immeadiately. I guess something on my GCC isn't quite up to par.

Glenn

#22  

    Stargunner

  • 1,123 posts
  • Joined: 01-October 01

Posted Mon Apr 28, 2003 10:56 AM

Hi, Glenn,

What kind of error(s) did you see? And yes, you probably will need to make some changes as indicated in the readme.txt -- there are some hardcoded paths for includes, compilers, etc. which need to be tailored to your directory layout.

And FYI, you don't need the extracted WAD file to compile the code, the two are entirely separate entities.

#23  

    Stargunner

  • 1,043 posts
  • Joined: 03-August 02
  • Location:Germany

Posted Mon Apr 28, 2003 12:23 PM

atarifan49 said:

Matthias said:

I had no problem compiling it, but this may be because my Atari GCC 2.6.3 compiler was already set  up properly (Thanks to Glenn, Scott and others).

Matthias


Matthias,

Did you do any changes to the MAKEFILE? After extracting the reguired pieces of the Jaguar ROM I tried to do the MAKE command and got an error immeadiately. I guess something on my GCC isn't quite up to par.

Glenn

No, as said, i just called MAKE and got it compiled.
I'll mail you a directory-listing of my GCC for comparison and my AUTOEXEC.BAT.

Matthias

#24  

    Chopper Commander

  • 196 posts
  • Joined: 03-January 03

Posted Mon Apr 28, 2003 2:51 PM

First of all let me say this is wonderful news.

Matthias said:

No, as said, i just called MAKE and got it compiled.
I'll mail you a directory-listing of my GCC for comparison and my AUTOEXEC.BAT.

Matthias

I would be grateful if you could send those information too. I guess setting up web page whit all those details would not hurt either :)

Cheers

#25  

    River Patroller

  • 2,548 posts
  • Joined: 26-December 02

Posted Mon Apr 28, 2003 3:42 PM

Alex Czarnowski said:


I would be grateful if you could send those information too. I guess setting up web page whit all those details would not hurt either :)

Cheers

This is a very good idea... I like it... let's get to the bottom of this great game.... 8)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users