-
Notifications
You must be signed in to change notification settings - Fork 63
How to start
MartLegion edited this page Mar 8, 2017
·
6 revisions
- Visual Studio Community 2015
- .NET Framework 4.6.1
- [MySQL Server 5.7 or higher] Link
- 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 files L2dotNET.GameService.exe.config and L2dotNET.LoginService.exe.config.
- Last but not least if you want your server to be online change the host and authhost ip addresses to your external ip.