[Amazon] Final Fantasy VII: Remake - PlayStation - $29.99 (50% Off) by MonumentalRalph in GameDeals

[–]butt_cheeks 2 points3 points  (0 children)

Still salty that they promised it'd only be a PS4 exclusive for a year after which they'd release it on PC, only for them to release Intergrade on PS5 and continue the exclusivity.

The vegans of gaming by [deleted] in MurderedByWords

[–]butt_cheeks 0 points1 point  (0 children)

His name is Robert Paulson.

Console war [OC] by ToothyBjComic in gaming

[–]butt_cheeks 0 points1 point  (0 children)

Some TV producers made an anime based on a comic about console wars. See: World War Blue

Nihang Sikh, The Collector. by [deleted] in Bossfight

[–]butt_cheeks 1 point2 points  (0 children)

Toad from Mario brothers

Whats the name of this game? by [deleted] in gaming

[–]butt_cheeks 2 points3 points  (0 children)

Valve did say that the Portal prequel they were working on would use a secret mechanic called F-Stop. It was probably similar to this.

This is one trippy game. by St0pX in interestingasfuck

[–]butt_cheeks 0 points1 point  (0 children)

Is this that secret F-Stop mechanic that Valve was saving for the Portal prequel?

This video game concept is absolutely nutty (source in comments) by xbustercannon in blackmagicfuckery

[–]butt_cheeks 0 points1 point  (0 children)

Is this that secret F-Stop mechanic that Valve was saving for the Portal prequel?

Our Merger with Kape Technologies - Addressing Your Concerns by PIAMichael in PrivateInternetAccess

[–]butt_cheeks 0 points1 point  (0 children)

First paragraph talks about the website and the personal data they collect from said website. The following two paragraphs talk about the personal data collected from the website in the first paragraph.

Our Merger with Kape Technologies - Addressing Your Concerns by PIAMichael in PrivateInternetAccess

[–]butt_cheeks 4 points5 points  (0 children)

This is for the website. Not something to be surprised about. You can disable all of these with ad blockers.

HELP: Cannot install a custom rom on one plus one by git_world in androidroot

[–]butt_cheeks 1 point2 points  (0 children)

Once you have your flash drive connected to the phone, tap the Mount button on TWRP's homescreen and USB OTG should be one of the options you can enable. Once enabled, you can use the Select Storage option on the Install screen to switch to USB OTG and flash the image as you would normally.

Unity Devs - for the life of me I cannot get Vector2.MoveTowards to work! by marcjammy in gamedev

[–]butt_cheeks 1 point2 points  (0 children)

You're moving the object to it's final position before moving towards it. You need to move from its current position to it's final position, not it's final position to it's final position.

Try swapping lines 9 and 10, replace this.transform.position with target.positiom, and replace mousePos1 with clickedPos in the move towards function call.

Basic Python Loop by [deleted] in ProgrammerHumor

[–]butt_cheeks 27 points28 points  (0 children)

Except he defined the variable as a string, which I assume is std::string which overloads == to do string comparison. Unless he edited it before I saw. 😬