1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2024-11-24 07:00:16 +01:00
MaiMaiDXNet/readme.md

55 lines
1.2 KiB
Markdown
Raw Normal View History

2023-02-17 00:50:32 +01:00
# 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:
2023-02-17 07:23:14 +01:00
## All Servers
You'll need to extract the assets from the game itself.
in the public folder, the assets should look like this
```
2023-02-17 07:23:14 +01:00
-- Public
| - Assets
\_ | - icon (icons should go here)
| - more soon
```
2023-02-17 07:23:14 +01:00
Then, create the `/public/image/` folder. this will be where the images will be stored.
2023-02-17 00:50:32 +01:00
## 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"
}
```
2023-02-17 00:57:48 +01:00
# Project Progress
ToDo:
2023-02-17 12:47:28 +01:00
- Create Play Data Tab
2023-02-18 11:19:30 +01:00
- Get User Playlog Data (Done)
- Sort From Most Recent (Done)
- Assign Song Names to Each Score (done)
2023-02-19 00:15:19 +01:00
- Re-Create the MaiMaiDXNet Playlog list (Partially Done)
2023-02-18 11:19:30 +01:00
- Create Detailed Look Into Score
2023-02-17 12:47:28 +01:00
- Create Photos Tab
- Create Area Tab
- Create Collection Tab
- Create Ranking Tab
- Create Options Tab
- add a background i guess
2023-02-17 00:57:48 +01:00
Complete:
2023-02-17 07:23:14 +01:00
- Sign In Page
2023-02-18 11:19:30 +01:00
- Make User Profile on User Page (done)
2023-02-17 12:47:28 +01:00
- Fuck you css go kill yourself