Skip to content

Commit

Permalink
Update install.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mattieFM authored Aug 28, 2024
1 parent e16834e commit ca0612b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion www/dev/tutorials/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ <h1>Windows Installer</h1>
<ol>
<li>Navigate to the release you would like to download IE: latest build. <a target="_blank" href="https://github.com/mattieFM/FearAndHungerModManager/releases">Releases</a></li>
<li>
<h3>Decrypt your game files</h3>
<p>Decrypting your game files is the process of converting encrypted .rpgmv files into non-encrypted files (such as .png) <br>
this can be done by using a windows program linked in the #readme channel of the discord or searching for other tools for rpgmakermv file decryption.<br>
<b>IMPORTANT:</b> If you use a different tool than the one linked in discord you will need to verify that within the "settings.json" file the option "hasEncrytpedFiles" is set to "false"
</p>
<h3>File Decrypter alternative link</h3>
<p>In the readme of the discord server: https://discord.gg/PAUddX5g2x</p>
</li>
Expand All @@ -29,6 +34,15 @@ <h1>Manual Install</h1>

<b>NOTE for MAC and LINUX (unix systems):</b> The game will not be a .exe file, it will likely appear to only be one executable file, rgpmaker tends to bundle distributions for mac and linux, as such to find the files referenced below open the game file as though it were an archive to view the bundled files.
<ol>
<li>
<h3>Decrypt your game files</h3>
<p>Decrypting your game files is the process of converting encrypted .rpgmv files into non-encrypted files (such as .png) <br>
this can be done by using a windows program linked in the #readme channel of the discord or searching for other tools for rpgmakermv file decryption.<br>
<b>IMPORTANT:</b> If you use a different tool than the one linked in discord you will need to verify that within the "settings.json" file the option "hasEncrytpedFiles" is set to "false"
</p>
<h3>File Decrypter alternative link</h3>
<p>In the readme of the discord server: https://discord.gg/PAUddX5g2x</p>
</li>
<li>Navigate to the release you would like to download IE: latest build. <a target="_blank" href="https://github.com/mattieFM/FearAndHungerModManager/releases">Releases</a></li>
<li>Expand the 'assets' dropdown.</li>
<li>Click the "Source Code (Zip)" button</li>
Expand Down Expand Up @@ -93,4 +107,4 @@ <h1>Local CO-OP/ running 2 instances</h1>

</p>

</body>
</body>

0 comments on commit ca0612b

Please sign in to comment.