-
Notifications
You must be signed in to change notification settings - Fork 39
Setting up the server
Ângelo Tadeucci edited this page Oct 2, 2024
·
12 revisions
-
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
-
Install .NET 8, if you are using Visual Studio 22, it'll install for you.
-
Go to where MapleStory2 Client is installed, copy the path of the Data folder (Example:
D:\MapleStory2\Maplestory 2 Client\Data
). -
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.- Update MS2_DATA_FOLDER to the path you copied in the last step
- Update DB_PASSWORD with the password you used on the third step of Installing MySQL
-
Run the project Maple2.File.Ingest, you can follow either of the following steps:
- You can open the solution in VS22 and select
Maple2.File.Ingest
in the top bar and run it - Or you can go to the Maple2.File.Ingest folder and run
dotnet run
- You can open the solution in VS22 and select
-
Wait for Maple2.File.Ingest to finish, go to the next step