Hi there
There are lots of programs such as dark explorer capable of open an exe, so we could make our own encryption. What I did to test, is something like this:
Quote: "for i= 1 to 100
if limb exist(1,i) then rotate limb 1,i,120,-120,120
if limb exist(1,i) then scale limb 1,i,rnd(100),rnd(100),rnd(100)
next i
"
That converts our object to an useless mesh until we return it to original position. We save this useless object and when we load it, we make something like
Quote: "for i= 1 to 100
if limb exist(1,i) then rotate limb 1,i,0,0,0
if limb exist(1,i) then scale limb 1,i,100,100,100
next i"
Using vertexdata, we could transate position of vertex to new position the value we want and return them back with our function.
Cheers.
I'm not a grumpy grandpa