thanks ppl:)
about fx-files, i thought about adding one userdefinable, like with the faderbox. i dont want to give everything editable, because thats not what was my intention on this tool. but one editable is better, will be added.
about the presets yes, maybe i should add a load button, i'll try this. at the moment the presets are in the sky_settings.wdl and have to be copied manually into the projects script.
//////////////
when attempting to port a saved sky, open up the sky_settings.wdl and copy the array-definition from the right section (your entered name appears as a comment there) and paste it into your projects script like seen in the skySystem2_demo.wdl
using initSkySystem2(1); // if its already started use value 0
will apply the new values.
or adjusting parameters at your own by directly adressing them (see info doc)
just look into the skySystem2_demo.wdl how i did it there
hope this gets you started:)