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.
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"blocks": {
|
|
"enhancements": {
|
|
"gCheats": null,
|
|
"gEnhancements": {
|
|
"AssignableTunicsAndBoots": 1,
|
|
"Autosave": 1,
|
|
"BetterOwl": 1,
|
|
"CreditsFix": 1,
|
|
"CustomizeFrogsOcarinaGame": 1,
|
|
"DekuNutUpgradeFix": 1,
|
|
"DisableLOD": 1,
|
|
"DpadEquips": 1,
|
|
"DpadNoDropOcarinaInput": 1,
|
|
"DynamicWalletIcon": 1,
|
|
"EnemySpawnsOverWaterboxes": 1,
|
|
"FasterRupeeAccumulator": 1,
|
|
"FixBrokenGiantsKnife": 1,
|
|
"FixDaruniaDanceSpeed": 1,
|
|
"FixDungeonMinimapIcon": 1,
|
|
"FixEyesOpenWhileSleeping": 1,
|
|
"FixFloorSwitches": 1,
|
|
"FixHammerHand": 1,
|
|
"FixMenuLR": 1,
|
|
"FixSawSoftlock": 1,
|
|
"FixTexturesOOB": 1,
|
|
"FixVineFall": 1,
|
|
"FixZoraHintDialogue": 1,
|
|
"FrogsModifyFailTime": 2,
|
|
"GerudoWarriorClothingFix": 1,
|
|
"GravediggingTourFix": 1,
|
|
"InjectItemCounts": {
|
|
"GoldSkulltula": 1,
|
|
"HeartContainer": 1,
|
|
"HeartPiece": 1
|
|
},
|
|
"NaviTextFix": 1,
|
|
"PulsateBossIcon": 1,
|
|
"RedGanonBlood": 1,
|
|
"RememberMapToggleState": 1,
|
|
"SceneSpecificDirtPathFix": 1,
|
|
"SilverRupeeJingleExtend": 1,
|
|
"SkipSaveConfirmation": 1,
|
|
"SkipText": 1,
|
|
"TextSpeed": 5,
|
|
"TimeFlowFileSelect": 1,
|
|
"TwoHandedIdle": 1,
|
|
"VisualAgony": 1,
|
|
"WidescreenActorCulling": 1
|
|
},
|
|
"gRandoEnhancements": null
|
|
}
|
|
},
|
|
"presetName": "Main Vanilla+",
|
|
"isBuiltIn": true
|
|
} |