Skip to content

League of Legends game server emulator written in node.js

License

Notifications You must be signed in to change notification settings

DantestyleXD/LeagueEmulatorJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

League game server emulator

Yet another lol server, created with the help of the LeagueSandbox code, written in JavaScript (nodejs).
This project is being created as just for fun and learn and will be discontinued soon or will be developed very rarely, anyway making it in JS is not the best idea.
At the moment, it does not support multiplayer and there is no game flow yet.

Runing

# download and install git (optional) - https://git-scm.com/download
# download and install nodejs - https://nodejs.org/en/download/
git clone https://github.com/Karmel0x/enetcppjs
git clone https://github.com/Karmel0x/LeagueEmulatorJS
cd LeagueEmulatorJS
npm i three ws
node main
# download game client (4.20) here - https://github.com/LeagueSandbox/GameServer#manual-setup-windowsmac
# copy runLol.bat to client directory and run
# say `.help` ingame to get list of available commands

Tools

Packet inspector

# download replay from /issues/2 and put to ../LeagueEmulatorJS_replays/
node tools/packet-inspector
# open browser at http://127.0.0.1/

About

League of Legends game server emulator written in node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%