Resource system: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino |
imported>Leoetlino No edit summary |
||
Line 74: | Line 74: | ||
* If the global resource pack is an AoC dungeon pack | * If the global resource pack is an AoC dungeon pack | ||
However, the first case is irrelevant because that archive only contains Map/MainField/ (a case that is already handled by the path checks) and the second check appears to never pass. | However, the first case is irrelevant because that archive only contains Map/MainField/ (a case that is already handled by the path checks) and the second check appears to never pass. | ||
=== Failed resource load === | |||
If a resource loading failure is detected by the resource system, it will try again up to 30 times.<ref>0x710121087C in Switch 1.5.0 (ResourceBinder::retryLoading -- member function name is unofficial)</ref> | |||
== Memory allocation == | == Memory allocation == |