ITOOSOFT Forum

Author Topic: New Update Manager - Maxscript access for location?  (Read 292 times)

Morne

  • Full Member
  • ***
  • Posts: 170
New Update Manager - Maxscript access for location?
« on: November 27, 2025, 12:05:00 pm »
Hi

Just noticed the latest manager lets you set the location of the built in library.

Do we have maxscript access to set this location?

Michal Karmazín

  • ITOOSOFT
  • Hero Member
  • *****
  • Posts: 3200
Re: New Update Manager - Maxscript access for location?
« Reply #1 on: November 27, 2025, 12:18:40 pm »
Hi Morne,

You can modify the path without opening the UI by editing the Assets Folder entry in the following system registry key:

HKEY_CURRENT_USER\SOFTWARE\Itoo Software\Update Manager\Preferences

I hope this helps.

Best regards,

Morne

  • Full Member
  • ***
  • Posts: 170
Re: New Update Manager - Maxscript access for location?
« Reply #2 on: December 02, 2025, 11:41:22 am »
Hi Morne,

You can modify the path without opening the UI by editing the Assets Folder entry in the following system registry key:

HKEY_CURRENT_USER\SOFTWARE\Itoo Software\Update Manager\Preferences

I hope this helps.

Best regards,

will this take effect if I trigger it calling a powershell script with maxscript, and thus take effect instantly, or will max need to be closed, in which case I need to think of a logon script perhaps that set the path...

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4734
    • iToo Software
Re: New Update Manager - Maxscript access for location?
« Reply #3 on: December 02, 2025, 12:01:51 pm »
will this take effect if I trigger it calling a powershell script with maxscript, and thus take effect instantly, or will max need to be closed, in which case I need to think of a logon script perhaps that set the path...

It takes effect only the next time that Update Manager is launched, and dowloads the libraries to the new location.
When this take place, the following registry keys are also updated, which defines the location of the assets for each plugin:

[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\Forest Pack Pro\EffectsDir]
[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\Forest Pack Pro\LibraryDir]
[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\Forest Pack Pro\MatlibDir]
[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\Forest Pack Pro\TexturePaths]

[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\RailClone Pro\LibraryDir]
[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\RailClone Pro\MacroDir]
[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\RailClone Pro\MatlibDir]
[HKEY_CURRENT_USER\SOFTWARE\Itoo Software\RailClone Pro\TexturePaths]

So, if you want to define the library paths using the registry, i would suggest to set these keys as well. They must be assigned before plugins are loaded in Max.

If needed, you also can run Update Manager by command line. Use "C:\Program Files\Itoo Software\Common>UpdateManager.exe help" to see the parameters.

Carlos Quintero
iToo Software