Brianna Wu / John Walker Flynt - "Biggest Victim of Gamergate," Failed Game Developer, Failed Congressional Candidate

  • 🏰 The Fediverse is up. If you know, you know.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
Just for the hell of it, I decided to reply to Wu on Twitter:
yGuMmkf.png

Surprisingly, I've not been blocked, though my reply WAS later deleted.

Funny, the same logic was employed when they thought making Gray Armor Robocop into Black Armor Robocop was a good idea in the remake.

Guess which one people still think of more.
 
It's hard to say what is more autistic: John thinking that he is relevant enough to have an input on this case, or John thinking that this case is relevant enough to "signal boost" his nonexistent "career" in "investigative journalism".
Don't forget that it is Brianna "I was addicted to Ambien/I totally forged report cards and personal IDs/I went to illegal underground raves", who is trying to influence the sentence for something that is essentially "being drunk in public and behaving like an idiot".
And taking Ralph seriously at all.
 
Has anyone ever tried to track down the supposed editor John lists at the end of the Election Eve document, "Harry McNally", email address given Q_tip84@hotmail.com?

I can't imagine John having IRL friends, so it might be another MiLovy, but if he's real....

WOW. Think of the possibilities for a source on pre-SRS John.
He's actually real, he seems to have been a miserable, lonely weeb with a checkered military career. There doesn't seem to be anything Flynt-related in his online presence.
http://cadet-mcnally.livejournal.com/
https://web.archive.org/web/20030412113733/http://www.geocities.com/sabreacef86/
https://www.facebook.com/harry.mcnally
 
You know, for someone with so many followers, she rarely gets retweets and likes. That new article of hers only got 13 Retweets and 19 Likes. Literally no one cares anymore.
 
Don't forget that it is Brianna "I was addicted to Ambien/I totally forged report cards and personal IDs/I went to illegal underground raves", who is trying to influence the sentence for something that is essentially "being drunk in public and behaving like an idiot".
Uhm he also criticized women and called out hypocrites on the Internet!

A crime worse than murder and rape

Edit: oh man this tweet is golden

7h7 hours ago
Brianna Wu ‏@Spacekatgal
@mims Many of us that specialize in Apple coverage are hearing a lot of interesting things about next year's model.

How does John Flynt specialize in Apple coverage when he reads Macrumors and quotes their stories? He has no insider contacts with Apple, couldn't even attend WWDC, and wasn't at the iPhone 7 launch event.
 
Last edited:
Frank doesn't introduce you because you don't meet anyone, John.

View attachment 133407

This just makes me angry. Why would they do this? Frank has solid credentials in the "nerd" community, Brianna does not.

I wonder how long Brianna is going to hold on to this "Head of Giant Spacekat" business when the company is an absolute failure in every regard. That is not a claim to fame.

And then to go on and tag the host of the show, thats almost an indirect threat; "These are my demands so that my giant ego is satisfied. You will choose to obey if you know whats best for yourself."

Just the sheer narcissistic gall of this person. Christ.
 
Don't forget that it is Brianna "I was addicted to Ambien/I totally forged report cards and personal IDs/I went to illegal underground raves", who is trying to influence the sentence for something that is essentially "being drunk in public and behaving like an idiot".

Source of the info on the raves?
 
Well, after trying a lot of different tweaks, i finally managed to "fix" the disco nightmare lightning that John is so proud of:
fnY3uDL.jpg

k7J8leo.jpg

cx9wOSt.jpg

4doznWX.jpg

It doesn't look exactly like the original iOS lightning, and some scenes still look "off", but still, it won't destroy your retinas while you're playing.

If you want to "enhance" your Revolution 60 "experience", you'll need to edit the following values inside the file "UDKSystemSettings.ini", which is located on "UDKGame/Config" on the game's files:

Code:
Post-processing stuff:

DynamicLights=False
MotionBlur=False
DeptOfField=False
AmbientOcclusion=False
Bloom=False
Distortion=False
LensFlares=False
FogVolumes=False
bAllowPostprocessMLAA=False

Lightning:

TEXTUREGROUP_Lightmap=(MinLODSize=1,MaxLODSize=1,LODBias=0,MinMagFilter=aniso,MipFilter=point)
TEXTUREGROUP_Shadowmap=(MinLODSize=1,MaxLODSize=1,LODBias=0,MinMagFilter=aniso,MipFilter=point,NumStreamedMips=3)
TEXTUREGROUP_ProcBuilding_LightMap=(MinLODSize=1,MaxLODSize=1,LODBias=0,MinMagFilter=aniso,MipFilter=point)

