fceux/help/ROMHacking.html

99 lines
4.9 KiB
HTML

<html>
<head>
<title>ROM Hacking</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 3.8.0.560">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "fceux.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("ROMHacking");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1>ROM Hacking</h1>
<div id="topic_breadcrumb">
<a href="FAQGuides.html">FAQ / Guides</a> &rsaquo;&rsaquo; </div>
</div>
<div id="topic_header_nav">
<a href="FAQGuides.html"><img src="img/arrow_up.png" alt="Parent"/></a>
<a href="ToolAssistedSpeedruns.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="NESRAMMappingFindingValues.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<p><span class="rvts17">ROM Hacking</span></p>
<p><br/></p>
<p><span class="rvts16">What is ROM Hacking?</span></p>
<p><br/></p>
<p>ROM Hacking is the process of modifying a video game ROM image to alter the game's graphics, dialogue, levels, gameplay, or other gameplay elements. This is usually done by technically-inclined video game fans to breathe new life into a cherished old game, as a creative outlet, or to make essentially new unofficial games using an old game as a foundation.</p>
<p><br/></p>
<p>ROM hacking is generally accomplished through use of a hex editor (a program for editing non-textual data) and various specialized tools such as tile editors, and game-specific tools which are generally used for editing levels, items, and the like, although more advanced tools such as assemblers and debuggers are occasionally used. Once ready, they are usually distributed on the Internet for others to play on an emulator.</p>
<p><br/></p>
<p>For more information on ROM Hacking:</p>
<p><a class="rvts18" href="http://www.gamefaqs.com/console/nes/file/916386/2948">"The ROM Hackers Bible"</a></p>
<p><a class="rvts18" href="http://nesdev.parodius.com/">Parodius - ROM Hacking Community</a></p>
<p><a class="rvts18" href="http://www.rom-hacking.net/old-site/">ROM-Hacking.net Archive</a></p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">FCEUX ROM-Hacking Features</span></p>
<p><br/></p>
<p>FCEUX provides a wealth of tools and resources to aid in hacking NES &amp; FDS games. &nbsp;It features the most current and cutting edge tools debugging and hacking games as well as making the process quicker an easier.</p>
<p><br/></p>
<p><span class="rvts10">Debugging / Reverse engineering:</span></p>
<p><a class="rvts18" href="Debugger.html">Debugge</a><a class="rvts18" href="Debugger.html">r</a>, <a class="rvts18" href="TraceLogger.html">Trace Logger</a>, <a class="rvts18" href="CodeDataLogger.html">Code/Data Logger</a>, <a class="rvts18" href="CheatSearch.html">Cheat Search</a>, <span class="rvts18">RAM Filter</span>, <a class="rvts18" href="MovieRecording.html">Movie Making tools/Frame Advance</a></p>
<p><br/></p>
<p><span class="rvts10">Memory &amp; PPU Viewing:</span></p>
<p><a class="rvts18" href="Debugger.html">Debugger</a>, <a class="rvts18" href="PPUViewer.html">PPU Viewer</a>, <a class="rvts18" href="HexEditor.html">Hex Editor</a>, <a class="rvts18" href="TraceLogger.html">Trace Logger</a>, <a class="rvts18" href="CodeDataLogger.html">Code/Data Logger</a></p>
<p><br/></p>
<p><span class="rvts10">ROM Editing / Game Genie Codes</span></p>
<p><a class="rvts18" href="Debugger.html">Debugger</a>, <a class="rvts18" href="HexEditor.html">Hex Editor</a>, <a class="rvts18" href="CheatSearch.html">Cheat Search</a>, <a class="rvts18" href="GameGenieEncoderDecoder.html">Game Genie Decoder/Encoder</a></p>
<p><br/></p>
<p></p>
<p class="rvps2"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="http://www.helpndoc.com/create-epub-ebooks">Generate EPub eBooks with ease</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
2016</div>
</div>
</body>
</html>