1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2024-11-13 21:30:45 +01:00
Go to file
2023-07-17 03:03:03 +00:00
public Artemis Support Active! 2023-07-16 22:54:56 -04:00
routes Artemis Support Active! 2023-07-16 22:54:56 -04:00
templates Hotfix: Unhardcoded the DB file 2023-05-07 01:20:04 -04:00
views Artemis Support Active! 2023-07-16 22:54:56 -04:00
.gitignore making inital changes for branding 2023-07-14 23:41:31 -04:00
dbhandler.js Final Change to prevent DXMemorialImageDirectory from erroring out server 2023-07-16 23:01:19 -04:00
index.js moved sqlite functions to dbhandler.js in preparation for artemis support 2023-07-16 04:06:49 -04:00
package-lock.json Artemis Support Active! 2023-07-16 22:54:56 -04:00
package.json Artemis Support Active! 2023-07-16 22:54:56 -04:00
readme.md Artemis Support Active! 2023-07-16 22:54:56 -04:00

Open Source MaiMaiDX.Net Interface

This is a Open Source MaiMaiDX.Net Interface.

This Interface Requires a Server Database.

Artemis & Aqua are Supported, see the How To Use Section for more details.

Features

Functional MaiMaiDX Profile Playlog, Memorial Photo (Aqua Only), and Area Tracker.

Coming Soon: Addable & Viewable Friends Profiles, Song Records, viewable Collections, Server Ranking?

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
   | - jacket
   | - metadata

Then, create the /public/image/ folder. this will be where the images will be stored.

You'll also need the Game metadata, extracted using SegaParser, to get the game metadata. this is Nessasary for the interface to function.

Aqua

Create a config.json file and paste this in, with paths to your instance.

{
    "serverType": 0,
    "aquaSrvDir": "A:\\path\\to\\aqua\\data",
    "ArtConnSettings": {
        "host":"192.168.smt.hng",
        "user":"MaiDXNet",
        "password":"aSecurePassword"
    },
    "imageFolder": "N:\\MaiMaiDXNet\\public\\images"
}

serverType selects between Aqua (0), and Artemis (1).

Note: you want to enter into the data folder in aquaSrvDir.

Note: imageFolder leads to the /public/images folder of the directory.

Artemis

WARNING: Artemis currently does not have support for Memorial Photos, and none will be imported when attempting to use Artemis.

Create a config.json file and paste this in, with paths to your instance.

{
    "serverType": 1,
    "aquaSrvDir": "A:\\path\\to\\aqua\\data",
    "ArtConnSettings": {
        "host":"192.168.smt.hng",
        "user":"MaiDXNet",
        "pass":"aSecurePassword"
    },
    "imageFolder": "N:\\MaiMaiDXNet\\public\\images"
}

serverType selects between Aqua (0), and Artemis (1).

Edit ArtConnSettings to be configured for your server.

Modify and use this command string in your terminal to create and set up permissions for The MaiDXNet account.

CREATE USER 'MaiDXNet'@'%' IDENTIFIED BY 'aSecurePassword';
GRANT Alter,Create,Delete,Drop,Index,Insert,References,Select,Update ON aime.* TO 'MaiDXNet'@'%';

Project Progress

Goal for Milestone 1:

  • Get all tabs showing with Some Functionality (2/6)
    • PlayLog (Done)
    • Photos
    • Area (Done)
    • Collection
    • Ranking
    • Options

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 (90% Done, can't continue without image assets that are only on the offical Server)
    • Create Detailed Look Into Score
  • Create Photos Tab
    • Create a rudementrary Photos tab until i can finallly get my hands on images of the Photos tab in MaiMai DX Net
  • Create Area Tab
    • Get User Area Data (Done)
    • Get Metadata for Area (Done)
    • Show if Area is complete (Done)
    • Show Kilometers left until Next Reward (Done+, you can also see if you have a Task Track you need to complete)
    • create what ever is in the details 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
  • Ban button
    • lmao
    • ok actually this is pretty cool