two-torial/site/games/nostforte/setup/index.html
2023-08-30 17:14:11 +02:00

643 lines
25 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex,noarchive,nofollow" />
<title>First Time Setup - bemani.guide</title>
<link href="../../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../../css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/darcula.min.css">
<script src="../../../js/jquery-1.10.2.min.js" defer></script>
<script src="../../../js/bootstrap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="bemani.guide" />
<meta property="og:title" content="Nostalgia FORTE - First Time Setup" />
<meta property="og:description" content="" />
<meta property="og:url" content="None" />
<meta property="og:image" content="img/icon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="64" />
<meta property="og:image:height" content="64" />
</head>
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../../..">bemani.guide</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Expanded navigation -->
<div id="navbar-collapse" class="navbar-collapse collapse">
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li class="navitem">
<a href="../../.." class="nav-link">Home</a>
</li>
<li class="dropdown active">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Games <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX 25</a>
<ul class="dropdown-menu">
<li>
<a href="../../iidx25/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../iidx25/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../iidx25/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX 26</a>
<ul class="dropdown-menu">
<li>
<a href="../../iidx26/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../iidx26/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../iidx26/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX 27</a>
<ul class="dropdown-menu">
<li>
<a href="../../iidx27/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../iidx27/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../iidx27/lightning/" class="dropdown-item">Lightning Mode Specifics</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">SDVX</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">SDVX IV</a>
<ul class="dropdown-menu">
<li>
<a href="../../sdvx4/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../sdvx4/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../sdvx4/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">SDVX V</a>
<ul class="dropdown-menu">
<li>
<a href="../../sdvx5/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../sdvx5/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../sdvx5/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Pop&apos;n</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Pop&apos;n Usaneko</a>
<ul class="dropdown-menu">
<li>
<a href="../../popnusaneko/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../popnusaneko/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../popnusaneko/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Pop&apos;n Peace</a>
<ul class="dropdown-menu">
<li>
<a href="../../popnpeace/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../popnpeace/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../popnpeace/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">HELLO Pop&apos;n</a>
<ul class="dropdown-menu">
<li>
<a href="../../hellopopn/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../hellopopn/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">DDR</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">DDR Ace</a>
<ul class="dropdown-menu">
<li>
<a href="../../ddrace/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../ddrace/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../ddrace/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Jubeat</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Jubeat Clan</a>
<ul class="dropdown-menu">
<li>
<a href="../../jubeatclan/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../jubeatclan/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../jubeatclan/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">GITADORA</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">GITADORA Matixx</a>
<ul class="dropdown-menu">
<li>
<a href="../../gitamatixx/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../gitamatixx/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../gitamatixx/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">GITADORA EXCHAIN</a>
<ul class="dropdown-menu">
<li>
<a href="../../exchain/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../exchain/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../exchain/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Reflec Beat</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Reflec Beat: Reflesia</a>
<ul class="dropdown-menu">
<li>
<a href="../../reflesia/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../reflesia/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../reflesia/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">NOSTALGIA</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Nostalgia FORTE</a>
<ul class="dropdown-menu">
<li>
<a href="./" class="dropdown-item active">First Time Setup</a>
</li>
<li>
<a href="../problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Nostalgia Op.2</a>
<ul class="dropdown-menu">
<li>
<a href="../../nostop2/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../nostop2/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../nostop2/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">BeatStream アニムトライヴ</a>
<ul class="dropdown-menu">
<li>
<a href="../../beatstreamfinal/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../beatstreamfinal/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../beatstreamfinal/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">MÚSECA 1+1/2</a>
<ul class="dropdown-menu">
<li>
<a href="../../musecafinal/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../musecafinal/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../musecafinal/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="navitem">
<a href="../../../errorcodes/" class="nav-link">Error Codes</a>
</li>
<li class="dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Extras <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="../../../extras/hexguide/" class="dropdown-item">Beginner Guide to Hex Editing</a>
</li>
<li>
<a href="../../../extras/ascs/" class="dropdown-item">Notes on the Most Common ASCs and Vendors</a>
</li>
<li>
<a href="../../../extras/parts/" class="dropdown-item">Arcade Parts List and Documentation</a>
</li>
<li>
<a href="../../../extras/spiceguide/" class="dropdown-item">SpiceTools Usage, Parameters, and Functionality</a>
</li>
<li>
<a href="../../../extras/spiceerrors/" class="dropdown-item">SpiceTools Error Messages</a>
</li>
<li>
<a href="../../../extras/pollingrates/" class="dropdown-item">List of Touchscreen Monitors and their Polling Rates</a>
</li>
<li>
<a href="../../../extras/streamaudio/" class="dropdown-item">Exclusive Audio Workarounds</a>
</li>
</ul>
</li>
<li class="navitem">
<a href="../../../externalresources/" class="nav-link">External Resources</a>
</li>
<li class="navitem">
<a href="../../../about/" class="nav-link">About</a>
</li>
</ul>
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a rel="prev" href="../../reflesia/hexedits/" class="nav-link">
<i class="fa fa-arrow-left"></i> Previous
</a>
</li>
<li class="nav-item">
<a rel="next" href="../problems/" class="nav-link">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3"><div class="navbar-light navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
<div class="navbar-header">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#toc-collapse" title="Table of Contents">
<span class="fa fa-angle-down"></span>
</button>
</div>
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
<ul class="nav flex-column">
<li class="nav-item" data-level="1"><a href="#nostalgia-forte" class="nav-link">NOSTALGIA FORTE</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#getting-started" class="nav-link">Getting Started</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#configuring-your-tools" class="nav-link">Configuring Your Tools</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#configuring-for-a-local-network" class="nav-link">Configuring for a Local Network</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#configuring-for-an-online-network" class="nav-link">Configuring for an Online Network</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#final-steps-and-setting-up-the-game" class="nav-link">Final Steps and Setting up the Game</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div></div>
<div class="col-md-9" role="main">
<h1 id="nostalgia-forte">NOSTALGIA FORTE</h1>
<div class="admonition danger">
<p class="admonition-title">Warning:</p>
<p>Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data.</p>
<p>If you obtained data from a torrent file, make sure you're not seeding the data before proceeding as well.</p>
<p>Lastly, for demonstrative purposes, this guide uses SpiceTools, you should consult appropriate documentation and requirements of your desired tools as the setup process is likely to be extremely similar.</p>
</div>
<h3 id="getting-started">Getting Started</h3>
<div class="admonition tip">
<p>Before we even touch the game, let's fiddle with our audio settings to minimize any potential audio issues on startup. In Windows, go to <code>Playback Devices</code> and then right click on your default device and go to <code>Properties</code>. From there, hit the <code>Advanced</code> tab and set your <code>Default Format</code> to <code>44100 Hz</code> and check both of the options inside <code>Exclusive Mode</code> as pictured.</p>
</div>
<p><img src="/img/gen/441.png"></p>
<div class="admonition tip">
<p>Once that's done, it's time to work on setting up your data.</p>
<p>After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired 64-bit tools inside the game's main folder and to create a <code>.bat</code> file. Pictured below is what your folder should look like, feel free to name your <code>.bat</code> file whatever you desire, for the sake of convenience we've named ours <code>gamestart.bat</code>.</p>
</div>
<p><img src="/img/nost/1.png"></p>
<h3 id="configuring-your-tools">Configuring Your Tools</h3>
<div class="admonition tip">
<p>Now that you have your files ready, open up your <code>.bat</code> file in your desired text editor (we're using <a href="https://notepad-plus-plus.org/">Notepad++</a>) and edit it with your desired parameters, for the purpose of this guide we will demonstrate ONLY a local network configuration with SpiceTools. Why only local? Because none of the most typical places currently support Nostalgia. Regardless, please keep in mind you can add whatever additional parameters you desire.</p>
</div>
<div class="admonition warning">
<p class="admonition-title">If you're not using SpiceTools:</p>
<p>The overall structure of your .bat file will differ from the guide, namely the initialization of SpiceTools won't be present and potential parameters may differ. As stated above, make sure to check the documentation of your tools to ensure you're using the correct parameters for your needs.</p>
</div>
<h3 id="configuring-for-a-local-network">Configuring for a Local Network</h3>
<div class="admonition tip">
<p>For our local network configuration example, on a single line in the <code>.bat</code> file we're going to type <code>spice64.exe -ea -w</code> and save the file. </p>
<p>What do these different parameters do?</p>
<ul>
<li><code>-ea</code> enables an integrated e-amusement server within SpiceTools.</li>
<li><code>-w</code> will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove <code>-w</code> to run the game fullscreen once you're done setting up!</li>
</ul>
<p>Pictured below, the contents of our <code>gamestart.bat</code> file in Notepad++.</p>
</div>
<p><img src="/img/iidx25/2.png"></p>
<h3 id="configuring-for-an-online-network">Configuring for an Online Network</h3>
<div class="admonition tip">
<p>For our online network example we're simply doing the above but with different parameters! On our single line, we're going to type <code>spice64.exe -p XXXXXXXXXXXXXXXXXXXX -url http://yoururlhere.com/ -w</code> and save the file. </p>
<p>What do these different parameters do? </p>
<ul>
<li><code>-p</code> takes your PCBID on your network of choice, simply replace <code>XXXXXXXXXXXXXXXXXXXX</code> with your PCBID.</li>
<li><code>-url</code> allows you to specify a custom service URL to connect with, simply replace <code>http://yoururlhere.com/</code> with your chosen network's URL.</li>
<li><code>-w</code> will boot the game in windowed mode which will ease our initial setup and testing later, make sure to remove <code>-w</code> to run the game fullscreen once you're done setting up!</li>
</ul>
<p>Pictured below, the contents of our <code>gamestart.bat</code> file in Notepad++.</p>
</div>
<p><img src="/img/iidx25/3.png"></p>
<h3 id="final-steps-and-setting-up-the-game">Final Steps and Setting up the Game</h3>
<div class="admonition tip">
<p>The last steps you'll have to do with your chosen tools is simply setting up your desired keybinds! Make sure you setup the <code>Test</code> keybind as it will be critical for setting up the game. Once you've done that, launch your game for the first time by double clicking the <code>.bat</code> you setup and the game should load.</p>
<p>If it's your first time running the game, you should be automatically forced into the service menu with lots of scary flashing notifications as pictured below, let's work through them.</p>
</div>
<p><img src="/img/nost/2.png"></p>
<div class="admonition tip">
<p>Interestingly, only the red flashing ones really take any effort to deal with. You can start by entering and exiting the following menus: <code>SOUND OPTIONS</code>, <code>GAME OPTIONS</code>, <code>COIN OPTIONS</code>, <code>ECOMODE OPTIONS</code>, and <code>NETWORK OPTIONS</code>. </p>
<p>Once you've done that, enter <code>CLOCK</code> and set the clock by hitting <code>SAVE AND EXIT</code> as pictured below.</p>
</div>
<p><img src="/img/nost/3.png"></p>
<div class="admonition tip">
<p>The final menu we must deal with is <code>VIRTUAL COIN</code>, enter the menu and select <code>OPERATION SETTINGS</code> as seen below.</p>
</div>
<p><img src="/img/nost/4.png"></p>
<div class="admonition tip">
<p>Once inside this menu, we'll need to deal with all 4 blinking options, let's start by entering the <code>TAX RATE SETTING</code> menu, shown below.</p>
</div>
<p><img src="/img/nost/5.png"></p>
<div class="admonition tip">
<p>Set the tax rate by simply selecting <code>SAVE AND EXIT</code> while will take us back into the <code>OPERATING SETTINGS</code>. Pictured below is the <code>TAX RATE SETTING</code> menu.</p>
</div>
<p><img src="/img/nost/6.png"></p>
<div class="admonition tip">
<p>Once back inside the <code>TAX RATE SETTING</code> menu, we must deal with the three blinking <code>PATTERN</code> options. Doing so is effortless, simply enter all three menus one by one and hit <code>SAVE AND EXIT</code> just as we did for the <code>TAX RATE SETTING</code> in the previous step. Pictured below is the inside of <code>PATTERN 1</code>. </p>
</div>
<p><img src="/img/nost/6.png"></p>
<div class="admonition tip">
<p>After saving and exiting all three <code>PATTERN</code> options, you're all done! From the service menu select <code>GAME MODE</code> and the game should load ready to be played! Have fun!</p>
</div>
<div class="admonition warning">
<p class="admonition-title">Have any other errors?</p>
<p>Check out the <a href="../problems/">Common Problems/Tips</a> section and <a href="/errorcodes/">Error Code</a> section to resolve any issues not seen in this guide to greater depth.</p>
</div></div>
</div>
</div>
<footer class="col-md-12">
<hr>
<p>Made by a IIDX player.</p>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script>
var base_url = "../../..",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="../../../js/base.js" defer></script>
<div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
</div>
<div class="modal-body">
<table class="table">
<thead>
<tr>
<th style="width: 20%;">Keys</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td class="help shortcut"><kbd>?</kbd></td>
<td>Open this help</td>
</tr>
<tr>
<td class="next shortcut"><kbd>n</kbd></td>
<td>Next page</td>
</tr>
<tr>
<td class="prev shortcut"><kbd>p</kbd></td>
<td>Previous page</td>
</tr>
<tr>
<td class="search shortcut"><kbd>s</kbd></td>
<td>Search</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
</body>
</html>