Looking for insights from Exodus players

I don't remember much from when I played it and I don't want to potentially spoil myself with articles so I'm asking this directly to people who have played through the whole game.

How much stealth is required in Exodus for the good ending?

I remember this level where I snuck inside a settlement blockade of sorts and I stopped playing after that because I am not a fan of stealth games. I read somewhere that its like Dishonored, too many lethal kills give you the bad ending. Is this true?

reddit.com
u/ManEatingCarabao — 5 days ago
▲ 357 r/DeadSpace

I normally have weak nerves and am very susceptible to jump scares

After several playthroughs I've only now found out dodging has i-frames (was that an i-frame?). I'm very squeamish with any kind of horror and rarely do a successful dodge in this game. I always panic when they get close.

u/ManEatingCarabao — 13 days ago

Toggle single key hold on and off

I'm trying to make a script to toggle the W key when I press with the alt modifier.

I know its not rocket science but it may as well be for me. I just can't wrap my head around these.

https://www.autohotkey.com/docs/v1/KeyList.htm#general

https://www.autohotkey.com/boards/viewtopic.php?t=71414

https://www.autohotkey.com/docs/v2/lib/Loop.htm

I've been using this script as reference. I believe its a V1 script. Toggle mouse click hold on and off with side mouse button 2.

XButton2::
    alt := not alt
    if (alt)
    {
        Click down
    }
    else
    {
        Click up
    }
Return

I am trying to make this script work. When I press W+Alt it will toggle hold W until I press W+Alt again.

W::alt
    if (alt)
    {
        Send {W down}
    }
    else
    {
        Send {W up}
    }
Return

I can't get that to work so I tried mapping to side mouse button 2 using this. But it only it only inputs a single w key press. When I press the mouse button again it I inputs nothing.

XButton1::
    alt := not alt
    if (alt)
    {
        Send {w down}
    }
    else
    {
        Send {w up}
    }
Return
reddit.com
u/ManEatingCarabao — 17 days ago

How to make new account on discord browser app when you have an existing account logged in?

I have an account already logged in and I am trying to add a new account.

This guide isn't helping. I am not seeing the register button.

https://support.discord.com/hc/en-us/articles/31676852332439-Discord-Sign-Up-and-Registration-Guide#h_01JSQF0NJ8JS94AD9MXS7WCFT7

Hopefully for the sake of not being deleted by the mod due to rule8, this is an app/site related issue not an account related issue. I am not seeing the register button on website.

I am using OperaGX if that matters. I am not keen switching browsers or using another purely for Discord so I hope this is not a browser specific problem.

reddit.com
u/ManEatingCarabao — 20 days ago

Alternatives to ScreenToGif?

It used to work fine and I have the latest version but I just can't be bothered to try and fix it anymore.

I use it for very short recordings most are clips of video games if that matters.

reddit.com
u/ManEatingCarabao — 29 days ago

How to access Rage 2 DLC Rise of the Ghosts on pirated copy?

I have the Deluxe Edition from Rexagames and according to Steam the Deluxe edition should have the Rise of the Ghosts expansions.

I looked online and people said you need to connect to Bethesda.net to access it. How do I do this on a pirated version of the game? I try creating a Bethesda account and I get an error.

reddit.com
u/ManEatingCarabao — 2 months ago

Guess which game has (currently) non-functional conveyor belts

Its Everwind. I hope they do something with this. The fully mobile base already sets it apart from the usual block breaking/crafting game so a working factory mechanic would make it even better. I'm sure Josh would like it.

u/ManEatingCarabao — 2 months ago

Criteria is too broad but I'm open to all recommendations.

For reference I really like first person shooter games where you can see the guns up close and your character manipulating its mechanisms. Bonus points if the guns are unique or high tech like Borderlands and Cyberpunk.

Third person shooters are also my jam whether its high action or not. The gun combat in RE4 Remake and RE Requiem and Dead Space series. Normally I like fast paced action games but the slow to medium paced combat in horror games where you need to make every shot count is also really good to me. I'm not big on Souls-likes but Remnant was really enjoyable for me although a tad bit difficult.

reddit.com
u/ManEatingCarabao — 2 months ago

The starter pack DLCS, uplay activation, etc.

I can't ask on their discord because it requires mobile verification and my mobile is seemingly still connected to my old and deleted discord account.

reddit.com
u/ManEatingCarabao — 2 months ago

I've had a fun in Hydroneer and I've pretty much exhausted what Hytale currently has.

I'm keeping an eye out for Windrose. It seems good but fairly new and I'd like to wait for a few more updates before I jump in.

I'm trying to get into Mon Bazou but I'm having a hard time figuring out what to do in it without looking at a guide. I'd like a game I can figure out intuitively.

reddit.com
u/ManEatingCarabao — 2 months ago