Itoo Software Forum
Forest Pack => Forest Pro (*) => Topic started by: Fer on June 12, 2023, 10:12:24 pm
-
Hello,
I'm trying to run the install for forest and railclone with a batch script I have set up that has always worked with other versions of max but it won't work with max 2024, bellow is the way I have it set up
\ForestPackPro822_x64.exe" /S /MAXVER=max2024-64 /MAXDIR="C:\Program Files\Autodesk\3ds Max 2024" /LICMODE=network /LICHOST=XXX /LICPORT=16720 /SHAREDFOLDER="V:\Models\22_Forest-RailClone SharedAssets"
\RailClonePro607.exe" /S /MAXVER=max2024-64 /MAXDIR="C:\Program Files\Autodesk\3ds Max 2024" /LICMODE=network /LICHOST=XXX /LICPORT=16720 /SHAREDFOLDER="V:\Models\22_Forest-RailClone SharedAssets"
is there something wrong with this setup for max 2024?
-
Hi,
In recent versions, for the 3ds Max 2022 and above, our plug-ins are now installed at C:\ProgramData\Autodesk\ApplicationPlugins, using the latest package format for plugins and there's no need to specify /MAXVER & /MAXDIR parameters - these parameters have been "replaced" by the /APPPLUGINSDIR parameter (most usually, it's not needed to specify the "/APPPLUGINSDIR" folder).
I hope that helps.
Best regards,
-
I removed the /MAXVER and /MAXDIR and now the installer worked, thanks!