Skip to content
/ L2py Public
forked from Yurzs/L2py

Lineage2 server emulator written in Python3

Notifications You must be signed in to change notification settings

L2jBrasil/L2py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l2py

Lineage2 Interlude+ server emulator written in python3

Stage: Alpha

What currently works

  • Login Server
  • Game Server

Contribute

Feel free to contribute. Trello desk

How to start developing

  • Run mongo on localhost
  • Create account in mongo according to Login Account structure
  • Start runner with env variable MONGO_URI
  • Login using l2 client

Emulator servers architecture

Each server have a JSON api via which they communicate. Game and login servers are just network wrappers of L2 world.
All events hapen in data server. Such architecture will allow load balancing between LS and GS instances.

About

Lineage2 server emulator written in Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%