Skip to content

Commit

Permalink
more clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeMC committed Jun 13, 2024
1 parent 11eaa74 commit dd8b047
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@
</head>
<body>
<h1>Kingdom Hearts 1.5+2.5 + DDD Savefile Converter</h1>
<h2>To use this tool, you first must create an empty savefile to convert to (so an empty KHIIFM_WW.png if you want to convert to Steam or an empty KHIIFM.png if you want to convert to Epic Games)
<h2>To use this tool, you first must create an empty savefile (in-game, not manually) to convert to.</h2><h4>(so an empty KHIIFM_WW.png if you want to convert to Steam or an empty KHIIFM.png if you want to convert to Epic Games)</h4>
<h3>Convert from (put your original savefile here):</h3>
<input type="file" id="file1" accept=".png">
<h3>Convert to (put your empty savefile you want to play with here):</h3>
<h3>Convert to (put your empty savefile here):</h3>
<input type="file" id="file2" accept=".png">
<br><br>
<button onclick="copyHexOffsets()">Convert</button>
<br><br>
<a id="download1" style="display: none;">Download converted savefile</a>

<br><br><h3>This can also be used to convert somebody else's savefile to yours.</h3>
<h3>If you only want to convert an individual save slot rather than the whole file, you can use <a href="https://github.com/Xeeynamo/KingdomSaveEditor/releases/tag/v1.15.5">Kingdom Save Editor</a> instead.<h3>
<h3>If you wish to also carry over your achievements, you can do it manually using <a href="https://github.com/syntax-tm/SteamAchievementManager/releases/latest">Steam Achievement Manager</a>.
<h4><a href="https://github.com/kh-savefileconverter/kh-savefileconverter.github.io/blob/main/copyHexOffsets.js">This tool doesn't do a lot btw -it just copies over hex offsets</a></h4>

<script src="copyHexOffsets.js"></script>
</body>
Expand Down

0 comments on commit dd8b047

Please sign in to comment.