File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -993,6 +993,11 @@ function LoadModelsList([string]$Category) {
993993 $list += $repo | Sort-Object | select - Unique
994994 }
995995
996+ if (TestFile - Path ($Paths.Models + " \Custom\" + $GameType.mode + " - " + $Category ) - Container) {
997+ foreach ($item in Get-ChildItem - LiteralPath ($Paths.Models + " \Custom\" + $GameType.mode + " - " + $Category ) - Force) { if ($item.Extension -eq " .ppf" -or $item.Extension -eq " .zobj" ) { $repo += $item.BaseName } }
998+ $list = $repo | Sort-Object | select - Unique
999+ }
1000+
9961001 $GamePatch.LoadedModelsList [$Category ] = @ (" Original" ) + $list
9971002
9981003 if ($GamePatch.LoadedModelsList [$Category ].Count -eq 0 ) { return @ (" No models found?" ) }
Original file line number Diff line number Diff line change 1124.1.11
2- 2024-11-28
3- 1
2+ 2024-12-03
3+ 2
Original file line number Diff line number Diff line change 11v24.1.11
22- Extra difficulty options for OoT and TSP
3+ - Fixed issue with "Custom" folder for models not showing up
34
45v24.1.10
56- Added options for TSP
You can’t perform that action at this time.
0 commit comments