feat: add games

main
sudo pacman -Syu 2023-04-01 10:32:15 +07:00
parent 6a43ead0e1
commit fd81465885
4 changed files with 316 additions and 0 deletions

233
docs/2023-04-01-games.html Normal file
View File

@ -0,0 +1,233 @@
<!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"
/>
</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">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>
<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 from
<a
href="https://emulation.gametechwiki.com/index.php/Emulator_files#PlayStation_2"
rel="nofollow"
>here</a
>. I go with USA version.
</p>
<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>If below links die, I will try to scrape Internet to get a new link.</p>
<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>
<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>

View File

@ -63,6 +63,7 @@
</li>
<li><a href="2023-03-05-incident">Incident come and go</a></li>
<li><a href="2023-03-30-fonts">Fonts</a></li>
<li><a href="2023-04-01-games">Games 4 fun</a></li>
</ul>
<div>

81
posts/2023-04-01-games.md Normal file
View File

@ -0,0 +1,81 @@
# Games 4 fun
Just a little note about apps, games, settings for next time playing :D
Please have fun, of course :D
I have tested all software below on:
- My work laptop (Macbook Pro M1 (2020)).
## PS2 emulator
I use [PCSX2](https://github.com/PCSX2/pcsx2).
Currently it supports macOS on nightly builds, but it's good enough.
![pcsx2-000](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-000.png)
Should download BIOS from [here](https://emulation.gametechwiki.com/index.php/Emulator_files#PlayStation_2).
I go with USA version.
Should enable cheats:
![pcsx2-001](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-001.png)
For cover art of games, please use [xlenore/ps2-covers](https://github.com/xlenore/ps2-covers).
### [Resident Evil 4](https://wiki.pcsx2.net/Resident_Evil_4)
If below links die, I will try to scrape Internet to get a new link.
You can download it [here](https://cdromance.com/ps2-iso/resident-evil-4-usa/).
I recommend to use [HD textures](https://gbatemp.net/threads/resident-evil-4-hd-textures-update-2.615869/), it's better for your eyes.
[Direct download link](https://www.mediafire.com/file/eyspelayfqtfz7a/R.4.hd.textures.xXthe.RockoXx.rar/file) if forum dies.
Please give thanks to [xXtheRockoXx](https://ko-fi.com/xxtherockoxx) for his work.
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.
Settings below are for Resident Evil 4 only.
If using macOS please switch Graphics/Renderer to Vulkan.
For other OS, I haven't tested yet.
In Graphics/Rendering:
- Internal Resolution: 3x Native
- Anisotropic Filtering: 16x
![pcsx2-002](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-002.png)
In Graphics/Texture Replacement:
- Enable Load Textures
- Disbale Async Texture Loading
- Disable Precache Textures
![pcsx2-003](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-003.png)
In Graphics/Post-Processing:
- Sharpening/Anti-Aliasing: Sharpen and Resize
- Sharpness: 30%
![pcsx2-004](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-004.png)
For hacking, create file with content below in PCSX2 cheat folder.
Remember to rename it to crc.pnach (013E349D.pnach, ...).
```txt
// 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
```

View File

@ -15,3 +15,4 @@ This is where I dump my thoughts.
- [Speed up writing Go test ASAP](2022-12-25-go-test-asap)
- [Incident come and go](2023-03-05-incident)
- [Fonts](2023-03-30-fonts)
- [Games 4 fun](2023-04-01-games)