+ 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
+
+
+
+
+
In Graphics/Texture Replacement:
+
+
Enable Load Textures
+
Disbale Async Texture Loading
+
Disable Precache Textures
+
+
+
+
+
In Graphics/Post-Processing:
+
+
Sharpening/Anti-Aliasing: Sharpen and Resize
+
Sharpness: 30%
+
+
+
+
+
+ For hacking, create file with content below in PCSX2 cheat folder.
+ Remember to rename it to crc.pnach (013E349D.pnach, ...).
+
+
+
+// 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
+
+
+
+ Feel free to ask me via
+ email or
+ Mastodon. Source
+ code is available on
+ GitHub
+
diff --git a/posts/2023-04-01-games.md b/posts/2023-04-01-games.md
new file mode 100644
index 0000000..fa6df87
--- /dev/null
+++ b/posts/2023-04-01-games.md
@@ -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
+```
diff --git a/posts/index.md b/posts/index.md
index 5285408..35fa423 100644
--- a/posts/index.md
+++ b/posts/index.md
@@ -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)