mirror of
https://dev.s-ul.net/Galexion/MaiMaiDXNet.git
synced 2024-11-14 22:09:52 +01:00
22 lines
553 B
Markdown
22 lines
553 B
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:
|
|
|
|
## 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"
|
|
}
|
|
```
|
|
|
|
Then, create the `/public/image/` folder. this will be where the images will be stored. |