Skip to content

Commit 08d70d0

Browse files
authored
Update README.md
1 parent 1503c29 commit 08d70d0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This script automates certain actions in the game using Python libraries such as
2626
- remembering how much time you farmed in a session<br />
2727
- restart matchmaking if stuck
2828
- see average XP / HOUR gained
29+
- legend select
30+
- DEBUG: see how many matches OCR for EXP didn't work
2931

3032
## PREREQUISITES
3133
- PYTHON (if you want to use directly the source code)
@@ -57,7 +59,18 @@ This script automates certain actions in the game using Python libraries such as
5759
3. Follow the on screen instructions
5860

5961
## CONFIG.INI
60-
![image](https://github.com/letsmokee/ApexXPFarmer/assets/107760297/4b3cb9ff-20bc-4543-bf8a-9b8423c1f53d)
62+
```
63+
[CONFIG]
64+
time = 9000 -> time to restart game in seconds
65+
apexdir = C:\Program Files\EA Games\Apex\\r5apex.exe -> Apex directory and executable
66+
ocr_debug = 0 -> EXP OCR debug mode (make screenshots to see debug why OCR didn't work)
67+
show_exp = 1 -> -> if you want to show experience gained
68+
champion = Lifeline -> Legend that you want to select
69+
```
70+
For Legend selection use one of the following:
71+
**"Bloodhound","Gibraltar","Lifeline","Pathfinder","Wraith","Bangalore","Caustic","Mirage","Octane","Wattson","Crypto","Revenant","Loba","Rampart","Horizon","Fuse","Valkyrie","Seer","Ash","MadMaggie","Newcastle","Vantage","Catalyst","Ballistic","Conduit"**
72+
73+
**NOTE: For now, only Ashe, Vangalore, Bloodhound, Catalyst, Conduit, Fuse, Gibraltar, Horizon, Lifeline, Loba, Newcastle, Octane, Pathfinder, Revenant, Seer, Valkyrie, Wraith are working**
6174

6275
## PROBLEMS ENCOUNTERED
6376
If you encounter any problem, open a cmd window where executable is, type 'ApexFarmer.exe' and run the script as normal. When the error will occur, cmd window will not close itself

0 commit comments

Comments
 (0)