1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-24 15:00:18 +01:00
bemani-guide/site/games/iidx27/setup/index.html
2023-08-30 17:14:11 +02:00

671 lines
27 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="IIDX 27 - 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="./" class="dropdown-item active">First Time Setup</a>
</li>
<li>
<a href="../problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../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="../../nostforte/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../../nostforte/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../../nostforte/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="../../iidx26/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="#beatmania-iidx-27-heroic-verse" class="nav-link">beatmania IIDX 27 Heroic Verse</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="beatmania-iidx-27-heroic-verse">beatmania IIDX 27 Heroic Verse</h1>
<div class="admonition note">
<p class="admonition-title">Author Note:</p>
<p>For hex edits: Use the Patches tab in SpiceTools or SpiceCompanion.</p>
<p>For lightning mode specifics: they are found <a href="../lightning/">here</a></p>
</div>
<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 crashing 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 <code>contents</code> folder, Pictured below is what your folder should look like. </p>
</div>
<p><img src="/img/iidx27/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 <code>spicecfg.exe</code> and head to the <code>Options</code> where we'll set our desired parameters. For the purpose of this guide, we will demonstrate both a local network configuration and an online example below with SpiceTools, skip to whichever you're in need of accordingly and 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>You will have to likely generate a .bat file given your existing tool's documentation. As stated above, make sure to check the documentation of your tools to ensure you're using the correct parameters for your needs and to consult appropriate support if you're unsure how to do this.</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, inside <code>Options</code> tab we're going to click on the following: <code>E-Amusement Emulation: -ea</code> and <code>Windowed Mode: -w</code> to enable them.</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 selected options inside the <code>Options</code> tab in <code>spicecfg.exe</code>.</p>
</div>
<p><img src="/img/iidx27/cfg_ea.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 the <code>Service URL: -url</code> parameter, we're going to input our chosen network URL like so: <code>http://yoururlhere.com/</code></p>
<p>To go alongside this, we'll also be inputting into the <code>PCBID: -p</code> parameter, the PCBID given to us from our network, like so: <code>XXXXXXXXXXXXXXXXXXXX</code></p>
<p>Lastly, we'll click on the <code>Windowed Mode: -w</code> parameter.</p>
<p>What do these different parameters do?</p>
<ul>
<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>-p</code> takes your PCBID on your network of choice, simply replace <code>XXXXXXXXXXXXXXXXXXXX</code> with your PCBID.</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 selected options inside the <code>Options</code> tab in <code>spicecfg.exe</code>.</p>
</div>
<p><img src="/img/iidx27/cfg_on.png"></p>
<div class="admonition tip">
<p>One final note, since you're playing on a network, you will have one additional step of setting up your card file within your chosen tools, make sure to check your server's information on how to setup a card file.</p>
</div>
<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 inside the <code>Buttons</code> and <code>Analogs</code> tabs! If you'd like an example, I've shown my keybindings below on a DJ DAO FP7 from the 1P side. Make sure you setup the <code>Test</code> keybind as it will be critical for setting up the game. </p>
</div>
<p><img src="/img/gen/bind_iidx.png"></p>
<div class="admonition tip">
<p>Once you've done that, launch your game for the first time by double clicking the <code>spice64.exe</code> and the game should load with your chosen parameters from <code>spicecfg.exe</code>.</p>
<p>If it's your first time running the game, you'll immediately be greeted with this screen, oh no!</p>
</div>
<p><img src="/img/iidx25/4.png"></p>
<div class="admonition tip">
<p>Ignore this message, simply hit your <code>Test</code> keybind and continue onto this.</p>
</div>
<p><img src="/img/iidx25/5.png"></p>
<div class="admonition tip">
<p>Hit the <code>Test</code> keybinding to initialize the backup data, a message will pop up stating it's been initialized.</p>
</div>
<p><img src="/img/iidx25/6.png"></p>
<div class="admonition tip">
<p>You'll also run into this error message as well, let's work on eliminating these messages. Let the game run for a bit until the monitor check is complete and you should be taken to the service menu pictured below.</p>
</div>
<p><img src="/img/iidx25/7.png"></p>
<div class="admonition tip">
<p>Start by navigating up to <code>CLOCK</code> and entering that menu.</p>
</div>
<p><img src="/img/iidx25/8.png"></p>
<div class="admonition tip">
<p>Simply hit save and exit and leave, the clock will be saved. Then, back in the service menu, go up to <code>GAME OPTIONS</code></p>
</div>
<p><img src="/img/iidx25/9.png"></p>
<div class="admonition tip">
<p>Once inside that menu, navigate your way up to <code>DEFINITION TYPE</code> and choose either <code>SD</code> or <code>HD</code> depending on your preferences.</p>
</div>
<p><img src="/img/iidx26/1.png"></p>
<div class="admonition tip">
<p>The game will then count down asking you to confirm the selection before reverting, just hit <code>YES</code> assuming it loaded just fine on your computer. Then, exit out of that menu and head to <code>NETWORK OPTIONS</code> from back inside the service menu.</p>
<p>If it doesn't transition to HD, after you've saved, you can simply reboot the game and all should be well.</p>
</div>
<p><img src="/img/iidx25/11.png"></p>
<div class="admonition tip">
<p>The final thing we need to set is here inside <code>NETWORK OPTIONS</code>, we will need to set a shop name to play, so select the <code>SHOP NAME SETTING</code> option. Once inside, name your shop whatever you desire! For the purpose of the guide, we named it <code>Guide</code> but highly encourage fun and/or lazy names. Once that's done go to <code>EXIT</code> and then <code>SAVE AND EXIT</code> inside of <code>NETWORK OPTIONS</code> once you've chosen your desired name, as pictured below.</p>
</div>
<p><img src="/img/iidx25/12.png"></p>
<p><img src="/img/iidx25/13.png"></p>
<div class="admonition tip">
<p>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>
<p>Lightning Mode specifics can be found: <a href="../lightning/#lightning-specific-troubleshooting">here</a></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>