-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (72 loc) · 2.86 KB
/
index.html
File metadata and controls
74 lines (72 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>BbS Randomizer</title>
<script type="module" src="rando.js"></script>
</head>
<body>
<h1>Kingdom Hearts: Birth by Sleep Randomizer</h1>
<h2>
To download a seed, click the button:
<input id="click" type="button" value="Randomize" />
</h2>
<h3>About the Randomizer</h3>
<p>
<strong>Currently randomized:</strong>
<ul>
<li>Chests & Stickers</li>
<li>Starting Weapons</li>
<li>Cutscene Rewards</li>
<li>D-Link Abilities</li>
</ul>
</p>
<p>
This project is <strong>Open Source</strong>. You can find the code used for the randomizer here:
<ul>
<li>GitHub Link: <a href="https://github.com/desa35/BbS-Rando" target="blank">https://github.com/desa35/BbS-Rando</a></li>
</ul>
</p>
<h3>How to get started:</h3>
<p>
First of head to the discord (Link at the bottom) and download the latest version of Sonic's Open <br>
World lua file as well as download a seed with the button at the top, then follow either of the <br>
two guides:
</p>
<ul>
<li><a href="https://github.com/TopazTK/LuaFrontend/releases" target="blank">LuaFrontend</a></li>
</ul>
<p>
You want to download LuaFrontend and unpack the .zip folder. Take both lua files that you downloaded <br>
beforehand and put them into the folder <strong>LuaFrontend\scripts\bbs</strong>. Then launch LuaFrontend and <br>
activate both scripts. Now you're good to go!
</p>
<ul>
<li><a href="https://github.com/Sirius902/LuaBackend/releases" target="blank">LuaBackend</a></li>
</ul>
<p>
You want to download LuaBackend and unpack the .zip folder. Take all the files and place it in <br>
<strong>C:\Program Files\Epic Games\KH_1.5_2.5</strong> or wherever you have KH 1.5 + 2.5 installed. <br>
Now go to <strong>C:\Users\NAME\Documents\KINGDOM HEARTS HD 1.5+2.5 ReMIX\scripts\bbs</strong> and <br>
place both lua files in here. If these folders don't exist yet you can go ahead and create them. <br>
Now you're good to go!
</p>
<p>
Both methods work with the randomizer, though most testing has been done with LuaBackend. <br>
Keep in mind that this randomizer is a work in progress. Bugs will be
fixed as they appear.
</p>
<h3>Help:</h3>
<p>
This project is in a very early stage. More extensive guides will be made in the future. For now, if <br>
there are any questions, you can either DM me directly on discord or join the BbS Rando discord!
</p>
<ul>
<li>Discord: desa#8623</li>
<li><a href="https://discord.gg/FKpnpchCrv" target="blank">Discord</a></li>
</ul>
</body>
<footer>
This randomizer was made by desa35 (Randomization) and SonicShadowSilver2
(Open World)
</footer>
</html>