diff options
Diffstat (limited to 'thbgmremix')
-rw-r--r-- | thbgmremix/index.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/thbgmremix/index.html b/thbgmremix/index.html new file mode 100644 index 0000000..5998cd6 --- /dev/null +++ b/thbgmremix/index.html @@ -0,0 +1,67 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Chrisoft::Touhou BGM Remix</title> +<link rel="stylesheet" href="../common.css" type="text/css"></link> +</head> + +<body> +<table border="0" style="width:66%;margin:auto;"> + <tr> + <td class="CTitle" style="font-size:2em;"> + <a href="../">Chrisoft</a>::Touhou BGM Remix + </td> + </tr> + <tr class="TText"><td><br> + Bring modernity to early Touhou Project games!<br> + </td></tr> + <tr class="TText"><td> + <h3>Download</h3> + <ul> + <li><a href="/data/th06bgm_remix.7z">th06 BGM remix (1.02h)</a> Last updated: 2017-04-03</li> + <li><a href="/data/th07bgm_remix.7z">th07 BGM remix (1.00b)</a> Last updated: 2017-04-03</li> + </ul> + <h3>Listen online</h3> + <ul> + <li><a href="/libs/music/player/player/8">th06 BGM remix</a></li> + <li><a href="/libs/music/player/player/9">th07 BGM remix</a></li> + <li><a href="/libs/music/player/player/10">th08 BGM remix</a></li> + </ul> + <h3>How to use</h3> + <p> + If you have the original Touhou game, just replace "th**.dat" and "thbgm.dat" + with ones found in the archive. It is recommended that you apply all official + patches before doing so. + </p> + <p> + If you have a modded version, follow the instructions below: + <ol> + <li>In a new folder, unpack "th**.dat" with <a href="https://github.com/BLumia/thtk">thtk</a> using + <code>thdat x<th release version> <path to th**.dat></code></li> + <li>Unpack the downloaded "th**.dat" using the same way.</li> + <li>Replace the file "thbgm.fmt" found in the unpacked th**.dat with the one from the downloaded .dat file.</li> + <li>Repack "th**.dat" using the command <code>thdat c<th release version> <path to th**.dat> *</code></li> + <li>Replace thbgm.dat with the one in the archive.</li> + </ol> + </p> + <h4>Special instructions for TH06</h4> + <p> + <ol> + <li>Replace the folder "bgm" with the one provided.</li> + <li>Look for "紅魔郷MD.DAT" in the game folder (the first three characters may show incorrectly on some systems due + to code page issues. For example it shows up as "峠杺嫿MD.DAT" on a Chinese system). Replace it with the one provided.</li> + </ol> + </p> + <p> + <b>Don't forget to backup the original version!</b> + </p> + <h3>License</h3> + CC BY-SA 4.0 + </td></tr> + <tr> + <td class="TText"><div align="center">Copyright Chrisoft 2017 <a href="./about.html">About</a> Site Map</div></td> + </tr> +</table> +</body> +</html> |