-
Notifications
You must be signed in to change notification settings - Fork 63
How to start
MartLegion edited this page Apr 10, 2017
·
6 revisions
- Visual Studio Community 2015
- .NET Framework 4.6.1 (included in Visual Studio 2015)
- MySQL Server 5.7 or higher
- First you need to get the latest codebase from our Github repository.
- Once you have the files all you need to do is build all the projects.
- You can copy the binary files built in the GameService and the LoginService bin folders to a new location.
- Then simply run the sql script that you will find in the datapack/sqlscripts folder in the project.
- Unzip the html.rar file in the project directory.
- Now open and edit the database connection strings in the file "connectionStrings.config" (located on both L2dotNET.GameService and L2dotNET.LoginService projects).
- Last but not least if you want your server to be online change the host and authhost ip addresses to your external ip.
- Open the L2dotNET solution on Visual Studio (L2dotNET.sln file)
- Right click on Solution => Under Common Properties => Startup Project
- Select "Multiple startup projects:"
- Set L2dotNET.GameService and L2dotNET.LoginService to "Start" on Action column
- Now just press "Start" to Debug (or F5 keyboard shorcut)