satisfactorymodding / satisfactorymodding/SatisfactoryModLoader
"Reset to default" for config options
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 344
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Button for all config types that can reset them to their default values. The default value is on the CDO of the config property object.
@ryan-skabelund has an implementation of this we can adapt:
https://discord.com/channels/555424930502541343/555515791592652823/1370918802518315079
https://github.com/satisfactory-mods-by-ryan/ResetConfiguration
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked ResetConfiguration implementation and the referenced Discord discussion, then trace how config property objects expose their CDO defaults in SatisfactoryModLoader. Done means every supported config type has a reset button that restores its value from the property object's CDO.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, unreal-engine
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100