If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Command line switches would be great! (as I requested in the wishlist ) That way you can add the install to a .bat script, making installation on many machines soooo much easier.
Both the MSI installer package and the Nullsoft installer package have support for command-line switches. I'm not sure what you guys are using. Great to hear you're looking into it though!
maybe on the installer you can type in the ip addresses you want to install to hehehe. that would be cool. and you tell the installer where the liscence dongle will be plugged into so it will install vray on all slaves then point them all to the dongle computer.
---------------------------------------------------
MSN addresses are not for newbies or warez users to contact the pros and bug them with
stupid questions the forum can answer.
maybe on the installer you can type in the ip addresses you want to install to hehehe. that would be cool. and you tell the installer where the liscence dongle will be plugged into so it will install vray on all slaves then point them all to the dongle computer.
I don't think telling the installer which IP to install to would work, because that would require something to be already installed on the target machine to accept the incoming installation request.
Also, I don't think it's necessary to have a paramater telling the slaves where the dongle is. I believe the WIBU drivers can search that out on their own. That's how it works for the other WIBU-enabled software that we already have in the office.
oh. on my slave i didnt bother installing the drivers
---------------------------------------------------
MSN addresses are not for newbies or warez users to contact the pros and bug them with
stupid questions the forum can answer.
i wrote a distribution app for plugins on a farm a while back. it worked by simply copying over needed files wich should be enough for slaves....should be a piece of cake for anyone to write...and that's one button distribution :P
i wrote a distribution app for plugins on a farm a while back. it worked by simply copying over needed files wich should be enough for slaves....should be a piece of cake for anyone to write...and that's one button distribution :P
Thorsten
That's been a solution in the past... but it's a pain trying to remember all the files that go with any particular plugin.
we have been trialing a central plugin repositry, seems to work ok. However you still need these three files in the max root:
vray60.dll
libmmd.dll
cgauth60.dll
Just copy them from the 3dsmax root directory after you install the workstation license. These files will then be required on each node. You can then make a custom plugin.ini file which will tell each render node to look at the network plugins folder.
vray additional: "plugins contained with 3dsmax8/plugins/vrayplugins/"
"Very important that the main plugins load before the additonal ones"
I believe farm management systems like Deadline allow you to specify a custom plugin.ini file at rendertime, but that unfortunetly that still does not fix the vray problem. Hopefully 3dsmax implements a feature like this in the future, and vray will no longer require the files in the max root.
Drew
Drew Wood-Davies
Head Of Lighting & Look-Development | Method Studios | Melbourne, Australia
Add the path to the networkfolder containing the vray dll's to your computer's´environment, best in first place in the path variable. Don't forget to place the updated libmmb.dll there as well. Works like a charm, everything is centralised then.
Oops, just missed the reply...
First, you move all vray relevant dll's from maxroot (vray60.dll, libmmd.dll, cgauth.dll) to a network folder accesible to all machines. Then, you add this folder to the windows path of all your workstations - I mean the Windows OS path variable, so it's not max related, but max will look for missing dll's in the system path entries. Be sure to remove all dlls mentioned above locally.
We haven't done the networked plugin directory because a lot of plugins (like speedtree, simbiotmax, realflow, easyNat...) like to install things like license managers elsewhere on the system. So even if you have a network plugin folder, you still need to run the installer on each machine and point it at the network plugin folder instead of the default max plugin folder.
many dont need the licensing installed, but rely on a bunch of files to be present. (like dreamscape and afterburn need the tsregisternow.dll in max root etc).
Comment