readme.html: add some documentation on creating new NEDs.
parent
21647b3f83
commit
3f81d0c643
|
@ -96,6 +96,13 @@ body {
|
||||||
<li>Mummy</li>
|
<li>Mummy</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h3>How to create your own Neo Exdeath graphics</h3>
|
||||||
|
<p>You will need two things:</p>
|
||||||
|
<ul>
|
||||||
|
<li>An image editor that supports PNG. I suggest Krita, Aseprite, or similar.</li>
|
||||||
|
<li><a href="https://github.com/VulpineAmethyst/png2ned">png2ned</a>; read the instructions there.</li>
|
||||||
|
</ul>
|
||||||
|
<p><tt>png2ned</tt> does the hard work, but once the graphics are inserted in to the ROM, you will need to use a program like <a href="https://www.romhacking.net/utilities/240/">LunarIPS</a> or <a href="https://www.romhacking.net/patch/">RHDN's online patcher</a> to create a patch by providing the unmodified ROM and the patched ROM.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue