posts-go/posts/2023-04-01-games.md

106 lines
3.0 KiB
Markdown
Raw Normal View History

2023-04-01 03:32:15 +00:00
# Games 4 fun
2023-08-05 18:56:25 +00:00
Just a little note about apps, games, settings for next time playing :D Please
have fun, of course :D
2023-04-01 03:32:15 +00:00
I have tested all software below on:
- My work laptop (Macbook Pro M1 (2020)).
2023-04-01 03:52:55 +00:00
If below links die, I will try to scrape Internet to get a new link.
2023-04-01 03:32:15 +00:00
## PS2 emulator
2023-08-05 18:56:25 +00:00
I use [PCSX2](https://github.com/PCSX2/pcsx2). Currently it supports macOS on
nightly builds, but it's good enough.
2023-04-01 03:32:15 +00:00
![pcsx2-000](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-000.png)
2023-04-01 06:14:11 +00:00
Should download BIOS, I go with USA version:
- [Here](https://emulation.gametechwiki.com/index.php/Emulator_files#PlayStation_2)
- [Another here](https://cdromance.com/bios-files/)
2023-04-01 03:32:15 +00:00
Should enable cheats:
![pcsx2-001](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-001.png)
2023-08-05 18:56:25 +00:00
For cover art of games, please use
[xlenore/ps2-covers](https://github.com/xlenore/ps2-covers).
2023-04-01 03:32:15 +00:00
### [Resident Evil 4](https://wiki.pcsx2.net/Resident_Evil_4)
You can download it [here](https://cdromance.com/ps2-iso/resident-evil-4-usa/).
2023-08-05 18:56:25 +00:00
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.
2023-04-01 03:32:15 +00:00
After download HD textures, please extract then copy to PCSX2 texture folder.
2023-08-05 18:56:25 +00:00
Remember to rename it to serial name (SLUS-21134, ...), because different region
has different serial name.
2023-04-01 03:32:15 +00:00
Settings below are for Resident Evil 4 only.
2023-08-19 07:06:51 +00:00
If using macOS please switch Graphics/Renderer to Vulkan or Metal. For other OS,
I haven't tested yet.
2023-04-01 03:32:15 +00:00
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)
2023-08-05 18:56:25 +00:00
For hacking, create file with content below in PCSX2 cheat folder. Remember to
rename it to crc.pnach (013E349D.pnach, ...).
2023-04-01 03:32:15 +00:00
```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
```
2023-04-01 03:52:55 +00:00
2023-04-01 09:11:20 +00:00
Beautiful result!
![pcsx2-005](https://raw.githubusercontent.com/haunt98/posts-images/main/pcsx2-005.png)
2023-04-01 03:52:55 +00:00
## PS3 emulator
2023-08-05 18:56:25 +00:00
I use [RPCS3](https://github.com/RPCS3/rpcs3). Currently it supports macOS on
nightly builds.
2023-04-01 03:52:55 +00:00
2023-08-05 18:56:25 +00:00
Download
[PS3 Firmwares](https://www.playstation.com/en-us/support/hardware/ps3/system-software/).
2023-04-01 03:52:55 +00:00
Links to download games, ... for PS3:
- [NoPayStation](https://nopaystation.com/)
- [PS3 Games Updates](http://demo.aldostools.org/updates.html)