<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link
      rel="stylesheet"
      href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown-dark.min.css"
    />
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Inter&family=JetBrains+Mono&family=Martian+Mono&family=Recursive&display=swap"
      rel="stylesheet"
    />
    <title>haunt98 posts</title>
  </head>
  <style>
    .markdown-body {
      box-sizing: border-box;
      min-width: 200px;
      max-width: 980px;
      margin: 0 auto;
      padding: 45px;
    }

    @media (max-width: 767px) {
      .markdown-body {
        padding: 15px;
      }
    }

    .markdown-body {
      font-family: "Inter", sans-serif;
      <!-- font-family: "Recursive", sans-serif; -->
    }

    .markdown-body code,
    .markdown-body pre {
      font-family: "JetBrains Mono", monospace;
      <!-- font-family: "Martian Mono", monospace; -->
    }
  </style>
  <body class="markdown-body">
    <div><a href="index.html">Index</a></div>
    <h1>
      <a
        id="user-content-games-4-fun"
        class="anchor"
        aria-hidden="true"
        href="#games-4-fun"
        ><span aria-hidden="true" class="octicon octicon-link"></span></a
      >Games 4 fun
    </h1>
    <p>
      Just a little note about apps, games, settings for next time playing :D
      Please have fun, of course :D
    </p>
    <p>I have tested all software below on:</p>
    <ul>
      <li>My work laptop (Macbook Pro M1 (2020)).</li>
    </ul>
    <p>If below links die, I will try to scrape Internet to get a new link.</p>
    <h2>
      <a
        id="user-content-ps2-emulator"
        class="anchor"
        aria-hidden="true"
        href="#ps2-emulator"
        ><span aria-hidden="true" class="octicon octicon-link"></span></a
      >PS2 emulator
    </h2>
    <p>
      I use <a href="https://github.com/PCSX2/pcsx2">PCSX2</a>. Currently it
      supports macOS on nightly builds, but it's good enough.
    </p>
    <p>
      <a
        target="_blank"
        rel="noopener noreferrer nofollow"
        href="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-000.png"
        ><img
          src="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-000.png"
          alt="pcsx2-000"
          style="max-width: 100%"
      /></a>
    </p>
    <p>Should download BIOS, I go with USA version:</p>
    <ul>
      <li>
        <a
          href="https://emulation.gametechwiki.com/index.php/Emulator_files#PlayStation_2"
          rel="nofollow"
          >Here</a
        >
      </li>
      <li>
        <a href="https://cdromance.com/bios-files/" rel="nofollow"
          >Another here</a
        >
      </li>
    </ul>
    <p>Should enable cheats:</p>
    <p>
      <a
        target="_blank"
        rel="noopener noreferrer nofollow"
        href="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-001.png"
        ><img
          src="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-001.png"
          alt="pcsx2-001"
          style="max-width: 100%"
      /></a>
    </p>
    <p>
      For cover art of games, please use
      <a href="https://github.com/xlenore/ps2-covers">xlenore/ps2-covers</a>.
    </p>
    <h3>
      <a
        id="user-content-resident-evil-4"
        class="anchor"
        aria-hidden="true"
        href="#resident-evil-4"
        ><span aria-hidden="true" class="octicon octicon-link"></span></a
      ><a href="https://wiki.pcsx2.net/Resident_Evil_4" rel="nofollow"
        >Resident Evil 4</a
      >
    </h3>
    <p>
      You can download it
      <a
        href="https://cdromance.com/ps2-iso/resident-evil-4-usa/"
        rel="nofollow"
        >here</a
      >.
    </p>
    <p>
      I recommend to use
      <a
        href="https://gbatemp.net/threads/resident-evil-4-hd-textures-update-2.615869/"
        rel="nofollow"
        >HD textures</a
      >, it's better for your eyes.
      <a
        href="https://www.mediafire.com/file/eyspelayfqtfz7a/R.4.hd.textures.xXthe.RockoXx.rar/file"
        rel="nofollow"
        >Direct download link</a
      >
      if forum dies. Please give thanks to
      <a href="https://ko-fi.com/xxtherockoxx" rel="nofollow">xXtheRockoXx</a>
      for his work.
    </p>
    <p>
      After download HD textures, please extract then copy to PCSX2 texture
      folder. Remember to rename it to serial name (SLUS-21134, ...), because
      different region has different serial name.
    </p>
    <p>Settings below are for Resident Evil 4 only.</p>
    <p>
      If using macOS please switch Graphics/Renderer to Vulkan. For other OS, I
      haven't tested yet.
    </p>
    <p>In Graphics/Rendering:</p>
    <ul>
      <li>Internal Resolution: 3x Native</li>
      <li>Anisotropic Filtering: 16x</li>
    </ul>
    <p>
      <a
        target="_blank"
        rel="noopener noreferrer nofollow"
        href="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-002.png"
        ><img
          src="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-002.png"
          alt="pcsx2-002"
          style="max-width: 100%"
      /></a>
    </p>
    <p>In Graphics/Texture Replacement:</p>
    <ul>
      <li>Enable Load Textures</li>
      <li>Disbale Async Texture Loading</li>
      <li>Disable Precache Textures</li>
    </ul>
    <p>
      <a
        target="_blank"
        rel="noopener noreferrer nofollow"
        href="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-003.png"
        ><img
          src="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-003.png"
          alt="pcsx2-003"
          style="max-width: 100%"
      /></a>
    </p>
    <p>In Graphics/Post-Processing:</p>
    <ul>
      <li>Sharpening/Anti-Aliasing: Sharpen and Resize</li>
      <li>Sharpness: 30%</li>
    </ul>
    <p>
      <a
        target="_blank"
        rel="noopener noreferrer nofollow"
        href="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-004.png"
        ><img
          src="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-004.png"
          alt="pcsx2-004"
          style="max-width: 100%"
      /></a>
    </p>
    <p>
      For hacking, create file with content below in PCSX2 cheat folder.
      Remember to rename it to crc.pnach (013E349D.pnach, ...).
    </p>
    <div class="highlight highlight-text-adblock">
      <pre>
