Save your script package as a new copy. Rename the .sscript file .zip and extract its contents. You should see the following:
Code: Select all
manifest.xml
icon.png
your_script_name.js
your_script_name.sscript
your_script_name.xml
Code: Select all
<Key1 Validation="None" LocalizedTagName=" Key" Subtype="inline" Default="" Tooltip="" DetailedInfo="" Type="string" Editor="inline;sltextwithvar;scriptexp"></Key1>
<Value1 Validation="None" DependencyCondition="Not-empty" Dependencyvalue="Yes" LocalizedTagName="↳ Value" Subtype="inline" Default="" Dependency="Key1" Tooltip="" DetailedInfo="" Type="string" Editor="inline;sltextwithvar;scriptexp"></Value1>
<Key2 Validation="None" LocalizedTagName=" Key" Subtype="inline" Default="" Tooltip="" DetailedInfo="" Type="string" Editor="inline;sltextwithvar;scriptexp"></Key2>
<Value2 Validation="None" DependencyCondition="Not-empty" Dependencyvalue="Yes" LocalizedTagName="↳ Value" Subtype="inline" Default="" Dependency="Key2" Tooltip="" DetailedInfo="" Type="string" Editor="inline;sltextwithvar;scriptexp"></Value2>
<Key3 Validation="None" LocalizedTagName=" Key" Subtype="inline" Default="" Tooltip="" DetailedInfo="" Type="string" Editor="inline;sltextwithvar;scriptexp"></Key3>
<Value3 Validation="None" DependencyCondition="Not-empty" Dependencyvalue="Yes" LocalizedTagName="↳ Value" Subtype="inline" Default="" Dependency="Key3" Tooltip="" DetailedInfo="" Type="string" Editor="inline;sltextwithvar;scriptexp"></Value3>
I found this to be a big time saver. Props to the Enfocus engineers for leaving that file unencrypted -- if only our source code was so lucky.