From fd81465885046fb0ed6afa699009cfca1bac368a Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 1 Apr 2023 10:32:15 +0700 Subject: [PATCH] feat: add games --- docs/2023-04-01-games.html | 233 +++++++++++++++++++++++++++++++++++++ docs/index.html | 1 + posts/2023-04-01-games.md | 81 +++++++++++++ posts/index.md | 1 + 4 files changed, 316 insertions(+) create mode 100644 docs/2023-04-01-games.html create mode 100644 posts/2023-04-01-games.md diff --git a/docs/2023-04-01-games.html b/docs/2023-04-01-games.html new file mode 100644 index 0000000..1812ca9 --- /dev/null +++ b/docs/2023-04-01-games.html @@ -0,0 +1,233 @@ + + + + + + + + + + + + +
Index
+

+ 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:

+ +

+ PS2 emulator +

+

+ I use PCSX2. Currently it + supports macOS on nightly builds, but it's good enough. +

+

+ pcsx2-000 +

+

+ Should download BIOS from + here. I go with USA version. +

+

Should enable cheats:

+

+ pcsx2-001 +

+

+ For cover art of games, please use + xlenore/ps2-covers. +

+

+ Resident Evil 4 +

+

If below links die, I will try to scrape Internet to get a new link.

+

+ You can download it + here. +

+

+ I recommend to use + HD textures, it's better for your eyes. + Direct download link + if forum dies. Please give thanks to + 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:

+ +

+ pcsx2-002 +

+

In Graphics/Texture Replacement:

+ +

+ pcsx2-003 +

+

In Graphics/Post-Processing:

+ +

+ pcsx2-004 +

+

+ 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/docs/index.html b/docs/index.html index 52f9173..7808d89 100644 --- a/docs/index.html +++ b/docs/index.html @@ -63,6 +63,7 @@
  • Incident come and go
  • Fonts
  • +
  • Games 4 fun
  • 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)