|
Post by fennyfenn on Oct 1, 2009 17:59:50 GMT -5
ok so someone posted this on a website and they said they deciphered it as a event or somthing appears before round 5 while playing der riese and this event or something has a 2% chance of happening. so they got that from this: while(1) { vox_rand = randomintrange(1,100); if( level.round_number <= round ) { if( vox_rand <= 2 ) { players = get_players(); p = randomint(players.size); index = maps\_zombiemode_weapons::get_player_index(players ); plr = "plr_" + index + "_"; players thread create_and_play_dialog( plr, "vox_gen_giant", .25 ); //iprintlnbold( "Just played Gen Giant line off of player " + p ); } } else if (level.round_number > round ) { return; } wait(randomintrange(60,240)); }
is that true? if not what does it say?
You are my bro, bro. (late i know but..meh lol)
|
|
Den
He's That Guy
Posts: 4,294,967,295
|
Post by Den on Oct 1, 2009 18:46:48 GMT -5
Simply, this is just a chance roll, when more than one player is present, for one of the first three characters to talk to each other about the situation they are in. The "giant" is a reference to the story of the Factory.
During the intermission, one of the first three characters (Richtofen is Player 4) will speak one of these lines:
Dempsey "Maybe this is where they build that Wonder Waffle thingie!" "Element 115, Wonder Waffles, D-Glock -- agh fuck it let's just go kill some freakbags." "I think Richtofen knows more about what's goin on than it seems." "Wonder who that doctor Maxis is that I keep hearing about." "I hear the Krauts are interested in energy weapons; those pussies don't like lead, I guess."
Nikolai "What the hell were you doing here, you creepy fucks?" "You see Richtofen - you're losing the war because you invest in this nonsense instead of gunpowder and vodka - that's why we'll beat you!" "Hey, I think this is where that Wunderwaffe thing come from!" "Look! I think the Germans had a master plan. This is fucking crazy!"
Takeo "This place holds a secret!" "Where evil begins, evil continues!" "There are answers here..." "Beware of darkness. Always brings great price." "Shadows begin... darkness follows."
|
|
|
Post by fennyfenn on Oct 1, 2009 19:18:44 GMT -5
cheer mate if only we had u leading the "search for easter eggs and story lines clues on the pc file" hunt it seems your the only one who isnt in game development who knows wot most of this stuff means lol wait or are you.........
|
|