This only applies if you don't have an Intel CPU. The instructions can be found on reddit (link below). The only thing I want to add is that you need to backup your .exe before you screw around with hex-editing it. I'm skipping Cyberpunk 2077 for now so I haven't tried this myself. It just seemed too genre-appropriate to not post.

https://old.reddit.com/r/pcgaming/comments/kbsywg/cyberpunk_2077_used_an_intel_c_compiler_which/

EDIT: Corporate kill-team got the post. Here's a different way (and easier) to do the same thing. https://github.com/yamashi/AmdCyberpunkPatch/releases/tag/v0.1.2 . Don't forget to back-up the stuff it replaces. Also try the game first and then hack it afterwards to see if there are improvements. Hack the planet!

  • The_word_of_dog [he/him]
    ·
    edit-2
    4 years ago

    It's just not ready lol

    It's legitimately a cool fucking game, it just should have been released like this coming summer or something

    Edit: trying out the patch. Legitimately a massive frame gain. Smooth while driving around now while on a 3200g.

      • CanYouFeelItMrKrabs [any, he/him]
        ·
        4 years ago

        Issue isn't really the testers. It's easy to get a QA team to log thousands of bugs, fixing them all is the time confusing , and therefore expensive, part

      • The_word_of_dog [he/him]
        ·
        4 years ago

        With shit like this it seems like it'd be so easy to radicalize gamers, but here we are

      • throwawaylemmy2 [none/use name]
        ·
        4 years ago

        Huh. Nice. I'll have to check tomorrow maybe. My performance hasn't been too terrible, but giving it more cores would certainly help. I just worry it'll be a pain in the ass to keep up to date as they hotfix this.

    • Octopustober [none/use name]
      hexagon
      ·
      edit-2
      4 years ago

      This is only for PC, I'm pretty sure they used console-specific compilers for consoles. Please don't attempt to hex-edit your console game.

      • aaaaaaadjsf [he/him, comrade/them]
        ·
        edit-2
        4 years ago

        Yeah I would imagine so. But then again this is the developer that thought it would be acceptable to release a game that ran at 720p 16-30fps with crashes on ps4 so I honestly don't know what to expect anymore.

        Please don’t attempt to hex-edit your console game.

        Is that even possible for the average user at all, or possible in general? The only time I've done something even remotely similar was to use config files with hex codes to get PS2 emulation working properly on a PS3.

      • skeletorsass [she/her]
        ·
        edit-2
        4 years ago

        Not really specific. Just LLVM on Playstation and MSVC on X Box. These give output which is not crippled though. It is also typical to tune compiler options carefully.

        You could not edit the console game though because the files are signed and would be invalid.