You can also reduce the size of the textures and disable V-Sync/Frame smoothing if you want to get some extra frames from the game, i was actually surprised to see that the game logic isn't tied to the framerate, so it's totally safe to do this (at least i didn't had any problems):
Code:
Texture Quality:

Replace the "MaxLODSize" value inside the "TEXTUREGROUP_*" parameters (except the lightning ones if you want to avoid the disco nightmare) with a value of your choosing, a value of 512 looks acceptable enough for me if you are running the game on a lower-end machine, but you can go lower if you really want to.

Uncapped framerate:

Disable V-Sync by changing the "UseVsync" parameter to false, you'll also need to edit "UDKEngine.ini" to disable Frame smoothing, to do this, find the "bSmoothFrameRate" parameter inside the file and change it to false.

I'd also recommend to leave both files as "read-only", just in case.
 
Well, after trying a lot of different tweaks, i finally managed to "fix" the disco nightmare lightning that John is so proud of:
fnY3uDL.jpg

k7J8leo.jpg

cx9wOSt.jpg

4doznWX.jpg

It doesn't look exactly like the original iOS lightning, and some scenes still look "off", but still, it won't destroy your retinas while you're playing.

If you want to "enhance" your Revolution 60 "experience", you'll need to edit the following values inside the file "UDKSystemSettings.ini", which is located on "UDKGame/Config" on the game's files:

Code:
Post-processing stuff:

DynamicLights=False
MotionBlur=False
DeptOfField=False
AmbientOcclusion=False
Bloom=False
Distortion=False
LensFlares=False
FogVolumes=False
bAllowPostprocessMLAA=False

Lightning:

TEXTUREGROUP_Lightmap=(MinLODSize=1,MaxLODSize=1,LODBias=0,MinMagFilter=aniso,MipFilter=point)
TEXTUREGROUP_Shadowmap=(MinLODSize=1,MaxLODSize=1,LODBias=0,MinMagFilter=aniso,MipFilter=point,NumStreamedMips=3)
TEXTUREGROUP_ProcBuilding_LightMap=(MinLODSize=1,MaxLODSize=1,LODBias=0,MinMagFilter=aniso,MipFilter=point)

You can also reduce the size of the textures and disable V-Sync/Frame smoothing if you want to get some extra frames from the game, i was actually surprised to see that the game logic isn't tied to the framerate, so it's totally safe to do this (at least i didn't had any problems):
Code:
Texture Quality:

Replace the "MaxLODSize" value inside the "TEXTUREGROUP_*" parameters (except the lightning ones if you want to avoid the disco nightmare) with a value of your choosing, a value of 512 looks acceptable enough for me if you are running the game on a lower-end machine, but you can go lower if you really want to.

Uncapped framerate:

Disable V-Sync by changing the "UseVsync" parameter to false, you'll also need to edit "UDKEngine.ini" to disable Frame smoothing, to do this, find the "bSmoothFrameRate" parameter inside the file and change it to false.

I'd also recommend to leave both files as "read-only", just in case.

It's actually.......not raping my eyes with a rusty dildo.
 
It's so depressing when people go along with Wu's bullshit.

image.jpeg
image.jpeg
 
Last edited:
....have you seen Han Solo lift that gun to his face to make a phone call or play Angry Birds? No?

Then what the fuck are you talking about, you stupid, stupid woman?

To be fair -- I kid, I kid -- if Flynt/Wu will use someone else's iPad as a weapon, chances are good that, in his frequent fits of psychotic tranny rage, he hurls his phone at people -- and possibly at small, helpless dogs -- always missing his target because he's incredibly spasticated.

When he says, "Every scratch is a story," he's not kidding. Every dent and ding represents a criminal assault or an incident of cruelty to animals.
 
Oh, I'm sorry but what do you fucking do exactly Brianna? You made a game that bombed so badly that even Steam itself can't give full context to its failure. Your husband, in fact, might be the only reason the game got out at all seeing as he was the one talking to the project backers and getting their stuff out to them. Not you, the CEO or whatever damn title you've given yourself today. Your husband, who I don't think even has an official title with the company (that he used his money to start). You have failed to secure additional funds for your studio/projects, your studio has no staff, and it has no projects on the horizon. It exists in name only. Sure, you occasionally write opinion pieces that no publisher would be crazy enough to pay for because a) you forget the subject not even halfway through and start blabbering about yourself and b) if they did pay for it, the quality of writing and sheer bias on display would be an embarrassment to them (not to mention the potential libel issues with some of your subjects), but you clearly don't even do that for most of the day. No, you spend almost every waking hour in your fucked up parody of a "work day" on Twitter in a desperate attempt to convince others that you don't live a sad, pathetic existence.

I am not a big fan of Frank Wu but that man at least has a work ethic. Not only does he work a job that allows you both to live your life in comfort, but he also came home and did the job your lazy ass couldn't be bothered to do. It's cliché but true - respect is something earned and you haven't done a damn thing to get it. Bitch.

All this just so Frank can stick his tiny erect penis in Mr. Flynt's putrescent wound hole.

Fuck, at least Zoe Quinn has an actual pussy.
 
Back
Top Bottom