forked from 2767mr/font-fix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.08 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>File and Folder Open Buttons</title>
<script type="module" src="index.js"></script>
<link href="style.css" rel="stylesheet">
</head>
<body>
<h1>CrossAndroid Font Fixer</h1>
<hr>
<button onclick="openFile()">Open Files</button>
<hr>
<h2>Bug: your text looks like this</h2>
<img src="ship.jpg">
<img src="menu.jpg">
<h2>The fix</h2>
<p>Rebuilding the .obb file after having fixed the game files with this tool.</p>
<h3>Step-by-step guide</h3>
<ol>
<li>Open your CrossCode installation directory</li>
<li>Navigate to assets/media/font</li>
<li>Click on "Open Files" and select all files, with the exception of:
<ul>
<li>icons-keyboard.png (causes an error)</li>
<li>hall-fetica.png (unused by the game, gets corrupted)</li>
</ul>
</li>
<li>Replace the existing game files with the fixed ones generated by the tool; keep the game files you didn't put through the tool as they already are</li>
<li>Rebuild the obb file</li>
</ol>
</body>
</html>