- Joined
- Apr 27, 2015
"We don't want to nickle and dime our customers"PrePaywall? Seriously? That's in the DLC, right?
You don't get the real ending without the DLC, correct?
...and who calls their flags like that?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
"We don't want to nickle and dime our customers"PrePaywall? Seriously? That's in the DLC, right?
You don't get the real ending without the DLC, correct?
...and who calls their flags like that?
Torrent when?
now its time to chimp out about steam reviews and people on youtube who criticizes her gameI just had a terrifying thought...where do we go from here? In terms of lolcows, this is the climax. Does Brianna Wu go silent for the next several months, or does she chimpout so hard we mount up for round 2?
I just had a terrifying thought...where do we go from here? In terms of lolcows, this is the climax. Does Brianna Wu go silent for the next several months, or does she chimpout so hard we mount up for round 2?
EDIT: I made a strawpoll but the Farms don't like them. Well, never mind then.
I just had a terrifying thought...where do we go from here? In terms of lolcows, this is the climax. Does Brianna Wu go silent for the next several months, or does she chimpout so hard we mount up for round 2?
Oh god, guys, I discovered something amazing.
If you bought this piece of shit, go to steamapps\common\Revolution 60\UDKGame\Movies and you can find the game's cutscenes. What's amazing is this: you know those constant audio issues Revolution 60 has? The cutscenes have them too. You'd assume this would be the result of Wu's shitty programming breaking everything but no, you can watch the cutscenes in that folder complete with audio issues.
It's not just the game that's broke, it's the prerendered fucking cutscenes that are broke too.
Oh god, guys, I discovered something amazing.
If you bought this piece of shit, go to steamapps\common\Revolution 60\UDKGame\Movies and you can find the game's cutscenes. What's amazing is this: you know those constant audio issues Revolution 60 has? The cutscenes have them too. You'd assume this would be the result of Wu's shitty programming breaking everything but no, you can watch the cutscenes in that folder complete with audio issues.
It's not just the game that's broke, it's the prerendered fucking cutscenes that are broke too.
Words fail me, because how do you fail that fucking hard?
So I've looked through all this shit.
There's no global game state variable that is used for any sort of easter egg. That means if there actually is something special lurking in the game, it's a map area with a special transition.
You can get at every single point in the game by just issuing the console command "ce Prepare_WHATEVER", I suppose if I get really fucking bored I'll look through every scene to check. The ce command autocompletes in the console if anyone wants to do the work for me.
Edit:
Here's the complete plot progress enum with the obtuse strings with all the stages:
Code:enum E_Rev60PlotProgression { Plot_FreeRoam, Plot_GameStart, Plot_A0S1_A_Start, Plot_A0S1_A_End, Plot_A0S1_B_Start, Plot_A0S2_A_Start, Plot_A0S2_A_End, Plot_A0S2_A_End_PrePaywall, Plot_A1S1_A_Start, Plot_A1S1_A_End, Plot_A1S1_B_Start, Plot_A1S1_B_End, Plot_A1S1_C_Start, Plot_A1S1_C_End, Plot_A1S1_D_Start, Plot_A1S1_D_End, Plot_A1S1_E_Start, Plot_A1S1_E_End, Plot_A1S1_F_Start, Plot_A1S1_F_End, Plot_A1S1_G_Start, Plot_A1S1_G_End, Plot_A1S2_A_Start, Plot_A1S2_A_End, Plot_A1S2_A_End_PrePaywall, Plot_A1S2_A_End_Paywall, Plot_A1S3_A_Start, Plot_A1S3_A_End, Plot_A1S3_B_Start, Plot_A1S3_B_End, Plot_A1S3_C_Start, Plot_A1S3_C_End, Plot_A1S4_A_Start, Plot_A1S4_A_End, Plot_A1S4_A_End_Idols, Plot_A1S4_B_Start, Plot_A1S4_B_End, Plot_A1S4_C_Start, Plot_A1S4_C_End, Plot_A1S4_D_Start, Plot_A1S4_D_End, Plot_A1S4_E_Start, Plot_A1S4_E_End, Plot_A1S4_F_Start, Plot_A1S4_F_End, Plot_A1S4_F_End_Paywall, Plot_A1S4_G_Start, Plot_A1S4_G_End, Plot_A1S5_A_Start, Plot_A1S5_A_End, Plot_A2S1_A_Start, Plot_A2S1_A_End, Plot_A2S1_B_Start, Plot_A2S1_B_End, Plot_A2S1_C_Start, Plot_A2S1_C_End, Plot_A2S1_D_Start, Plot_A2S1_D_End, Plot_A2S1_E_Start, Plot_A2S1_E_End, Plot_A2S1_F_Start, Plot_A2S1_F_End, Plot_A2S1_G_Start, Plot_A2S1_G_End, Plot_A2S1_H_Start, Plot_A2S1_H_End, Plot_A2S1_I_Start, Plot_A2S1_I_End, Plot_A2S1_J_Start, Plot_A2S1_J_End, Plot_A2S2_A_Start, Plot_A2S2_A_End, Plot_A2S2_B_Start, Plot_A2S2_B_End, Plot_A2S2_C_Start, Plot_A2S2_C_End, Plot_A2S2_D_Start, Plot_A2S2_D_End, Plot_A2S2_E_Start, Plot_A2S2_E_End, Plot_A2S3_A_Start, Plot_A2S3_A_End, Plot_A2S3_B_Start, Plot_A2S3_B_End, Plot_A2S3_C_Start, Plot_A2S3_C_End, Plot_A2S4_A_Start, Plot_A2S4_A_End, Plot_A2S5_A_Start, Plot_A2S5_A_End, Plot_A2S5_B_Start, Plot_A2S5_B_End, Plot_A2S5_C_Start, Plot_A2S5_C_End, Plot_A2S5_D_Start, Plot_A2S5_D_End, Plot_A2S5_E_Start, Plot_A2S5_E_End, Plot_A3S1_A_Start, Plot_A3S1_A_End, Plot_A3S1_B_Start, Plot_A3S1_B_End, Plot_A3S1_C_Start, Plot_A3S1_C_End, Plot_A3S1_D_Start, Plot_A3S1_D_End, Plot_A3S2_A_Start, Plot_A3S2_A_End, Plot_A3S2_B_Start, Plot_A3S2_B_End, Plot_A3S2_C_Start, Plot_A3S2_C_End, Plot_A3S2_D_Start, Plot_A3S2_D_End, Plot_A3S2_E_Start, Plot_A3S2_E_End, Plot_A3S2_F_Start, Plot_A3S2_F_End, Plot_A3S3_A_Start, Plot_A3S3_A_End, Plot_A3S3_B_Start, Plot_A3S3_B_End, Plot_A3S3_C_Start, Plot_A3S3_C_End, Plot_A3S4_A_Start, Plot_A3S4_A_End, Plot_A3S5_A_Start, Plot_A3S5_A_End, Plot_A3S5_B_Start, Plot_A3S5_B_End, Plot_A3S5_C_Start, Plot_A3S5_C_End, Plot_A3S5_D_Start, Plot_A3S5_D_End, Plot_A3S5_E_Start, Plot_A3S5_E_End, Plot_A3S5_F_Start, Plot_A3S5_F_End, Plot_A3S6_A_Start, Plot_A3S6_A_End, Plot_A4S1_A_Start, Plot_A4S1_A_End, Plot_A4S1_B_Start, Plot_A4S1_B_End, Plot_A4S1_C_Start, Plot_A4S1_C_End, Plot_A4S2_A_Start, Plot_A4S2_A_End, Plot_A4S2_B_Start, Plot_A4S2_B_End, Plot_A4S3_A_Start, Plot_A4S3_A_End, Plot_A4S4_A_Start, Plot_A4S4_A_End, Plot_A4S4_B_Start, Plot_A4S4_B_End, Plot_A4S6_A_Start, Plot_A4S6_A_End, Plot_A4S8_A_Start, Plot_A4S8_A_End, Plot_A4S8_B_Start, Plot_A4S8_B_End, Plot_A4S8_C_Start, Plot_A4S8_C_End, Plot_CodeGeneration, Plot_Credits, Plot_GameEnd, Plot_MAX };
Might be the easter egg Wu mentionedBut I'm most interested in ' Plot_A1S4_A_End_Idols,' - because the START code for this is oddly missing. Plus, with how literally blunt these code names are, 'idols' sticks out like a sore thumb.
She's wants to get into journalism because it's perfect for her. Requires no skills, no knowledge of what you're writing about, and can sperg out on Twitter and consider it "working". She'll write for a site with an incredibly low barrier of entry like Bustle, The Mary Sue, or Huffington Post. Still won't make money but it'll allow her to pretend she's important and hopefully boost her Patreon numbers.I just had a terrifying thought...where do we go from here? In terms of lolcows, this is the climax. Does Brianna Wu go silent for the next several months, or does she chimpout so hard we mount up for round 2?
EDIT: I made a strawpoll but the Farms don't like them. Well, never mind then.