Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiscellaneousStuff committed Feb 22, 2022
1 parent 992c995 commit 29a9727
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# LViewLoL
!!! IMPORTANT !!! I've noticed riot already has taken notice of this project and they have implemented a few signatures for detecting this. Don't use this as it is, if you know what you are doing you will have a clue what to modify to avoid detection. Also careful if you want to copy paste code from here to an internal it seems riot has taken an extra step in making some code signatures.
# TLoL Scraper (LViewLoL - Fork)

## About

The TLoL Scraper is an application which has been forked from the LViewLoL scripting
platform which is being used to generate machine learning datasets which can be used
to either analyse League of Legends games or to build datasets which can enable the
development of a game playing AI, i.e., a bot which can autonomously play League of
Legends.

## LView - About

### What is this
LView is a python based scripting platform for League of Legends. The engine is external that means it is not injected into leagues process. The engine is running in a separate process and reads the games state using ReadProcessMemory.

Key features of LView:
Expand All @@ -13,7 +21,7 @@ Key features of LView:

![Screenshot](https://i.imgur.com/IK9SxKd.png)

### Building
## LView - Building

You need Visual Studio 2019 to compile this.
Dependencies:
Expand All @@ -29,4 +37,4 @@ Dependencies:
### Setup
All LView & LView python scripts configurations reside in config.ini file. First you must set the path to the scripts folder with the following config (you can find the config.ini in LView folder):

`::scriptsFolder=\<folder\>`
`::scriptsFolder=\<folder\>`

0 comments on commit 29a9727

Please sign in to comment.