Closed GodLesZ closed 10 years ago
You must have done something wrong, it automatically copies /champions and /abilities from your lol_air_client installation.
Damn, got it. Problems goes to PatcherPage and detection of current LoL installation. I installed them to another folder and missed to copy them into the execution dir for proper path detection.
Thank you
Info
After getting the struggling patch-thing to work for EUW and de-DE (adding dummy vars in
RiotPatcher
for desired server and language to use), i got some exceptions because of missingchampion
dir for champion icons. After invastigating I found multiple paths of champion icon/image loading which are wrong.Example: https://github.com/Snowl/LegendaryClient/blob/master/LegendaryClient/Windows/LoginPage.xaml.cs#L37
I searched the current ddragon archive (v3.14.41) for the
champions
dir but found nothing. Just achampion
dir with basic champ icons. I came up by renaming the ddragon extraction intochampions
.Next exception was the missing image itself -
Aatrox_Splash_0.jpg
was not found. Thats correct, only basic artworks (Aatrox.png
) are in my ddragon renamedchampions
folder. The missing images are located in mylol_air_client
underassets/data/champions/
. I came up by copying all images from thelol_air_client
into the renamedchampions
dir and it seems to work.Is this normally atm or did I something wrong?