Create Encrypting Max Script

5
votes
Author Name: 
Michele71
Version: 
1.0
Date Updated: 
01/22/2010

Simple script that allow the convert Max Script File (.ms) in Encrypting Max Script file (.mse).
create .mse

Additional Info: 

Launch the script normally

Quik Help:

1)Choose Max Script file to convert in Encrypt Max Script file

2) Choose the version of the .mse

Version 0 is uses the old encryption scheme of 3ds Max 2 to 9
Version 1 is uses the new encryption scheme introduced in 3ds Max 9 SP 1
The new script is saved in the same directory as the source script file

3) Create .mse file

------------------------

Create Encrypting Max Script
by Michele Marcelli
Medal71@Hotmail.it

Version Requirement: 
all version 3dsMax -- to 2 a 2010
AttachmentSize
Create_Encrypting_Script.ms2.17 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
mad's picture

great! thanks a lot ;)

great! thanks a lot ;)

Michele71's picture

The response of Anubis is

The response of Anubis is right. And his example is the best!

Anubis's picture

You cannot encrypt

You cannot encrypt macroScript (due to Max limitation), but if you need to run the .mse file from macros, then there is a quick 'How To' example:

macroScript macro_Example category:"Help" tooltip:"Example"
(
    fileIn "my_example.mse"
)

my recent MAXScripts RSS (archive here)

mad's picture

how can i encrypt macro

how can i encrypt macro script? if i create a mse file using your script from macro script and then open it in max it show an error "syntax error at name: expected macro script"

Michele71's picture

Correct little bug! :) :)

Correct little bug! :) :)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.