Lost Levels Forums

The time now is Wed Oct 01, 2025 4:03 am

Gen 13 (PSX, N64, or Saturn)
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Lost Levels Forum Index -> Unreleased Games
View previous topic :: View next topic  
Author Message
Repomancer



Joined: 17 Dec 2004
Posts: 3

PostPosted: Fri Dec 17, 2004 6:26 pm    Post subject: Heh. Reply with quote

James wrote:
I know someone who had something to do with the youngblood game (that was never released), I'll point him in this direction.

Hee! That would be me. Thanx, James.

Youngblood was something like 2 years in development when the lead programmer quit. I was brought in to salvage the project.

After years in the business, I have a lot of horror stories, but Youngblood takes the cake. Most of my tales of terror involve object-oriented programming gone horribly wrong ("so what if it doesn't work, it's object-oriented!") but Youngblood was something else entirely.

I designed and wrote most of MechWarrior 2. Youngblood, a 2D tiler, was nine times the size and had six times as many modules. There was one spot where there was an "#ifdef Playstation", followed by a bunch of code, and then an "#ifdef Macintosh" (ditto), and an "#ifdef Saturn" thrown in there somewhere, and SIX THOUSAND LINES DOWNSTREAM was the "#endif" with no comment.

It probably took months to do, and none of it was even getting compiled.

I did a quick couple of tests. At least ninety percent of the comments were wrong, because all the modules were just copied from one another. He'd write some horrible buggy thing, and then (this is not an exaggeration) make 27 copies of it, one for each character.

When I first tried to compile it, MSDev gave 3500 warnings.

I checked one global variable ("dx"). It was declared once, then extern-ed sixteen times with six different types. The concept of a ".h" file had apparently not entered his fat skull.

The gentleman left for Activision, where he worked on I-76, which was my MW2 engine. We had lunch with him occasionally; he'd go on about how cool the engine was but somehow it never penetrated his black-hole stupid head whose initials those were in all the fricking comments.

Youngblood originally took a minute and a half to load to the title screen, and would leak several tens of megabytes. Pro Tip: don't null a pointer before you free it. Especially in 27 different modules.

He wrote a scholarly article on Gamasutra about the making of I-76, and professes to be interested in fuzzy logic and neural nets.

Clancy, learn to program first, mmmkay?
Back to top
View user's profile Send private message Send e-mail AIM Address
TheRedEye
The Internet's Frank Cifaldi
The Internet's Frank Cifaldi


Joined: 26 Aug 2003
Posts: 4192
Location: Oakland, CA

PostPosted: Fri Dec 17, 2004 7:50 pm    Post subject: Reply with quote

Ha, I love horror stories like this. Say, did you save any media from anything you worked on that didn't come out? Maybe we can work an article out of it, we're obviously in need of something new around here.
Back to top
View user's profile Send private message Send e-mail AIM Address
Repomancer



Joined: 17 Dec 2004
Posts: 3

PostPosted: Fri Dec 17, 2004 11:04 pm    Post subject: Reply with quote

TheRedEye wrote:
Ha, I love horror stories like this. Say, did you save any media from anything you worked on that didn't come out? Maybe we can work an article out of it, we're obviously in need of something new around here.

I don't have much, personally, but I know some people that probably do. I'll see what I can dredge up.

Youngblood's installer (a preliminary version, of course) showed a little animation as it loaded. It was an eight-frame loop featuring Col. Whatever-his-name-was, Badrock, and anal fisting.

Some of the artists were nicely twisted people.
Back to top
View user's profile Send private message Send e-mail AIM Address
TheRedEye
The Internet's Frank Cifaldi
The Internet's Frank Cifaldi


Joined: 26 Aug 2003
Posts: 4192
Location: Oakland, CA

PostPosted: Sat Dec 18, 2004 1:11 am    Post subject: Reply with quote

Wow, that sounds better than the Princess Tomato beta where you can buy pot.
Back to top
View user's profile Send private message Send e-mail AIM Address
SlyphGlitch



Joined: 01 Apr 2004
Posts: 144

PostPosted: Sat Dec 18, 2004 5:25 pm    Post subject: Conditional Reply with quote

Repo, did you work on the original MechWarrior 2? The DOS version I mean.

It sounded like Youngblood had too many conditional compiler directives. But about ".h" files, when I took C in college, my professor never went over what those were. I had to learn on
my own what an ".h" file did, and how it was used.

Also on a semi-related note, Toon-Disney at 10:30pm is now showing X-Men from the early 1990s. Good stuff
Back to top
View user's profile Send private message
sailoranna



Joined: 19 Dec 2004
Posts: 16
Location: Texas

