rakugoteam / Rakugo-Dialogue-System

Inspired by Ren'Py, Rakugo is a project aiming to provide a way to make narrative-based games on Godot easily. Simplify your project, if it is a visual novel, point and click, RPG, interactive text game or many other styles and blends of styles.
https://rakugoteam.github.io
MIT License
222 stars 7 forks source link

Plugin.gd, update setting "addons/rakugo/save_folder" to "user://saves" #169

Closed theludovyc closed 1 year ago

theludovyc commented 1 year ago

Currently settings is "res://saves". This is bad, users have this settings by default. Saves should be created in "user://saves"

Jeremi360 commented 1 year ago

This was so it will be easier to test/check saves, but now when everything works it can be back to "user://saves"

theludovyc commented 1 year ago

We can change this setting in this repo, to test/check saves easier.

The problem is that by default it is "res://saves". So when user download a release and enable plugin, it save in res:// and not in user://. And that is bad.

Jeremi360 commented 1 year ago

@theludovyc Apparently I have not made myself clear, You are right that this may be a problem and we will change it. But not by changing in ProjectSettings but in plugin.gd, because there it is initialization

theludovyc commented 1 year ago

I have doubt sorry. Glad it is clear now :) !