Page 1 of 2

Cancellation of ET planned in advance?

Posted: Thu Feb 13, 2003 7:46 pm
by WeblionX
I was browsing through the Wolf 1.41 source code, and stumbled across this:

Code: Select all

{ &cg_zoomDefaultSnooper, "cg_zoomDefaultSnooper", "40", CVAR_ARCHIVE }, // JPW NERVE made temp

{ &cg_zoomStepSnooper, "cg_zoomStepSnooper", "5", CVAR_ARCHIVE },
Considering that ET was supposed to be a seperate game (which was going to include the snooper), there would be no need for this, unless they knew that it would be an expansion in advanced. Kind of makes you think. Or maybe it doesn't.

Posted: Thu Feb 13, 2003 8:16 pm
by =SWAT=Kenny
i always hurt myself if i think.

Posted: Thu Feb 13, 2003 11:39 pm
by Ph0g
They leave alot of single player stuff that isn't necessarily used in the multiplayer, in the multiplayer code. They might not have had an expansion in mind, they just leave it in there for the heck of it, and for anyone who cares.

Posted: Fri Feb 14, 2003 12:07 am
by Majikthise
RtCW is one of the messiest retail mod releases I've seen :P. There is a ton of code leftover from Quake 3, and as you can see, even some left over from their own damn mod. The more you look around, the more you'll find stuff left in, and commented out, instead of cleaned up.

Posted: Fri Feb 14, 2003 8:14 am
by SHVDKTY (ID)
what is a snooper? sorry never really liked the single player.

Posted: Fri Feb 14, 2003 8:55 am
by gotenks
snooper = silent sniperrifle that see's heat...
as a programmer i know and can say this... we're lazy, if it doesn't effect program operations they'll leave it.

Posted: Fri Feb 14, 2003 10:14 am
by Ph0g
As a more experienced programmer than that whom made the previous post, I can say this ( ;) ), joy and pride comes in cleaning your code and making it efficient and beautiful.

If it was left in there and commented on, it was meant either as:

A. An educational snippet
B. Something that might be useful in the future
C. An experiment to see if gullible morons like us would actualy have a conversation about it

Posted: Fri Feb 14, 2003 10:51 am
by gotenks
oooh oooh ooh... i pick c... woo hoo...
most programmers will leave tidbits of code in because they may beable to modify it later... eg. mod programmers(great bani) may beable to use it

Posted: Fri Feb 14, 2003 5:07 pm
by WeblionX
I figured someone would join in about how it was left over from single player. But for the "lazy excuse", it's easier to go to the end of the line, do shift+home, then backspace than adding a comment.

Posted: Fri Feb 14, 2003 10:25 pm
by Boco
I program too, and I usually just comment old code, or code that doesn't work. The reason? In case I break something, I have a backup. If you program, you soon realize that deleting code is not such a great idea, so you comment it out. Commented code is discarded by the compiler, so it won't effect your program at all.

Posted: Sat Feb 15, 2003 2:22 am
by Ph0g
Yea, I do the same when I am messing with a particular block, usualy a while loop. I just take the block and comment it out, then move it to the bottom so I can reference the last known to work code block if i mess up the one I am working with. Alot of the time, when you are trying to make something more efficient or better, you end up screwing it up so bad you can't get it to work at all, and it's nice to have backups :D.

Posted: Sat Feb 15, 2003 5:42 am
by gotenks
ah... backups... for the people who can't get it right the first time... ok... so i messed up on one program where i basically had to go through my entire code and find the error... but only once. I'm just too lazy to backup :oops:

Posted: Sat Feb 15, 2003 5:47 am
by maggothead
You guys ever heard of source control? Diff? sheesh!

Posted: Sun Feb 16, 2003 10:42 pm
by wimpy
From what I remember, ET was supposed to be a free download from the beginning. They later said it would be sold as a seperate game. Now it has gone back to a free download.

Posted: Mon Feb 17, 2003 10:58 am
by Boco
wimpy wrote:From what I remember, ET was supposed to be a free download from the beginning. They later said it would be sold as a seperate game. Now it has gone back to a free download.
Actually, it was supposed to be a store-bought Expansion to RtCW. Then, because of all the features they were packing into it, they decided to make it a complete, seperate game (but priced at Expansion rates). Now, they cancelled the Single Player portion (grrr...) and are going to release the Multiplayer portion as a free, downloadable Expansion.