virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
735 stars 61 forks source link

make sure that app-config and other configs are stored in unique locations #67

Closed Zutatensuppe closed 2 years ago

Zutatensuppe commented 2 years ago

i noticed that theoretically app-config could be overwritten by a normal config, if that config is called app-config maybe all 'normal' configs should get a prefix attached when saving/loading to prevent this?

That's actually a good point. Maybe appending model_config_ to the start of all 'normal' configs would make sense.

Originally posted by @you-win in https://github.com/you-win/openseeface-gd/issues/61#issuecomment-974113503

you-win commented 2 years ago

Solved in the current alpha release