mirror of https://github.com/hykilpikonna/AquaDX
1.2 KiB
1.2 KiB
AquaBox URL Mode Setup Guide
For users
- Go to your Chuni game settings
- Go down to "Enable AquaBox" or "Upgrade AquaBox"
- Click on "Switch to URL mode"
- Enter the base URL for your AquaBox
For server owners / asset hosters
⚠️ Assets are already not hosted on AquaDX for legal reasons.
Hosting SEGA's assets may put you at higher risk of DMCA.
-
Extract your Chunithm Luminous game files.
It is recommended you have the latest version of the game and all of the options your users may use.
The script to generate the proper paths can be found in tools/chusan-extractor.js. Node.js or Bun is required.
Please read the comments at the top of the script for usage instructions. -
Copy the new
chu3
folder where you need it to be (read #3 if you're hosting AquaNet and want to host on the same endpoints). -
(Optional) Update
src/lib/config.ts
.
// Change this to the base url of where your assets are stored.
// If you are hosting on AquaNet, you can put the files @ /public/chu3 & use '/chu3' for your base url.
// This will work the same way as setting it on the UI does. TEST IT ON THE UI BEFORE YOU APPLY THIS CONFIG!!!
export const USERBOX_DEFAULT_URL = "/chu3";
- Enjoy!