fceux/web/help/Gamefilecompatibility.html

101 lines
4.5 KiB
HTML
Raw Normal View History

2012-03-23 20:30:31 +00:00
<html>
<head>
<title>Game file compatibility</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 3.8.0.560">
2012-03-23 20:30:31 +00:00
<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>
2012-03-23 20:30:31 +00:00
<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("Gamefilecompatibility");
}
});
2012-03-23 20:30:31 +00:00
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1>Game file compatibility</h1>
<div id="topic_breadcrumb">
<a href="General.html">General</a> &rsaquo;&rsaquo; </div>
</div>
<div id="topic_header_nav">
<a href="General.html"><img src="img/arrow_up.png" alt="Parent"/></a>
<a href="Gettingstarted.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="CommandLineOptions.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
2012-03-23 20:30:31 +00:00
<p><span class="rvts17">File Formats/Expansion Hardware</span></p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p><span class="rvts16">Valid Game Types</span></p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>FCEUX supports the iNES, FDS(raw and with a header), UNIF, and NSF file formats. FDS ROM images in the iNES format are not supported; it would be silly to do so and storing them in that format is nonsensical.</p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>FCEUX supports loading ROM/disk images from some types of compressed files. FCEUX can load data from both PKZIP-format files and gzip-format files. Only the "deflate" algorithm is supported, but this is the most widely used algorithm for these formats.</p>
<p><span class="rvts16"><br/></span></p>
2012-03-23 20:30:31 +00:00
<p><span class="rvts16">Playing from compressed (.zip) files</span></p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>FCEUX is compatible with all compression types compatible with 7z. &nbsp;Compatible types include .7z, .zip, .rar, and .tar.</p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>If an archive file is opened, it will be scanned for the followings extensions: .nes, .fds, .nsf, .unf, .nez, .unif. &nbsp;If more than one valid type is detected, a dialog box will open up with a list of available choices.</p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p><span class="rvts16">Automatic IPS Patching (Playing Hacked Games)</span></p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>FCEUX supports automatic IPS patching. &nbsp;</p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>Place the IPS file in the same directory as the file to load, and name it [filename.extension].ips.</p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p> &nbsp; &nbsp; &nbsp; &nbsp;Examples: &nbsp; &nbsp; &nbsp; &nbsp;Boat.nes - &nbsp; &nbsp; &nbsp;Boat.nes.ips</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Boat.zip - &nbsp; &nbsp; &nbsp; Boat.zip.ips</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Boat.nes.gz - &nbsp;Boat.nes.gz.ips</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Boat &nbsp; &nbsp; - &nbsp; &nbsp; &nbsp; &nbsp; Boat.ips</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;</p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>(Some operating systems and environments will hide file extensions. Keep this in mind if you are having trouble.)</p>
<p><br/></p>
2012-03-23 20:30:31 +00:00
<p>Patching is supported for all supported formats (iNES, FDS, UNIF, and NSF), but it will probably only be useful for the iNES and FDS formats. UNIF files can't be patched well with the IPS format because they are chunk-based with no fixed offsets. </p>
<p></p>
2012-03-23 20:30:31 +00:00
<p class="rvps2"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="http://www.helpndoc.com/feature-tour">Easily create Help documents</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
2016</div>
2012-03-23 20:30:31 +00:00
</div>
</body>
</html>