- Aug 8, 2017
- 3
- 0
For those who do not know this game, Corruption of Champions 2 is a text-based RPG porn game made in HTML. If you want to try it, you can get the game here: https://f95zone.to/threads/corruption-of-champions-ii-v0-6-1-savin-salamander-studios.11371/
If you know this game, you should know that it is made to run only on a 64-bit operating system, and I bet you wondered if it can be made to run on a 32-bit operating system, if that's the case, then I have the solution (I tested this on a 32-bit version of Windows 7).
For this we will need NW.js, a standalone HTML viewer that supports modern Javascript and CSS3. Corruption of Champions 2 also uses something like this called "Electron", what we will do is replace the program that runs the game. So let's get started.
To do this, you will need to:
1. Download NW.js v0.40.2 or higher and extract it (make sure it's the 32-bit version).
2. Download "Corruption of Champions 2" and extract the "resources" folder.
3. Move the "resources" folder to the NW.js folder.
4. Make a new batch file with the following code and save it inside the NW.js folder.
5. Run the batch file.
6. ???
7. Profit.
Really, it's such a simple thing to do that I wonder why the developer chose not to support 32-bit operating systems. Anyway, I hope this was useful if you wanted to play this game but couldn't because of the system requirements.
If you know this game, you should know that it is made to run only on a 64-bit operating system, and I bet you wondered if it can be made to run on a 32-bit operating system, if that's the case, then I have the solution (I tested this on a 32-bit version of Windows 7).
For this we will need NW.js, a standalone HTML viewer that supports modern Javascript and CSS3. Corruption of Champions 2 also uses something like this called "Electron", what we will do is replace the program that runs the game. So let's get started.
To do this, you will need to:
1. Download NW.js v0.40.2 or higher and extract it (make sure it's the 32-bit version).
2. Download "Corruption of Champions 2" and extract the "resources" folder.
3. Move the "resources" folder to the NW.js folder.
4. Make a new batch file with the following code and save it inside the NW.js folder.
Code:
start nw --user-data-dir="%localappdata%/coc2electron/" --url="%cd%/resources/app/index.html"
6. ???
7. Profit.
Really, it's such a simple thing to do that I wonder why the developer chose not to support 32-bit operating systems. Anyway, I hope this was useful if you wanted to play this game but couldn't because of the system requirements.
Last edited: