
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings
Past versions of 3ds Max particularly Max 2014/16, I've been able to set the MaxStart Custom User Path via a simple maxscript, example below. The script adds a custom directory to the 3dsmax.ini file, so the next time you start Max it launches the maxstart.max file in that location.
setINISetting (getMAXIniFile()) "Directories" "MaxStart" "c:\test"
Problems arise with the script in Max 2019. The script runs perfectly and updates the 3dsmax.ini with the appropriate custom path. However when you launch max again the 3dsmax.ini resets the MaxStart directory to the default ./scenes directory.
Only way I can get a custom path to stick is via the menus, how ever in this scenario I need it to work via maxscript.
Any help would be appreciated.
Solved! Go to Solution.