Forums

League of Legends: fix in-game shop icons

Howto using LoL Linux Tools

Auteur Réponses
Jump to the page: 1 - 2 - 3
Veterini Lundi 20 Mai 2013 à 23:32
VeteriniAnonymous

Hmmm sorry, I didn't see that I was on the english forum, I found this thread via google ^^

I searched a little and found the LoL-Linux-Tools-master directory.
I then launched the lol_linux.py script manually in a terminal, and it worked.
All items in the shop now have an icon.

So it seems that your script failed to launch lol_linux.py by itself.
petch Lundi 20 Mai 2013 à 23:35
petch

Veterini Lundi 20 Mai 2013 à 23:39
VeteriniAnonymous

Yes.
petch Lundi 20 Mai 2013 à 23:50
petch

petch Mardi 21 Mai 2013 à 0:26
petch

Ok, it seems xterm and x-terminal-emulator can only be used interchangeably (like $POL_TERM would like you to believe) in specific cases.
Namely, xterm -e runs the remaining of the command line inside the terminal, whereas x-terminal-emulator -e runs the next argument with a shell in the terminal. To get the same thing as xterm -e you must use x-terminal-emulator -x...
So I decided not to depend on such differences, and create a temporary shell script that I just start in the terminal...
I hope this will fix those discrepancies between PoL 4.1.x, PoL 4.2.x, and probably between distros too...
earthmeLon Jeudi 30 Mai 2013 à 19:20
earthmeLon

I understand that this should fix in-game icons, but it's also said that this fixes icons in the shop. I'm curious as to how you guys are even able to get into the shop. If I click the shop icon, all I see is a black page with nothing.

Any suggestions on purchasing items in game (ie Runes)?

-
meLon
https://neoretro.net
izberion Mardi 4 Juin 2013 à 8:03
izberionAnonymous

It only refers to the in-game shop. The IP/RP shop doesn't need this as the icons all work. Though getting to it is another problem (black screen like you experienced). Though the only solution for that is to install ie, but that's only brought me more problems.
earthmeLon Mardi 4 Juin 2013 à 17:25
earthmeLon

Derp. In-game; to be taken as literally as possible.

-
meLon
https://neoretro.net
lilshorty Lundi 10 Juin 2013 à 2:45
lilshortyAnonymous

Whats the glt ????that has to be install

Edité par lilshorty

lilshorty Lundi 10 Juin 2013 à 3:47
lilshortyAnonymous

It works without problem for me, thank you :)

Quote from LamerTex
hey i have a question whats glt ,that has to be installed
lilshorty Mercredi 12 Juin 2013 à 3:06
lilshortyAnonymous

hi i have an other question what wine version of lol do i use theres lots of them on playonlinux ?
lilshorty Mercredi 12 Juin 2013 à 5:34
lilshortyAnonymous

hi its me again sorry for being a bother but am really egar to use the in-shop to change server ..i have tryed doing the inshop fix in playonlinux but doesnt complete the procedure it just disapears i want to try the old way u used in the confi.py i have to change the "lol_path" to your League of Legends directory ,but how it looks like this,# Path to League of Legends Directory
lol_path = './'

what do i delete ,do i delete the lol_path only and put the lol directory and leave = './' alone , or do i delete lol_path = './' and then put the lol directory

ElysMustache Samedi 21 September 2013 à 22:32
ElysMustacheAnonymous

My shop icons are very large, and it is therefore very difficult to buy items in the shop. The red icons I can deal with, but this really makes it hard to play.

The icons show up as a sort of ghost image superimposed over the top of the regular shop. I can't click on the giant ghost image... I have to click in the regular spot for the items, but I can't see where to click because of the giant ghost image over the top.

This DOES NOT happen in custom games, only in regular games.
petch Samedi 21 September 2013 à 23:16
petch

@ElysMustache: got the same problem, I was wondering if that was a driver issue of something (I'm using nVidia driver 325.15 that's experimental on Debian...)
LoL shop large icons

Edité par petch

ElysMustache Samedi 21 September 2013 à 23:44
ElysMustacheAnonymous

@ElysMustache: got the same problem, I was wondering if that was a driver issue of something (I'm using nVidia driver 325.15 that's experimental on Debian...)
[img]http://ks369561.kimsufi.com/~petchema/wine/lol/LoL%20shop%20large%20icons.jpg[/img]

Quote from petch

I'm on Mint Linux, using driver nvidia-310 (Version 310.44-0ubuntu2). I might try something else and see what happens.
izberion Dimanche 22 September 2013 à 0:39
izberionAnonymous

I only have the huge shop icons on Howling Abyss luckily. Using Nvidia 325.08 Linux MInt 15.
SuperDanceParty Lundi 23 September 2013 à 3:37
SuperDancePartyAnonymous

I'm on Ubuntu 13.04 using the latest Nvidia 325.xx and an Nvidia GTX 570HD inside. I experience no bugs, but I ran the script manually, using 'python3.3' rather than python. I could swear I read somewhere on the dev's page that he designed his script for python3.3 but only said it "should" work on python2.x.

Petch, when you automated the script, did you set it to use python 2.x? That might be why people are running into trouble.
SuperDanceParty Lundi 23 September 2013 à 3:38
SuperDancePartyAnonymous

remember, you need to specify python3.3, or else the command 'python' will default to python 2.x
SuperDanceParty Lundi 23 September 2013 à 8:50
SuperDancePartyAnonymous

Yeah. I'm 95% sure you're ALL having this glitch cause you use python 2.7 by default.

Try again with the same script executed manually, but use "python3.3" instead of "python". It should be installed by default on most distros. It is on Ubuntu.
petch Lundi 23 September 2013 à 12:50
petch

In the script I just used chmod +x on the Python script and ran it, so I relied on the #! line