1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2024-11-28 03:10:49 +01:00
MaiMaiDXNet/readme.md

33 lines
794 B
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:
## 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
Then, create the `/public/image/` folder. this will be where the images will be stored.
# Project Progress
ToDo:
- Make User Profile on User Page
- (Done) Get User Data, and send it.
- Grab the User Profile, and get the custom one if the user icon ID is set to 10.
2023-02-17 00:57:48 +01:00
- Literally everything else
Complete:
- Sign In Page