This commit is contained in:
coco875
2026-06-29 00:44:52 +00:00
parent 1c0f484f80
commit 68e7b0ba73
66 changed files with 1193 additions and 1153 deletions
+2 -2
View File
@@ -116,11 +116,11 @@ Example:</h1>
<div class="line">└── textures</div>
<div class="line"> └── other_textures</div>
<div class="line"> └── logo_mario_kart_64.png</div>
</div><!-- fragment --><h1><a class="anchor" id="tools-to-help-1"></a>
</div><!-- fragment --><h1><a class="anchor" id="tools-to-help-2"></a>
Tools To Help</h1>
<p>To extract textures from the game you can use <a href="https://github.com/coco875/convert-texture-o2r/releases">convert-texture-o2r</a>. Just place the <code>convert-texture-o2r</code> executable in the same folder as <code>mk64.o2r</code> and drag and drop the <code>mk64.o2r</code> file on it or run it through command line: </p><div class="fragment"><div class="line">convert-texture-o2r mk64.o2r</div>
</div><!-- fragment --><p> This will create a <code>textures</code> folder with all the textures extracted from the game.</p>
<h1><a class="anchor" id="future-plans-2"></a>
<h1><a class="anchor" id="future-plans-3"></a>
Future plans</h1>
<ul>
<li>Make name more meaningful and uniform. (example: change <code>texture_69B140</code>). You can suggest name or make a PR to help rename them/organise them.</li>