Skip to content

Setting up the server

Ângelo Tadeucci edited this page Oct 2, 2024 · 12 revisions
  1. Clone Maple2. If you already did this, go to next step :)

    • You can use Github Desktop to clone the repository
    • Or you can use this command git clone --recurse-submodules https://github.com/AngeloTadeucci/Maple2
  2. Install .NET 8, if you are using Visual Studio 22, it'll install for you.

  3. Go to where MapleStory2 Client is installed, copy the path of the Data folder (Example: D:\MapleStory2\Maplestory 2 Client\Data).

  4. Go into your Maple2 server folder, make copy of the file .env.example and rename it to .env and open it with a text editor or code editor.

    1. Update MS2_DATA_FOLDER to the path you copied in the last step
    2. Update DB_PASSWORD with the password you used on the third step of Installing MySQL
  5. Run the project Maple2.File.Ingest, you can follow either of the following steps:

    1. You can open the solution in VS22 and select Maple2.File.Ingest in the top bar and run it
    2. Or you can go to the Maple2.File.Ingest folder and run dotnet run
  6. Wait for Maple2.File.Ingest to finish, go to the next step