mirror of
https://dev.s-ul.net/Galexion/MaiMaiDXNet.git
synced 2024-11-28 00:10:53 +01:00
55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
# Open Source MaiMaiDX.Net Interface
|
|
|
|
This is a Open Source MaiMaiDX.Net Interface.
|
|
|
|
### This Interface Requires a Server Database.
|
|
|
|
Currently, I only have access to AQUA, but ARTEMiS could be supported once AQUA support is finished.
|
|
|
|
# How to use:
|
|
|
|
## All Servers
|
|
|
|
You'll need to extract the assets from the game itself.
|
|
|
|
in the public folder, the assets should look like this
|
|
```
|
|
-- Public
|
|
| - Assets
|
|
\_ | - icon (icons should go here)
|
|
| - more soon
|
|
```
|
|
|
|
Then, create the `/public/image/` folder. this will be where the images will be stored.
|
|
|
|
## Aqua
|
|
|
|
Create a `config.json` file and paste this in, with paths to your instance.
|
|
|
|
```json
|
|
{
|
|
"DXMemorialImageDirectory": "A:\\path\\to\\aqua\\data",
|
|
"imageFolder": "N:\\MaiMaiDXNet\\public\\images"
|
|
}
|
|
```
|
|
|
|
# Project Progress
|
|
|
|
ToDo:
|
|
- Create Play Data Tab
|
|
- Get User Playlog Data (Done)
|
|
- Sort From Most Recent (Done)
|
|
- Assign Song Names to Each Score (done)
|
|
- Re-Create the MaiMaiDXNet Playlog list (Partially Done)
|
|
- Create Detailed Look Into Score
|
|
- Create Photos Tab
|
|
- Create Area Tab
|
|
- Create Collection Tab
|
|
- Create Ranking Tab
|
|
- Create Options Tab
|
|
- add a background i guess
|
|
|
|
Complete:
|
|
- Sign In Page
|
|
- Make User Profile on User Page (done)
|
|
- Fuck you css go kill yourself |