PostPosted: Sun Dec 19, 2004 10:46 am    Post subject: Reply with quote

Love those horror stories! Tell me a new one daddy!
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Repomancer



Joined: 17 Dec 2004
Posts: 3

PostPosted: Sun Dec 19, 2004 4:31 pm    Post subject: Re: Conditional Reply with quote

SlyphGlitch wrote:
Repo, did you work on the original MechWarrior 2? The DOS version I mean.

It sounded like Youngblood had too many conditional compiler directives. But about ".h" files, when I took C in college, my professor never went over what those were. I had to learn on
my own what an ".h" file did, and how it was used.

Also on a semi-related note, Toon-Disney at 10:30pm is now showing X-Men from the early 1990s. Good stuff


Yeah, I wrote most of Mech 2 and came up with the concept. The DOS version was the same as anything else, only when the Pentium came out they replaced the fixed-point math with float.

It was accused of feeling like a flight simulator -- which it did, because that's what it was. I made flight sims (the real kind) for years before the aerospace crash of '92 flipped me into the strange world of games.

You are precisely correct about the compiler directives. The kicker was that if "Playstation" was true, "PC", "Saturn", "Macintosh", etc., weren't, so there were many thousands of lines that were never even compiled because of the nested #ifdef-s.

The company is still alive and slowly rebuilding, but during the time I was there (about 20 months) they went from about 275 people to 11.

One trick they pulled was taking the money Nintendo gave them for a concept demo, and using it to finish a project for Sony that was badly behind schedule and over budget. The Nintendo project was therefore wretched, neither Sony nor Nintendo was pleased, and both refused to do business with them thereafter. Whoops.

The saga of Mech 2 is written up (the first third of it or so, anyway) on my personal forum on Portal Of Evil news. It got really, really weird (which is to say: really, REALLY weird) before it was all done. It involved illegal substances, hundred-hour weeks, telephone taps, a project manager whose sole qualification was that he'd been a game tester a few years before (so he clearly new more about 3D than I did), theft, subterfuge, and general mayhem.
Back to top
View user's profile Send private message Send e-mail AIM Address
TheRedEye
The Internet's Frank Cifaldi
The Internet's Frank Cifaldi


Joined: 26 Aug 2003
Posts: 4192
Location: Oakland, CA

PostPosted: Sun Dec 19, 2004 7:32 pm    Post subject: Reply with quote

Hell, I read poe-news, don't know how I missed that.
Back to top
View user's profile Send private message Send e-mail AIM Address
SlyphGlitch



Joined: 01 Apr 2004
Posts: 144

PostPosted: Mon Dec 20, 2004 12:36 am    Post subject: Wow... Reply with quote

Wow, I learn something new everyday. Yeah I remember seeing MechWarrior 2 "Pentium Editon" on Wal-Mart's shelf back in the day. I never knew it's story was so screwed up.
Back to top
View user's profile Send private message
Carnivol
gay dickhead


Joined: 21 Jun 2004
Posts: 576
Location: confirmed

PostPosted: Mon Dec 20, 2004 9:14 am    Post subject: Reply with quote

Mech Warrior 2 is one of my favourite games EVER!

Repomancer, you're a freaking saint!

Back in teh days, when I had an old 486dx66, w/8mb ram and a 400mb HD... Mech Warrior 2 was like "WOWOW" with it's mighty consuming of... heck, 210mb!
Over 50% of my mighty HD...

