项目作者: coltiebaby

项目描述 :
LoL client api library in go
高级语言: Go
项目地址: git://github.com/coltiebaby/bastion.git
创建时间: 2019-05-05T06:25:41Z
项目社区:https://github.com/coltiebaby/bastion

开源协议:MIT License

下载


Bastion

interact with replay, live game, or the client api for league of legends

Getting Started

Game Config

The game.cfg file is located in

  • MacOS
    /Applications/League\ of\ Legends.app/Contents/LoL/Config/game.cfg

  • Windows
    C:\Riot Games\League Of Legends\Config\game.cfg

Note: You must have played a game once before its created.

Enabling TLS

Attempt to look at two places when your app first launches.

  1. Looks for the environmental LCU_SSH to be set to an absolute path
  2. Checks if its in a default spot
    — windows C:\Documents\riotgames.pem
    — unix/darwin ~/Documents/riotgames.pem

The pem file is located in Riots Documentation under root certificate link.

Useful Documentation

Some information that will help you with your journey

License

MIT