Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Noob basic question about running Maxscripts and MSE

Noob basic question about running Maxscripts and MSE

heynewt
Advocate Advocate
1,388 Views
2 Replies
Message 1 of 3

Noob basic question about running Maxscripts and MSE

heynewt
Advocate
Advocate

 

Hi,

 

I'm transitioning to MAX from Modo.  I've just started looking at running scripts that I've downloaded from ScriptSpot.  The problem is, with many of the scripts I've downloaded when I run them nothing happens.  Is this common?  Is every MaxScript different?  Is there a console that shows what MaxScripts are running in the background?

 

I downloaded a script collection as an MSE file.  I ran it, and... nothing.  Where are those scripts?

 

And if a script is running in the background, what's people's workflow for actually accessing the script?  I guess I assumed a dialogue box would pop up when I run scripts. 

 

Thanks!

0 Likes
Accepted solutions (1)
1,389 Views
2 Replies
Replies (2)
Message 2 of 3

darawork
Advisor
Advisor
Accepted solution

Hi,

 

Usually the place where you download the Maxscript will have a clue telling the user where the script will populate after running it, more often than not this will be in the 'Customise User Interface' Dialogue box, usually under a new entry in the toolbar tabs 'Category' dropdown list:

darawork_0-1679490107953.png

Sometimes it might take a while scrolling down the list to spot the new entry, that is if you are used to seeing what listings are already there, which you might not yet be unfortunately.

If you do spot the new 'Category', click on it, and you will see the script name in the subject field in the 'Action' portion of the window. From here it can be dragged and dropped onto an existing toolbar or a new toolbar that you have made yourself. It will stay populated as a new GUI item the next time you restart 3DSMax (just so long as you don't accidentially crash out of 3DSMax before it gets a chance to save the GUI which it will do so upon normal program exit).

In a case where there is no mention that you can see of where the new script should reside in the dropdown list, you can try to open the MS file with Notepad. This way you can read the top few lines of code for clues as to where it is populating: 

darawork_1-1679490416564.png



Although this won't work with MSE files, MSE files are Encrypted versions of MS files. This encryption is usually done for 'Commercial' MaxScripts, so as people can't read the code inside the file and perhaps plagiarise it. So opening up an MSE with Notepad will just show garbled content. In this case, make sure to re-check the websites page where you downloaded it from. 

The nicest, easiest form of Maxscript container files are MZP files, which are a Zip of all the nessesary installation components for the MS file. Dragging an MZP file from Windows Explorer directly into the 3DSMax scene window will usually launch an installation Dialogue box, and in some cases might even make the new button or Toolbar for you.

Regards,

Darawork
AutoDesk User
Windows 10/11, 3DS Max 2022/24, Revit 2022, AutoCad 2024, Dell Precision 5810/20, ASUS DIY, nVidia Quadro P5000/RTX 5000/GTX760

0 Likes
Message 3 of 3

heynewt
Advocate
Advocate
This is really helpful! Many of the scripts I'm downloading don't contain
much information. Really appreciate that detailed explanation. Thanks!