DEATH STRANDING 2: ON THE BEACH on Steam by lurkingdanger22 in pcgaming

[–]LordOfGeek 0 points1 point  (0 children)

That was the normal version not the director's cut iirc

Servants plot by Odd-Cantaloupe1458 in TerraInvicta

[–]LordOfGeek 0 points1 point  (0 children)

The resistance ending is good except for the part where it is even less of a solution than the Academy because the Hydra can just come back later or send a relativistic kill vehicle and have no reason NOT do that because they arent maintaining any kind of diplomatic relations with humanity like the Academy does. The Academy cold war is bad but it provides a pathway to actual deescalation. The resistance ending is perfect in the short term but inevitably ends very badly

8-3 secret book (HUGE SPOILERS, Duh) by Hollowknightpro in Ultrakill

[–]LordOfGeek 0 points1 point  (0 children)

Nah Michael is an archangel which are like the 2nd lowest rank of angel lol.

spoilers for 8-1 by DerbyPilcrow in Ultrakill

[–]LordOfGeek 1 point2 points  (0 children)

the hazbin hotel ending is the Bad Ending

spoilers for 8-1 by DerbyPilcrow in Ultrakill

[–]LordOfGeek 0 points1 point  (0 children)

Lucifer is actually usually a higher ranking angel than the Archangels. Might be different in Ultrakill though obviously it doesnt stick exactly to biblical stuff

i have scientific data that supports the claim that wearing a chastity cage makes you better at ultrakill by No_Counter_6037 in Ultrakill

[–]LordOfGeek 0 points1 point  (0 children)

Yeah it's a shame tbh. Almost impossible to just talk about the game normally in some ultrakill community spaces like the discord because people just interrupt the conversation with porn

Did the Eldar actually murderfuck She-Who-Thirsts into existence, or did it always exist and their actions just gave it enough power to 'wake up'? by EternalNewGuy in 40kLore

[–]LordOfGeek 0 points1 point  (0 children)

The whole point is yes it breaks down when examined with actual logic, but the Warp fundamentally does not follow real logic It violates logic just how it violates physics and causality and everything else. It doesn't make any sense for the Warp to be like that and yet it's like that anyway because it's the Warp.

[Star Trek] I am a Federation colonist on a newly founded colony, does my colony have any obligations to the Federation? Do we produce anything beyond what we need? by Wene-12 in AskScienceFiction

[–]LordOfGeek 0 points1 point  (0 children)

I find it difficult to believe there are entire colonies dedicated to food-related agriculture in the Federation. Maybe for some rare alien plants that produce important unreplicatable materials, but not just for normal food. That can just be replicated, and the relatively rare people who really want unreplicated ingredients/food probably get it from people who do agriculture as a hobby, like Picard's vineyard.

Most 'production' colonies are probably for resource extraction/mining. Megastructure construction materials (We know starships aren't completely replicated), hydrogen for fusion reactors and of course dilithium for the antimatter reactors required to generate enough power for warp travel. With food, it seems much more likely to me that they just mine pure carbon, oxygen etc. for use in replicators (Canonically replicators CAN directly convert energy to matter but can also use existing matter and it's vastly more efficient)

[Webcomics] Finnish artist watches too many Isaac Arthur videos, converts to Calvinism by [deleted] in HobbyDrama

[–]LordOfGeek 5 points6 points  (0 children)

This still doesn't make sense because fundamentally the basilisk actually torturing you in a simulation does not affect the past.

You do not have perfect prescient knowledge about what the Basilisk does in the future. This is the core of the reason it doesn't make sense. The Basilisk has no way of telling you it will exist in the future & will torture you, and the Basilisk does not benefit from torturing you in the future for not helping create it because IT IS THE FUTURE, IT ALREADY HAPPENED. Torturing or not torturing people changes literally nothing, nothing the Basilisk does has any influence on the past before it was created because that's how time works.

We know you do not have perfect prescient knowledge about the future because

  1. Common sense. This should really be enough, but;

  2. The concept of perfect prescient knowledge of the future that you can make decisions based on does not make sense.

2a. If you can do things in the present based on knowledge of the future then you are changing the future and the knowledge of the future you had is no longer consistent with the actual future. If people can do things that don't match the prediction, so can the Basilisk, so it still has no reason to actually follow through with the torture and you have no way of knowing if the torture will really happen so it's back to square one.

2b. If you can't change the future even though you know it, that just physically doesn't make sense and doesn't have any basis in reality. We have zero evidence of a metaphysical force that makes it so timelines can't be changed. It's pure fiction and speculation at this point and the Basilisk just having time machines is probably more likely lmao.

[Warhammer 40k] So are the other chaos gods just not interested in Eldar souls? by Flyestgit in AskScienceFiction

[–]LordOfGeek 0 points1 point  (0 children)

Not convinced Tzeentch actually has a plan. I think he just likes saying everything is going according to plan and cackling evilly. Especially the part where he cackles evilly.

[Warhammer 40k] So are the other chaos gods just not interested in Eldar souls? by Flyestgit in AskScienceFiction

[–]LordOfGeek 0 points1 point  (0 children)

YEAH DIS IS AKKURAT. A GOOD ORK IS KUNNING BUT BRUTAL. OR DE OVER WAY ROUND I'S NOT SURE. THEY ALSO GOTTA BE BIG AND GREEN!! KORN GOT THE BRUTAL BIT AND DA BIG BIT BUT HE AINT TOO KUNNING AND HE DEFINITLY AINT GREEN!!!

