mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-06-06 21:45:10 -07:00
* Add presets sidebar, proof of concept row-based listing. * Complete and unify section check/x drawing. * Add error state to InputString, and corresponding members and builders to InputOptions. Implement saving and loading of preset files. * Implement `Config::SetBlock()`. Implement Apply. Implement Delete. Some json structure changes. * Apply `CVarClear()` calls in CVar-prefixed widget functions. * Comment out satellite preset pickers for now. * clang * Fix ButtonOptions initializer list. * I hate clang... * Loop new preset checkbox creation. Restore auto-resizing to new preset popup. Remove errant BeginDisabled in randomizer (merge artifact?). * Add BlockInfo struct to make array with all info for each block. Setup loops for all other same-ish situations (applying presets, setting up columns, etc) based on blockInfo. * Save tracker windows info for later restoration. Lay the groundwork for said restoration. * Complete tracker window restoration on preset application. * Fix RadioButtonsOptions builder parameter type. Add race lockout to new and apply buttons. * Revert application of CVarClear on UIWidgets widgets (need to preserve manually-set default states). * Remove enhancements satellite picker. Swap randomizer satellite picker to use the manager presets, only displays presets with randomizer section included. Move built-in presets to the asset archive, and remove delete button on them. Remove PresetEntries.cpp. * Fix locations and tricks tabs not updating live when applying preset with new system. * Apply RandoGenerating lockout to rando preset Apply button. * Fix new presets not being properly filtered in satellite selectors. * Fix currently selected presets getting deleted still being selected in satellite selectors. * Change BigPoeTargetCount in preset files to 1.
80 lines
2.8 KiB
JSON
80 lines
2.8 KiB
JSON
{
|
|
"blocks": {
|
|
"rando": {
|
|
"gRandoSettings": {
|
|
"BigPoeTargetCount": 1,
|
|
"BlueFireArrows": 1,
|
|
"BombchuBag": 1,
|
|
"BossKeysanity": 5,
|
|
"ClosedForest": 2,
|
|
"CuccosToReturn": 1,
|
|
"DecoupleEntrances": 1,
|
|
"DoorOfTime": 2,
|
|
"EnableBombchuDrops": 1,
|
|
"Fishsanity": 4,
|
|
"FishsanityAgeSplit": 1,
|
|
"FishsanityPondCount": 17,
|
|
"GerudoKeys": 3,
|
|
"IncludeTycoonWallet": 1,
|
|
"KakarikoGate": 1,
|
|
"Keysanity": 5,
|
|
"LacsRewardCount": 10,
|
|
"LacsRewardOptions": 1,
|
|
"LockOverworldDoors": 1,
|
|
"MixBosses": 1,
|
|
"MixDungeons": 1,
|
|
"MixGrottos": 1,
|
|
"MixInteriors": 1,
|
|
"MixOverworld": 1,
|
|
"MixedEntrances": 1,
|
|
"RainbowBridge": 7,
|
|
"ScrubsPrices": 2,
|
|
"Shopsanity": 1,
|
|
"ShopsanityCount": 7,
|
|
"ShopsanityPrices": 2,
|
|
"Shuffle100GSReward": 1,
|
|
"ShuffleAdultTrade": 1,
|
|
"ShuffleBeehives": 1,
|
|
"ShuffleBossEntrances": 2,
|
|
"ShuffleBossSouls": 2,
|
|
"ShuffleChildWallet": 1,
|
|
"ShuffleCows": 1,
|
|
"ShuffleCrates": 3,
|
|
"ShuffleDekuNutBag": 1,
|
|
"ShuffleDekuStickBag": 1,
|
|
"ShuffleDungeonsEntrances": 2,
|
|
"ShuffleFairies": 1,
|
|
"ShuffleFishingPole": 1,
|
|
"ShuffleFreestanding": 3,
|
|
"ShuffleFrogSongRupees": 1,
|
|
"ShuffleGanonBossKey": 9,
|
|
"ShuffleGerudoToken": 1,
|
|
"ShuffleGrass": 3,
|
|
"ShuffleGrottosEntrances": 1,
|
|
"ShuffleInteriorsEntrances": 2,
|
|
"ShuffleKokiriSword": 1,
|
|
"ShuffleMasterSword": 1,
|
|
"ShuffleMerchants": 3,
|
|
"ShuffleOcarinaButtons": 1,
|
|
"ShuffleOcarinas": 1,
|
|
"ShuffleOverworldEntrances": 1,
|
|
"ShuffleOverworldSpawns": 1,
|
|
"ShuffleOwlDrops": 1,
|
|
"ShufflePots": 3,
|
|
"ShuffleScrubs": 2,
|
|
"ShuffleSongs": 2,
|
|
"ShuffleSwim": 1,
|
|
"ShuffleTokens": 3,
|
|
"ShuffleWarpSongs": 1,
|
|
"ShuffleWeirdEgg": 1,
|
|
"SkipEponaRace": 1,
|
|
"StartingAge": 2,
|
|
"StartingHearts": 0,
|
|
"StartingMapsCompasses": 5,
|
|
"SunlightArrows": 1
|
|
}
|
|
}
|
|
},
|
|
"presetName": "Rando Hell Mode",
|
|
"isBuiltIn": true
|
|
} |