How do I create a file (.dse) to customize a color?
food.plus13
Posts: 133
Hi everyone
Do you know how to create a file (.dse) that allows me to choose a custom color?
I bought an item and it contained a .dse file to customize the color instead of having lots of files to choose a specific color.
Here are 2 screenshots
Thanks
p.PNG
132 x 147 - 4K
c.PNG
435 x 172 - 8K
Comments
A dse file is a scripts.
You know that you can open surfaces and set a color there?
Thank you, yes I knew but I find that a script is more practical for changing color instead of going to the Surface tab, selecting a surface.. ect..
A DSE is an Encrypted Binary DS script file, they are designed to be used like a DS/DSA/DSB file but you can't open them up to take a look at the code, or even to edit them.
You with need to use the Script IDE pane to code your script and then to save it as a DSA/DSB (it's a backup in case you messed up) before you encrypt it.
Ok thank you very much.. Do you know where I can find a script code to be able to change the color surfaces?
You have to learn Daz Script first if you do need to code a DSA yourself... and for personal use, you don't need to encrypt DSA to DSE.
Daz Script - http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/start
Samples (a couple of samples relate to changing property values of Color) - http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/start
Thank you very much, I'll look into that..