View Single Post
Staro 27.05.2013., 12:04   #2092
xGAME
Premium
Moj komp
 
xGAME's Avatar
 
Datum registracije: Aug 2007
Lokacija: Chernobyl NPP
Postovi: 4,777
Citiraj:
Autor X-Plosiv Pregled postova
btw, za vas kojima igra padne pa imaju problema s loading natrag (dok ste u gejmu)

napravite novi notepad i ovo kopirjate unutra

@echo off
set curr=0
set target=C:\Program Files\Riot Games\League of Legends\RADS\solutions\lol_game_client_sln\releases
cd %target%
setlocal EnableDelayedExpansion
for /f "tokens=*" %%G in ('dir /ad /b') do (
set str=%%G
set str=!str:~-3!
if !str! GTR %curr% ( set curr=!str! )
)
cd 0.0.0.%curr%
cd deploy
echo %CD%
"League of Legends.exe"



...samo ovo gdje je set target si promijenite kako je vama...meni je u Program Files, vama je vjerojatno direktno na C: ...
tada idite save as, any file i stavite da je .bat
tako da možete uvijek pokrenuti aplikaciju

edit: još jedna dobra stvar...ako ste napravili custom item pageove, sejvajte si ovaj fajl, jer ako ćete kao ja otići nabaciti koji gejm na EUW pa se vratiti na EUNE i shvatite da su vam svi custom item setovi izbrisani...

Be safe and not sorry! Item Sets are being saved in the local summoner preferences while we work on the serverside implementation, and doing a repair could definitely impact it. You should be able to back them up by holding on to your current preferences file.

- Find the preferences folder. Example path: \Riot Games\League of Legends\RADS\projects\lol_air_client\releases\0.0. 1.16\deploy\preferences

- Inside, you'll see ".properties" files named after summoners. You should have one in there for yours.

- Copy this somewhere safe, outside of the LoL files.

- Copy it back to the same folder after you do your repair.

Evo X-plosiv je bio vrijedniji od mene, pa je stavio kako i batch file napraviti
xGAME je offline   Reply With Quote