mirror of
https://dev.s-ul.net/Galexion/MaiMaiDXNet.git
synced 2024-11-30 21:07:17 +01:00
47 lines
1.2 KiB
Markdown
47 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:
|
|
- Make User Profile on User Page (almost done)
|
|
- fuck you go work on divs and grids and spacing and go watch Hyperplexed you no name piece of shit - literally me talking to me
|
|
|
|
- Literally everything else
|
|
|
|
Complete:
|
|
- Sign In Page
|
|
- Make User Profile on User Page (almost done)
|
|
- (Done) Get User Data, and send it.
|
|
- (Done) Grab the User Profile, and get the custom one if the user icon ID is set to 10. |