// Money
patch=1,EE,2042DA6C,extended,05F5E0FF

// Infinite Health Leon
patch=1,EE,001c27f8,word,00401023

// Infinite Health Ashley
patch=1,EE,001c293c,word,00401023

// Infinite Ammo
patch=1,EE,2012009C,extended,00000000</pre
      >
    </div>
    <p>Beautiful result!</p>
    <p>
      <a
        target="_blank"
        rel="noopener noreferrer nofollow"
        href="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-005.png"
        ><img
          src="https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-005.png"
          alt="pcsx2-005"
          style="max-width: 100%"
      /></a>
    </p>
    <h2>
      <a
        id="user-content-ps3-emulator"
        class="anchor"
        aria-hidden="true"
        href="#ps3-emulator"
        ><span aria-hidden="true" class="octicon octicon-link"></span></a
      >PS3 emulator
    </h2>
    <p>
      I use <a href="https://github.com/RPCS3/rpcs3">RPCS3</a>. Currently it
      supports macOS on nightly builds.
    </p>
    <p>
      Download
      <a
        href="https://www.playstation.com/en-us/support/hardware/ps3/system-software/"
        rel="nofollow"
        >PS3 Firmwares</a
      >.
    </p>
    <p>Links to download games, ... for PS3:</p>
    <ul>
      <li>
        <a href="https://nopaystation.com/" rel="nofollow">NoPayStation</a>
      </li>
      <li>
        <a href="http://demo.aldostools.org/updates.html" rel="nofollow"
          >PS3 Games Updates</a
        >
      </li>
    </ul>

    <div>
      Feel free to ask me via
      <a href="mailto:hauvipapro+posts@gmail.com">email</a> or
      <a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>. Source
      code is available on
      <a href="https://github.com/haunt98/posts-go">GitHub</a>
    </div>
  </body>
</html>