Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: link3d on April 08, 2015, 03:24:37 PM

Title: custom Install batch for renderfarm?
Post by: link3d on April 08, 2015, 03:24:37 PM
Is it possible to start the installer with custom batch settings?
I´d like to set:
-renderslave mode
-max2015 64 bit only
-custom itoosoft folder
-default 3dsmax-folder
all the best, Matthias
Title: Re: custom Install batch for renderfarm?
Post by: Paul Roberts on April 08, 2015, 04:32:59 PM
Hi,

You can find more information about unattended installation in our documentation here (http://docs.itoosoft.com/display/RAILCLONE/Installation+and+Files), but below should be the info you need:

The setup program supports unattended installations using the following parameters:

    /? - See available parameters
    /S - Enable automated render farm installation
    /MAXVER=[max9-32, max9-64, max2008-32, max2008-64, max2009-32, max2009-64, max2010-32, max2010-64, max2011-32, max2011-64, max2012-32, max2012-64, max2013-32, max2013-64, max2014-64, max2015-64]
    /MAXDIR=<3dmax installation path>
    /LICMODE=[rendernode, network, stand-alone]
    /LICHOST=<License server host>
    /LICPORT=<License server TCP port>

From RailClone 2.4 and above, /MAXDIR and /MAXVER are optional. If not specified, the software is installed for all Max versions available in the computer.

Example of silent installation for Max 2013
Code: [Select]
RailClonePro.exe /S /MAXVER=max2013-64
Unfortunately at present it isn't possible to set a custom iToosoft folder.

I hope that helps,
Many thanks,

Paul
Title: Re: custom Install batch for renderfarm?
Post by: link3d on April 08, 2015, 05:22:28 PM
hmmm, no custom itoosoft folder, that´s bad as this ist the main thing for us. We use one custom itoo folder where all our custom libraries are stored, both for forestpro and railclone. Is there an alternative for all this stuff sitting NOT local?
Matthias
Title: Re: custom Install batch for renderfarm?
Post by: Paul Roberts on April 08, 2015, 06:48:39 PM
Hi Matthias,

For rendering it isn't really necessary for RailClone to be able to access the Library folder. RailClone presets, once already added to a scene, do not pull in any further content dynamically. Of course texture locations are another issue but they shouldn't be any different from other materials used in the scene.

However, should you need to, there are a few ways to add or adjust the library locations used by RailClone.

Add library locations from the library browser.


Add library locations via the Registry.
Alternatively, you could add the library locations to the registry directly. To do this

Adding texture paths.
To include the texture paths used by libraries, add the locations by following these steps:

The paths are stored in 3dsmax.ini. So you could batch edit and add them manually here, or you could even push a single ini file out to all the pcs on your network so they all have the same settings (assuming they are the same configuration)

(http://lonelymonk.com/forum_images/c81fcb49494b492f93af51311ec96c9e.jpg)

I hope that info is useful. Please let me know if there's anything else I can do to help out.

Many thanks,

Paul