Has anyone found out how to fix this?

Has anyone found out how to fix this?

I'm on PS5. I've had this bug since a few months after release. I've sent several bug reports already.

The sheath is permanently stuck on Naoe on the fourth loadout. I've tried unequipping everything in all loadouts and restarting the game, equip and unequip that specific katana, I've stashed it into storage, customize various katanas. The only solution I've found online that I haven't done is reloading a save before the bug happened which I don't have anymore because I've had this for so long now.

Has anyone found a solution or is this just another permanent bug?

u/ManEatingCarabao — 2 days ago

[TOMT][2000s] Looking for a Filipino movie with mud monsters hunting teenagers in a jungle

I only vaguely remember it. The monsters remind me of the ones from Descent but they look like they are covered in dark mud. They hide underground but the movie takes place above ground unlike Descent.

I can't remember who the actors were but they portrayed teenage characters. They were a group of not more than 10 members. They were camping or hiking with a broken down car maybe.

reddit.com
u/ManEatingCarabao — 21 days ago

Do you think hiding in bushes and tall grass is a good stealth mechanic?

I don't think its overused yet but I've seen it plenty of times already. AC3 until Rogue had it if I remember correctly. The Layla Hassan trilogy and AC Shadows had it. Ghost Of series. Horizon series. Far Cry series.

I replayed Unity and Syndicate and realized how challenging it was staying stealthy in urban settings with no bushes or foliage to hide in. Unity not having a whistle button made it more interesting because I have to briefly expose myself to lure enemies to my hiding spots. This made me feel like hiding in bushes and grass is too easy.

But then again I suppose they had to make do with what the settings have to offer. I really shouldn't expect too many structures to hide around in ancient Egypt or rural Japan.

reddit.com
u/ManEatingCarabao — 21 days ago

If and when the series moves forward I hope they continue adding the language used in the game's setting

Growing up bilingual in a non-primarily English speaking country I've gotten used to reading subtitles and I like hearing other languages.

The immersive mode in Shadows was great and I hope they keep using that. I've replayed Unity and Odyssey and I didn't know Unity had a French option when I first played it but thinking about it now I realized French is a common language setting in games. I was disappointed to find Odyssey had no Greek language option. I can't remember if the Ezio games had an Italian option. I can't remember the exact countries Ezio travelled to in his trilogy but if they do remake those games I hope they add Immersive language mode.

I like playing games in their original setting's language. The Metro series in Russian, Ghost Of series in Japanese. I tried playing Witcher 3 in Polish but I liked the English dub more.

Even games spoken in English its great when they use that country's slang like in Still Wakes The Deep they say "lecky" to abbreviate electricity. Its nerdy but I feel like I learn new things when listening to other languages and dialects.

reddit.com
u/ManEatingCarabao — 1 month ago

How complex is this game and how much commitment do I need to get experience everything in it?

I've run out of things to do in Hydroneer and whenever people ask recommendations on similar games Satisfactory is always mentioned.

My main exposure to this game is Let's Game It Out and I'm not really big on factory and automation games. I got hooked on Hydroneer because of how simple it is and because Josh of LGIO made it look so fun.

Scrolling through this sub made me think it might not be for me it just looks too complicated for my tastes. But I am looking for insights from people who have experienced the game firsthand.

Edit: I believe I have enough info to decide to skip this game. I probably should have mentioned I am looking for a casual game that I will play in short bursts and based on the responses it seemed like I won't be getting much satisfaction by playing this way. All based on personal preferences I just prefer to sink more gaming time on other genres.

reddit.com
u/ManEatingCarabao — 1 month ago

Action movies with the most action sequences that you have seen

My dad likes action movies and I often see him fast forwarding past long dialogue scenes.

I recently watched a movie called Mayhem, its original title is Farang, and the action was good but it had a very slow build up and by the time the action starts the movie is already more than halfway through.

We've rewatched the John Wick movies a lot already.

I found two movies but I haven't seen them yet, The Night Comes for Us and Shadow Strays. Are these good?

I saw that Iko Uwais is in The Night Comes for Us and I remember seeing him in Wu Assassins. I've looked into some of his movies and the Raid movies look good. I might look for more of his movies.

reddit.com
u/ManEatingCarabao — 2 months ago

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 — 2 months 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 — 2 months 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 — 2 months 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 — 2 months 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 — 2 months 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 — 3 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 — 3 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 — 4 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 — 4 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 — 4 months ago