Page 1 of 1

meshing

Posted: November 8th, 2017, 5:28 pm
by last39er
lets say I just want to save a skin. I am using a few components from different skins, how do I do that?

Re: meshing

Posted: November 8th, 2017, 6:18 pm
by balala
last39er wrote:lets say I just want to save a skin. I am using a few components from different skins, how do I do that?
First: what you mean by save a skin?
If you'd like to create a skin installer package (a .rmskin file), you have to copy all components into one config (a folder in your Skins folder), creating there a .ini file and a @Resources folder and everything else you need for your skin. Also have to verify your code to have the proper names and paths of those elements.
Then create the .rmskin installer by clicking the Create .rmskin package button on the Skins tab of the Manage window.
Is this what you wanted?