This commit is contained in:
MegaMech
2025-07-06 23:18:27 +00:00
parent 5b2bf26f72
commit f70d3ae152
798 changed files with 21075 additions and 19603 deletions
+2 -2
View File
@@ -115,11 +115,11 @@ Example:</h1>
<p>You want to change other_textures/logo_mario_kart_64 then you just need to create a zip file with the following structure: </p><div class="fragment"><div class="line">textures_pack.zip</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"></a>
</div><!-- fragment --><h1><a class="anchor" id="tools-to-help-1"></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"></a>
<h1><a class="anchor" id="future-plans-1"></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>