iholston / lol-bot

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

Lol wont save game settings #270

Open RigobertoEHA1 opened 5 days ago

RigobertoEHA1 commented 5 days ago

ive reinstall macos sequoia from 0, but when i download and play league of legends the game.cfg doest appear, ive try reinstall lol, i used the hextech tool, and configs always reset every game, the file config.cfg dont appear, for this reason the bot cant run on full screen and 1080p, iveen change the permission of the root of the game to read and write, but not resolve that

RigobertoEHA1 commented 5 days ago

the bot create the file config.cfg on the game but the game dont take it changes, please help me

iholston commented 5 days ago

Can you add a copy of the game.cfg that the bot is using to this thread?

iholston commented 5 days ago

And are you saying that the window opens as 1080p window? In the mean time you could simply set the client to the lowest resolution borderless and it should work.

RigobertoEHA1 commented 4 days ago

[General] WindowMode = 2 Height = 768 Width = 1024

[Performance] ShadowQuality = 0 FrameCapType = 5 EnvironmentQuality = 0 EffectsQuality = 0 CharacterQuality = 0 EnableGrassSwaying = 0 EnableFXAA = 0

is my game.cfg, the config every game reboot to the default, the game no create a file, and I've change the bot.py config_dir = os.path.join(self.config['macos_install_dir'], 'Contents/LoL/Config') because the dir starts with capital letters like that

iholston commented 2 days ago

That is the correct game file. Is the game window not opening as a 1024x768 borderless?

RigobertoEHA1 commented 2 days ago

no, not open, and dont save the config, every match need change manually

iholston commented 1 day ago

Okay, thanks, I'll look into it.