In 2015, King/Z2 made the "Paradise Bay" game which they discontinued in 2018, with servers closing. At the time I was playing this game. I wanted to re-play it but couldn't as the servers closed.
Fortunately, the servers URLs are just in an array in the game-info.json file, which is stored in the Appx package (on Windows).
The game running on Windows 11 25H2 and being debugged on Visual Studio 2022.
A .appx file is a Microsoft Store package file. Downloading it will allow us to edit its contents.
- Go to https://store.rg-adguard.net/
- Filter by ProductId, search for
9nblggh5l706 - Download
king.com.ParadiseBay_3.9.0.0_x86__kgqvnymyfvs32.appx(the last file) and move it in this folder.
- Enable "Developer Mode": Go to Settings > System > For developers > Enable "Developer Mode"
- Run
install.bat
If you have any issues while installing or playing the game don't hesitate to open a GitHub issue!!
You need to install Go to run it. Then, run start.bat.