Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add saving, loading, importing & exporting settings to 3D Graphics Settings Demo #1072

Open
echoless3484 opened this issue Jun 9, 2024 · 1 comment

Comments

@echoless3484
Copy link

Which demo project is affected:
https://godotengine.org/asset-library/asset/2738

Goal:
Adding saving, loading, importing & exporting settings with ConfigFile to 3D Graphics Settings Demo

Description:
Hey there, I am quite a beginner and i've been trying to figure out saving and loading settings (mainly loading) to my game, having a project that has this feature built in as a demo project would be very useful for those who are struggling in a similar way.

Help me:
If you know how to load settings through ConfigFile and set an existing dropdown to them, please let me know, i'd love the help! Message me on Discord if possible: "echoless" (#3484).

@Calinou
Copy link
Member

Calinou commented Jun 13, 2024

I started to do this in https://github.com/Calinou/godot-demo-projects/tree/improve-graphics-settings-demo a while ago, but didn't have time to complete it yet.

If you know how to load settings through ConfigFile and set an existing dropdown to them, please let me know, i'd love the help!

The procedure should be the same as in the Saving games documentation. You can also check the demo project linked within that page for an example of ConfigFile usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants