So where do I put my scripts to stop it deleting them.
I have had to download my scripts from here a couple of times at present this is a big flaw.
well, concept is that the 'default' script pack is a protected and fully synced. i think that is best for the majority of the users. that way we are not combing 'default' script pack with other scripts and then having some out dated, old, not synced, deleted.. etc.
for developers, and for testing.. put any scripts in a new script pack/directory.
a. create new directory in /scripts/<name>
b. create a new 'bcs.<name>.ini' file
you can copy /scripts/default over to /scripts/<name> and edit or test those. they remain untouched when updating 'default' script pack
then, you can toggle which 'script pack' you are using ('default' or '<name>' in the Bit Che GUI using the menu or the button under the Script List.
idea is that if you have fixed script, then it should get sent to the GitHub so that the /script/default/ is auto updated on any user who has that option selected. note, you can turn off 'auto update default script pack' in the Preferences.
also, relevant, lets say the user wants another script pack.. such as 'anime'. anyone can create and maintain a 'anime' script pack and the pack can have its own update check and can keep that fully in synced too.
open to suggestions on this