That game, + Ghost Bear Legacy and Mercenaries have given me endless hours of entertainment.
(And they still do, I've got the soundtrack for MW2 on my MD player and I've brought the set with me to the base I'm at at the moment, so I can enjoy them on my laptop every now and then)



Anyway, as for the different versions:
There's the regular version of Mech Warrior 2.
A "Pentium Edition" (also seen it listed several places as "windows 95" version)
And there's the "Titanium" edition, which I freaking lack in my collection :-(

Titanium = 3DFX version, I think it came in special "locked" versions too... Restricted to certain graphic cards.



Say, do anyone happen to know a place I can fetch the "Titanium Trilogy" box-set?
Back to top
View user's profile Send private message
Richter Belmont



Joined: 16 Jan 2004
Posts: 286
Location: Murfreesboro, TN

PostPosted: Mon Dec 20, 2004 8:53 pm    Post subject: Reply with quote

Repomancer wrote:
After years in the business, I have a lot of horror stories, but Youngblood takes the cake...
Yeah, I wrote most of Mech 2 and came up with the concept...
The saga of Mech 2 is written up (the first third of it or so, anyway) on my personal forum...


Thanks for sharing with us about Youngblood! I look forward to the article. Hehe, yeah, I'm always up for a good horror story too.

Mechwarrior 2 is an awesome game. I'm not much of a PC gamer, but I sure enjoyed the Saturn version. I'll have to read the development saga sometime.
Back to top
View user's profile Send private message
Akuma Sephitaro
STOP POSTING AND MAKE SARDIUS A CAKE


Joined: 01 Dec 2004
Posts: 45

PostPosted: Tue Dec 21, 2004 4:36 pm    Post subject: Reply with quote

Hm, I owned MechWarrior 2 for the PS for a short while... (I didn't like it, much.... Was too slow for me at the time, I kinda wonder if I'd be any better at it now... )

So the YoungBlood game was going to be on Playstation and all that other stuff, too? I coulda sworn it was just a PC game... (Or maybe the preview was based on the PC one.... )

Now I just wish I knew where those screen shots and info were...
Back to top
View user's profile Send private message
Kitsune
FURRY


Joined: 20 Nov 2003
Posts: 318
Location: Mexico

PostPosted: Wed Dec 22, 2004 3:50 am    Post subject: Reply with quote

Carnivol wrote:
Say, do anyone happen to know a place I can fetch the "Titanium Trilogy" box-set?


I'm 95% sure I've seen that down here, at a local Office Depot: the only place in Mexicali where you can buy ten year old games for the price of a next-generation PC game. I know I've seen Mechwarrior 2 boxes there, at least.

I'll go check when I can. I'll have a chance to go on January 3, if you don't mind waiting a bit.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Pullmyfinger



Joined: 29 Apr 2004
Posts: 94
Location: Union City

PostPosted: Wed Dec 22, 2004 6:57 pm    Post subject: Reply with quote

I live there, What do you want to see in the box?
Back to top
View user's profile Send private message MSN Messenger
Carnivol
gay dickhead


Joined: 21 Jun 2004
Posts: 576
Location: confirmed

PostPosted: Thu Dec 23, 2004 1:24 am    Post subject: Reply with quote

If the box says 3DFX or "Titanium edition" on it.

Then it's the Titanium version, I'm particulary trying to find the "Titanium Trilogy" box set (long box with all 3 parts/releases of the game)


I wouldn't mind puking out some money for it, as I only seem to find the titanium edition of Mercenaries on ebay, and even that one goes for way too much money, even without a box and manual :-/


If anything turns up, let me know ^_^
Back to top
View user's profile Send private message
PlayStationMuseum
BANNED


Joined: 08 Sep 2007
Posts: 47
Location: Sony Land

PostPosted: Sat Sep 08, 2007 10:40 pm    Post subject: Re: Gen 13 (PSX, N64, or Saturn) Reply with quote

Xanathis wrote:
Was flipping through some old Wizards and saw talk of a video game planned for the PSX, N64, and Saturn based on the Gen 13 comics. Out of curiosity, whatever happened to the game?

Scan from Wizard #58

Scan from Wizard #61


Any chance in getting the scans again?
Back to top
View user's profile Send private message
Druid II



Joined: 04 Jan 2007
Posts: 50

PostPosted: Tue Sep 11, 2007 11:48 pm    Post subject: Reply with quote

I'd like to get those scans as well. Gen13 is one of the less shitty independant comics.
Back to top
View user's profile Send private message
The_bag_of_sand



Joined: 17 May 2006
Posts: 130
Location: Woodstock GA!

PostPosted: Wed Sep 12, 2007 12:56 am    Post subject: Reply with quote

What are the chances, I actually have that issue.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Smeg
Staff
Staff


Joined: 26 Aug 2003
Posts: 1600
Location: beneath enemy scrotum

PostPosted: Wed Sep 12, 2007 2:22 am    Post subject: Reply with quote

The_bag_of_sand wrote:
What are the chances, I actually have that issue.


Me too! Let's be pals.
Back to top
View user's profile Send private message Send e-mail
Nosuch



Joined: 01 Dec 2006
Posts: 107

PostPosted: Thu Sep 13, 2007 4:57 am    Post subject: Reply with quote

Wow, how did I miss this topic the first time? Well, since it's been necro'd...

I actually remember playing a PC demo of one of those games many years ago. Now it's making me wonder if I still have the CD it was on.

Heh, after about 2 minutes of searching, it turns out that I do. I've got a Youngblood demo on one of those old CDs that came with Ultra Game Players, from early 1998. Huh.

The Gen-13 game is ringing a bell, too, for some reason, but I don't see any mention of it anywhere.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Lost Levels Forum Index -> Unreleased Games All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 3 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

RSS


Powered by phpBB 2.0.23 © 2001, 2002 phpBB Group