Add modal to teach player about presets (#5903)

* Add modal to teach player about presets

* Change cvar to CVAR_GENERAL

* Update soh/soh/Enhancements/FileSelectEnhancements.cpp

Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>

---------

Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
This commit is contained in:
aMannus
2026-01-04 21:28:06 +01:00
committed by GitHub
parent 34728efe6f
commit 0e7212d939
15 changed files with 53 additions and 11 deletions

View File

@@ -52,6 +52,6 @@
"gRandoEnhancements": null
}
},
"presetName": "Main Vanilla+",
"presetName": "Enhancements - Curated First Time Vanilla",
"isBuiltIn": true
}

View File

@@ -133,6 +133,6 @@
"gRandoEnhancements": null
}
},
"presetName": "Main Randomizer",
"presetName": "Enhancements - Curated Randomizer",
"isBuiltIn": true
}

View File

@@ -55,6 +55,6 @@
"gRandoEnhancements": null
}
},
"presetName": "Main Enhanced",
"presetName": "Enhancements - Curated Returning Vanilla",
"isBuiltIn": true
}

View File

@@ -6,6 +6,6 @@
"gRandoEnhancements": null
}
},
"presetName": "Main Default",
"presetName": "Enhancements - Reset to Default",
"isBuiltIn": true
}

View File

@@ -64,6 +64,6 @@
}
}
},
"presetName": "Rando Advanced",
"presetName": "Rando Seed Settings - Advanced",
"isBuiltIn": true
}

View File

@@ -46,6 +46,6 @@
}
}
},
"presetName": "Rando Beginner",
"presetName": "Rando Seed Settings - Beginner",
"isBuiltIn": true
}

View File

@@ -78,6 +78,6 @@
}
}
},
"presetName": "Rando Hell Mode",
"presetName": "Rando Seed Settings - Hell Mode",
"isBuiltIn": true
}

View File

@@ -4,6 +4,6 @@
"gRandoSettings": null
}
},
"presetName": "Rando Default",
"presetName": "Rando Seed Settings - Reset to Default",
"isBuiltIn": true
}

View File

@@ -58,6 +58,6 @@
}
}
},
"presetName": "Rando Standard",
"presetName": "Rando Seed Settings - Standard",
"isBuiltIn": true
}