hmoog / riot-decode

This library is intended to extract game specific information directly from the game files. Since most of the information in wiki's are not correct anymore, this should enable us to create a reliable champion and skillshot database, that can be automatically updated everytime League of Legends gets updated.
22 stars 13 forks source link

Path problem #4

Open Crisdmc opened 9 years ago

Crisdmc commented 9 years ago

Just work if game folder is on C:.

Warning: scandir(C:\Riot Games\League of Legends\RADS\projects\lol_game_client\filearchives\,C:\Riot Games\League of Legends\RADS\projects\lol_game_client\filearchives): in C:\xampp2\htdocs\riot-decode-master\riotDecode\GameFolder.php on line 35

tree.php

// create game folder object $gameFolder = new \riotDecode\GameFolder('D:\Riot Games\League of Legends\');

Crisdmc commented 9 years ago

Nvm just change path in index.php_/content.php too.