Skip to content

Commit

Permalink
Update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
aixxe committed May 4, 2024
1 parent 1ba7de6 commit 848289b
Showing 1 changed file with 35 additions and 21 deletions.
56 changes: 35 additions & 21 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,29 @@ <h1 class="text-body-emphasis">BemaniPatcher for spice2x</h1>
</header>

<main>
<div class="alert alert-warning text-center py-4 mb-5" role="alert">
<strong>This feature is currently available in pre-release builds of spice2x only.</strong>
<a href="https://github.com/spice2x/spice2x.github.io/issues/161" target="_blank">
Refer to the GitHub issue for more information.
</a>
</div>

<div class="mx-auto col-xl-9">
<div class="d-flex align-items-start my-5">
<div class="d-flex align-items-start my-3">
<div class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<i class="bi bi-download"></i>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Update your version of SpiceTools</h3>
<p>
Importing patches from a remote URL is available as of the pre-release <strong>24-04-30</strong>
version.
Importing patches from a remote URL is available in version <strong>24-05-04</strong>
and newer.
</p>
<p>
Due to changes in the filename format, you will need to upgrade to build
<strong>spice2x-24-04-30_r0001.zip</strong> or newer to use the patches available here. To
install this version, download the asset from the link below, then extract the new
<strong>spice.exe</strong>, <strong>spice64.exe</strong>, and <strong>spicecfg.exe</strong>
files from the .zip file over your existing installation.
To install this version, click the link below, then extract the new <strong>spice.exe</strong>,
<strong>spice64.exe</strong>, and <strong>spicecfg.exe</strong> files from the .zip file over
your existing installation.
</p>
<a href="https://github.com/spice2x/spice2x.github.io/releases/tag/24-04-30"
<a href="https://github.com/spice2x/spice2x.github.io/releases"
class="btn btn-primary" target="_blank">
Download pre-release version
Latest releases
</a>
<a href="https://spice2x.github.io/"
class="btn btn-outline-primary" target="_blank">
spice2x website
</a>
</div>
</div>
Expand All @@ -77,7 +72,7 @@ <h3 class="fs-2 text-body-emphasis">Import patches from URL</h3>
<p>
Patches can be imported and managed before the game is launched, using the standalone
<strong>spicecfg.exe</strong> configurator tool from the "Patches" tab, or while the game is
running using the in-game overlay.
open by pressing the <kbd>F10</kbd> key.
</p>
<div class="row">
<div class="col-12 col-md-6">
Expand All @@ -90,10 +85,29 @@ <h3 class="fs-2 text-body-emphasis">Import patches from URL</h3>
</div>
</div>
<p>
Press the <code>Import from URL</code> button and enter the URL below into the text field:
Click the <strong>Import from URL</strong> button and enter the URL below into the text field:
</p>
<pre class="border border-muted rounded py-3 text-center fw-bold fs-5">https://djtrackers.github.io/BemaniPatcher</pre>
<p>Finally, press the <code>Import</code> button to download and save a list of patches for your game.</p>
<p>Finally, click the <strong>Import</strong> button to download and save a list of patches for your game.</p>
<hr class="my-4">
<p>
Alternatively, if you often switch between multiple games or versions, you may find it more
convenient to use the combined <code>patches.json</code> file instead, which contains patches
for every supported game in a single file.
</p>
<a href="https://djtrackers.github.io/BemaniPatcher/combined/patches.json"
class="btn btn-outline-secondary mb-4 mt-2">
Download combined patch list <small><em>(right click, Save link as...)</em></small>
</a>
<p>
This should be placed in the same directory as the spice2x executables <small>(spice.exe,
spicecfg.exe, spice64.exe)</small> or the "patches" directory, if it exists. Be sure to keep the
original <code>patches.json</code> filename when saving the file!
</p>
<p>
If you previously imported patches from a URL, these will be loaded with a higher priority than
the combined patch list. You can delete imported files manually from the "patches" directory.
</p>
</div>
</div>

Expand All @@ -119,7 +133,7 @@ <h3 class="fs-2 text-body-emphasis">Configure the imported patches</h3>
consider submitting <a href="https://github.com/djtrackers/BemaniPatcher/tree/master/metadata"
target="_blank">metadata</a> for it.</strong>
</p>
<p>
<p class="mb-4">
If you would like to contribute patches for a brand new game or specific version of a game,
send a pull request to the upstream <a href="https://github.com/mon/BemaniPatcher" target="_blank">
BemaniPatcher</a> project. Be sure to check the README to know what is allowed first!
Expand Down

0 comments on commit 848289b

Please sign in to comment.