Currently we essentially just load ALL the defaults folder, all items, all champions, all spells... So the goal of this update is to cut all of that unnecessary loading.
Another issue was that even though something was already loaded, it would still be pulled from the Disk.
Characters, Spells and Talents are only loaded on Demand.
Now only the files from the map being played are loaded.
All Items are still loaded due to the current abscence of the Items.Inibin file in the Maps' folders.
Currently we essentially just load ALL the defaults folder, all items, all champions, all spells... So the goal of this update is to cut all of that unnecessary loading.
Another issue was that even though something was already loaded, it would still be pulled from the Disk.
Characters
,Spells
andTalents
are only loaded on Demand.Now only the files from the map being played are loaded.
All
Items
are still loaded due to the current abscence of theItems.Inibin
file in the Maps' folders.