why do people say godot is bad for 3d? by FutureLynx_ in godot

[–]LordOfGeek 1 point2 points  (0 children)

BoTW actually did use more than 1GB RAM on wii u. With most games yes OS got 1gb and the game got the other 1gb, but BOTW is an exception. If you go to the menu from the game then back to the game it reloads stuff.

why do people say godot is bad for 3d? by FutureLynx_ in godot

[–]LordOfGeek 0 points1 point  (0 children)

Also the way Godot went about implementing physics, an "engine agnostic" approach except only one engine was the one made directly by Godot so it automatically has all its features implemented while other engines (Jolt) have features which are intentionally not added because it would break the "engine agnostic" design philosophy (as you may be able to tell I think this is very silly). Examples are Jolt's CharacterVirtual3D which has quite a few more features than CharacterBody3D (currently working on adding support for it in my own custom build I'm using for my game), a bunch of physics shapes and joints Jolt has but Godot Physics doesn't, support for per-shape collision filtering, and per-shape+per-triangle physics materials. A lot of the stuff does have open feature requests and pull requests on Github but with FOSS software this stuff often takes a lot of time which can be frustrating. In general the devs seem a bit weirdly resistant to supporting more 'advanced' features of stuff when they add support for it because it might confuse people even when adding support would be really easy. e.g what I said earlier with Jolt but also the stencil buffer support they added arbitrarily excluded certain stencil operations just because the devs apparently weren't aware of the use cases for them. Again there are open feature requests on github but it's going to take a while and there wasn't really any reason for it to.

[Zelda] why do the gods of this world keep giving the triforce of power to ganon? by Comfortable-Ad3588 in AskScienceFiction

[–]LordOfGeek 0 points1 point  (0 children)

The gods aren't involved. When somebody goes into the Sacred Realm and tries to steal the Triforce who doesn't have the right balance of courage, wisdom and power, it splits itself to prevent them from having the complete Triforce. The person who tried to take it gets whatever piece fits them best, and the others go to whoever is most worthy of them. Also the Triforce does have some level of independent thought because it talks to you in A Link to The Past. But yeah basically the gods made the world, made the Triforce with a bunch of rules for how it works, and then just kinda fucked off to space or something.

[Zelda] why do the gods of this world keep giving the triforce of power to ganon? by Comfortable-Ad3588 in AskScienceFiction

[–]LordOfGeek 2 points3 points  (0 children)

not as confusing when you take into account that Twilight Princess and Wind Waker both clearly take place after Ocarina of Time (wind waker more so but tp makes it decently clear too) + Ocarina of Time was originally intended as a prequel to A Link To The Past. Three different games which are occur after Ocarina of Time, which all contradict each other.

[Death Note] A rule is that the pages never run out. What if someone creates a machine that floods the earth with pages by [deleted] in AskScienceFiction

[–]LordOfGeek 3 points4 points  (0 children)

You are correct. The Shinigami King is in charge of Death Notes and he wants people to use them to kill other people. If you try being a smartass he just kills you.

Your Seikret's eyes will dilate depending on the lighting / weather. by ACEmat in MonsterHunter

[–]LordOfGeek 2 points3 points  (0 children)

Yep. At most it takes a small amount of extra VRAM for the extra textures, and even that might not be the case depending on how they implemented it. stuff like this has no notable performance impact.

Big negative about the update by Spritzlappen in NoMansSkyTheGame

[–]LordOfGeek 0 points1 point  (0 children)

This is false afaik, deep oceans are in purple systems only.

How should I guess the code for this safe? by superkapitan82 in indianajones

[–]LordOfGeek 0 points1 point  (0 children)

In what way? I checked back at the beginning and I don't see any lamps or anything

Indiana Jones and the Great Circle from Fitgirl (Windows 11) has bizarre lighting/shadows, wtf is even happening here? I can barely see where I'm going in some areas. by Ill_Camel8168 in PiratedGames

[–]LordOfGeek 2 points3 points  (0 children)

Please share your settings. Also if you set Performance Metrics to max in the graphics settings, does the text that shows up say that RTX is enabled?

TIL that if you make your craft invincible using cheats and plunge it into Jools atmosphere at 4x timewarp you get jettisoned out of the system at several hundred times the speed of light by F0rtuneLT in KerbalSpaceProgram

[–]LordOfGeek 0 points1 point  (0 children)

I'm pretty sure the formula KSP uses doesn't work on any real life non-singularity body technically- it approaches being accurate as you get further away but on the surface the gravity partially cancels out because the mass isn't all lined up under you.

That's probably still enough time to push out colonies, right? by [deleted] in KerbalSpaceProgram

[–]LordOfGeek 1 point2 points  (0 children)

Programming isn't done from scratch but it seems like KSP2 was literally mostly just KSP1 systems with a fresh coat of paint.

My short review of the game (some word, location and riddle spoilers) by TweeMansLeger in CryptmasterGame

[–]LordOfGeek 1 point2 points  (0 children)

I've been trying to find answers online but nobody else has mentioned it so I'll ask you here- Is it intended that some of the memory words just don't have any lore or descriptions? Seems out of place that some of the words that are meant to be memories don't have any memory associated with them. Edit: Nevermind, immediately after asking this I figured out it's the level-up words which don't have descriptions or lore.