*SPOILER!* Here comes the...

Status
Not open for further replies.

Autosaver

Member
Ok... I just found an easter egg! I was about to record a video and..

[spoiler:93202a5c1b]It was a video how to get to a certain level, but when I got there. It doesn't teleport you. It says AJ and Amy's marriage! OMG. [/spoiler:93202a5c1b]

Anyone found it yet?
 
Spazzo said:
only if (grade == 2095)

;)
More specifically it's
[spoiler:6511384477]
Code:
if (!(netgame || multiplayer) && !modifiedgame && gamemap == 11 && ALL7EMERALDS(emeralds)
		&& stplyr->mo && stplyr->mo->subsector && stplyr->mo->subsector->sector-sectors == 1361)
	{
		if (grade & 2048)
		{
			V_DrawCenteredString(BASEVIDWIDTH/2, 70, 0, "I, Pope Rededict XVI proclaim");
			V_DrawCenteredString(BASEVIDWIDTH/2, 80, 0, "AJ & Amy");
			V_DrawCenteredString(BASEVIDWIDTH/2, 90, 0, "Husband & Wife");
			V_DrawCenteredString(BASEVIDWIDTH/2, 100, 0, "on this day");
			V_DrawCenteredString(BASEVIDWIDTH/2, 110, 0, "May 16, 2009");

			P_GivePlayerRings(stplyr, 9999, true);
		}
		else
		{
			V_DrawCenteredString(BASEVIDWIDTH/2,  60, 0, "Oh... it's you again...");
			V_DrawCenteredString(BASEVIDWIDTH/2,  80, 0, "Look, I wanted to apologize for the way");
			V_DrawCenteredString(BASEVIDWIDTH/2,  90, 0, "I've acted in the past.");
			V_DrawCenteredString(BASEVIDWIDTH/2, 110, 0, "I've seen the error of my ways");
			V_DrawCenteredString(BASEVIDWIDTH/2, 120, 0, "and turned over a new leaf.");
			V_DrawCenteredString(BASEVIDWIDTH/2, 140, 0, "Instead of sending people to hell,");
			V_DrawCenteredString(BASEVIDWIDTH/2, 150, 0, "I now send them to heaven!");

			P_LinedefExecute(4200, stplyr->mo, stplyr->mo->subsector->sector);
			P_LinedefExecute(4201, stplyr->mo, stplyr->mo->subsector->sector);
			stplyr->mo->momx = stplyr->mo->momy = 0;
		}
	}
[/spoiler:6511384477]
By the way, grade 2048 is what you get for beating NAGZ, and I believe it's the highest grade in the game, though the number used for the grade doesn't really matter - beating Ultimate only gives you 256. (No, it doesn't do anything)
 
You guys are confusing me now. O_o

[spoiler:f0bcad17b2]The rings are useless, it only gives you 2 lives.[/spoiler:f0bcad17b2]
 
Autosaver said:
You guys are confusing me now. O_o

[spoiler:993532bad6]The rings are useless, it only gives you 2 lives.[/spoiler:993532bad6]
You have practically infinite Super Sonic time. Don't tell me that's not useless.
 
^

[spoiler:2aaeb42075]Um, it kinda is, because the your at the end of the level...Great for single player hangouts.[/spoiler:2aaeb42075]
 
Spazzo said:
Yeah, yeah, I forgot the exact number. Sue me :P
You forgot a power of two, for crying out loud, and used a completely unusual number. If anyone would sue you for that, it'd be me. =P

1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576... that's all right off the top of my head. =P
 
MattW_CFI said:
Spazzo said:
Yeah, yeah, I forgot the exact number. Sue me :P
You forgot a power of two, for crying out loud, and used a completely unusual number. If anyone would sue you for that, it'd be me. =P

1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576... that's all right off the top of my head. =P
Sadly, I can go up to 65536 without thought.
 
MattW_CFI said:
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576... that's all right off the top of my head. =P
That's just insane. I can only get up to 65536 off the top of my head, and these are numbers I use every day D:
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top