Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
im-trisha committed Jun 4, 2023
1 parent cf7637f commit c88de54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 54 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ __pycache__/
# pyinstaller
build/
dist/
*.spec
*.spec

*.logs
*.zip
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ This is a python script that will allow you to automatically farm runes on Elden
* Said sword, must one shot the albinaurics, otherwise the killing cycle will not be able to start over again

## How to use - Simple user
1. Download the executable from [here](https://github.com/GiuseppeFn/EldenRingFarmBot/releases/latest)
1. Download the executable zip from [here](https://github.com/GiuseppeFn/EldenRingFarmBot/releases/latest/download/EldenRingFarmBot.zip)
2. Unzip it by right-clicking it->Extract
2. You must open the settings.yaml file and edit the grace_timeout value, use your phone as a stopwatch to know what time to put here, and add 2 to 3 seconds. Then, customize the other settings, if you dont want to, just put everything back to default controls on Elden Ring and set the ability key to '3'
3. Now you can just run the program by double clicking the executable
4. You must then teleport to the site of grace and set the right weapons and talismans, and when you're ready, press the ```start_key``` that you put in the settings (By default the p key)
Expand All @@ -18,15 +19,18 @@ This is a python script that will allow you to automatically farm runes on Elden
You're finally ready to go! Just leave it overnight or while you work.

## How to use - Programmer
If you want to help me in some way, or just curious about the code, you must:
If you want to help me in some way, or just curious about the code, you must run the following:
```git clone https://github.com/GiuseppeFn/EldenRingFarmBot.git
cd EldenRingFarmBot
python -m venv ./
```
Then, depending on your os:
* Windows: ```.\Scripts\Activate.ps1```
* Unix: ```source ./Scripts/activate```
Finally, you just need to ```pip install -r requirements.txt```
Finally, you just need to run ```pip install -r requirements.txt```
To build it as an executable, you then just need to run ```pyinstaller --onefile main.py -n EldenRingFarmBot```
And then, if you want to make it as a release:
```tar -a -c -f EldenRingFarmBot.zip ./dist/EldenRingFarmBot.exe ./settings.yaml```


## Notes
Expand Down
50 changes: 0 additions & 50 deletions debug.logs

This file was deleted.

0 comments on commit c88de54

Please sign in to comment.