Notifications
Clear all

[Closed] How to create *.mse file without 3ds max

Hi everyone!

Internet search has not given me an answer.
Maybe somebody knows how to create encrypted maxscript file (.mse) without 3ds max.
For example.
Suppose that on your home web page has a form to fill out, which after filling the codes entered text data in (
.mse) and send the file to the specified e-mail.
I will be glad to hear any ideas

Thanks in advance

6 Replies

… and run this mse file without max

Of course not

Convert entered text data in (*.mse) and send the file to the specified e-mai for use this *.mse file in 3dsmax

Hope could explain the task ))

get one of the many encryption libraries (blowfish is pretty easy to use), create a tool that encrypts your script text (with the key only you know). Create a simple plugin in max that decrypts the text (using the same key) and runs the script using sdk function


  BOOL ExecuteMAXScriptScript  (  MCHAR *  s, BOOL  quietErrors = FALSE, FPValue *  fpv = NULL )   
   

simples, though it’s even easier just implement it as an sdk plugin if your that desperate to hide your source code.

Wow! Thanks Klunk!

I think that’s exactly what I want, but I’m not so good at SDK.
The main thing I now know the direction

Thanks again!

PS. Be sure to write about the results )

Any other ideas are still accepted!
I would be glad if you share methods of implementing such tasks
Thanks in advance

it sounds like you want ‘specifically’ encrypt maxscript files for a specified user.

as Klvnk said you have to have your own encrypter/decrypter. of course it will be easily crackable. but it will be a different level. it will not be the same easy as go to www.<site>, pay 20 bucks, and get a code.