-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtft.txt
19 lines (15 loc) · 1.1 KB
/
tft.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0. install java-jdk https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
1. install intellij community https://www.jetbrains.com/idea/download/
2. download lol-parser https://github.com/stelar7/lol-parser
3. import lol-parser as a maven project. https://www.jetbrains.com/help/idea/maven-support.html#maven_import_project_start
4.1 open project settings
4.2 mark the correct folders as source folders i.imgur.com/OeflRyq.png
5.1 open the file src/test/java/types/util/TestTFTData.java in intellij
5.2 scroll to the line public void extractTFTData() throws IOException
5.3 set the correct path on leagueInstallFolder and outputFolder
5.4 rightclick the line and select run extractTFTData()
6.1 scroll to the line public void buildTFTDataFiles() throws IOException
6.2 set the correct path on inputFolder (outputFolder from 5.3) and outputFolder
6.3 set boolean exportImages to false if you haven't exported the images as well
6.4 rightclick the line and select run buildTFTDataFiles()
7. You now have a folder named TFT inside what you set as outputFolder in 6.2, where all the TFT data is