Ok. So here's how i have it setup:
I've copied all Octane 3ds Max files to C:\Program Files\OTOY. Folder structure is shown in Picture001.png.
Root folders contain octane.dat, octane.dll and vcomp.dll files. Plugins folders contain Octane3dsmax.dlr.
Then I've created INI file for each Octane for 3ds Max installed and stored them in C:\Program Files\OTOY.
3ds_Max_2014_Octane_118.ini contents are:
Code: Select all
[Directories]
Octane=C:\Program Files\OTOY\Octane_3ds_Max_2014_118\Plugins
Code: Select all
[Directories]
Octane=C:\Program Files\OTOY\Octane_3ds_Max_2014_120\Plugins
3ds_Max_2014_Octane_118.cmd:
Code: Select all
set PATH=C:\Program Files\OTOY\Octane_3ds_Max_2014_118\Root;%PATH%
call "C:\Program Files\Autodesk\3ds Max 2014\3dsMax.exe" -p "C:\Program Files\OTOY\3ds_Max_2014_Octane_118.ini"
Code: Select all
set PATH=C:\Program Files\OTOY\Octane_3ds_Max_2014_120\Root;%PATH%
call "C:\Program Files\Autodesk\3ds Max 2014\3dsMax.exe" -p "C:\Program Files\OTOY\3ds_Max_2014_Octane_120.ini"
Tested on Windows 8 Pro and Windows 8.1 Pro with 3ds Max 2014 SP3. Both machines have UAC off and Admin approval mode is disabled in Security Policy. I don't know if UAC and Admin approval mode affect it but just wanted let you to know
