iholston / lol-bot

An account leveling bot for League of Legends written in Python
MIT License
294 stars 48 forks source link

Starts at 240FPS #66

Closed damare1 closed 12 months ago

damare1 commented 12 months ago

When you start the launcher, it starts at 240FPS. Can you make it 25FPS?

iholston commented 12 months ago

Hmmm good point il look into it

iholston commented 12 months ago

should be good to go, if you want different framerates change line 85 in game.cfg

FrameCapType=3

to 3,4,5,6,7,etc.. 3 is 25, 4 is 30, and so on based on the fps options in the dropdown in the game settings menu...

damare1 commented 12 months ago

thank you!