#1 Added by Jennah(arispotle) 1 decade ago Report | Quote
#2 Added by Sywindt(Yubo) 1 decade ago Report | Quote
Edited 2 times | Last edited by Sywindt(Yubo) (1 decade ago)
---
#3 Added by Liliang 1 decade ago Report | Quote
#4 Added by Jennah(arispotle) 1 decade ago Report | Quote
#5 Added by Iala(arispotle) 1 decade ago Report | Quote
#6 Added by Sywindt(Yubo) 1 decade ago Report | Quote
Switching zones takes a very long time though, be warned about that (entering/leaving a guild hall or apartment or using a teleporter can take minutes in such a setup rather than seconds).
#7 Added by Breony(arispotle) 1 decade ago Report | Quote
Optionally you can also add your username/password on the commandline to login directly:Target: "C:\Program Files (X86)\Ryzom\client_ryzom_rd.exe" breanna yourpasswrd /multi
#8 Added by Iala(arispotle) 1 decade ago Report | Quote
IalaSwitching zones takes a very long time though, be warned about that (entering/leaving a guild hall or apartment or using a teleporter can take minutes in such a setup rather than seconds).If you have a multicore machine, this is easily fixed by setting the different clients to use different cores. I use a program called WinAFC (available both in 32 and 64 bit versions) to do this for me automatically.
#9 Added by Marla 1 decade ago Report | Quote
will have to try that (no single core machines left here, smallest has 5). Was under the impression it was mostly GPU related.
#10 Added by Felagund 1 decade ago Report | Quote
#11 Added by Erizon(arispotle) 1 decade ago Report | Quote
If you have a multicore machine, this is easily fixed by setting the different clients to use different cores. I use a program called WinAFC (available both in 32 and 64 bit versions) to do this for me automatically.
#12 Added by Iala(arispotle) 1 decade ago Report | Quote
SywindtIf you have a multicore machine, this is easily fixed by setting the different clients to use different cores. I use a program called WinAFC (available both in 32 and 64 bit versions) to do this for me automatically.In Windows 7, the "start" command allows you to set processor affinity. I don't have a Windows 7 box handy, but the syntax in Server 2008 is:start C:\whatever.exe /affinity 1That will use the first CPU/core (which, confusingly, is listed in Task Manager as 0). I don't use this, but it may also be possible to specify multiple CPUs/cores.
#13 Added by Beeficus 1 decade ago Report | Quote
Optionally you can also add your username/password on the commandline to login directly
Works for Ryzom only if you also set a username and password for the client, else it uses those arguments as username and password (and of course fails to log in). So "C:\Program Files (x86)\Ryzom\client_ryzom_rd.exe" username password /multi /affinity 2
#14 Added by Sywindt(Yubo) 1 decade ago Report | Quote
Erizonstart C:\whatever.exe /affinity 1Works for Ryzom only if you also set a username and password for the client, else it uses those arguments as username and password (and of course fails to log in). So "C:\Program Files (x86)\Ryzom\client_ryzom_rd.exe" username password /multi /affinity 2
start C:\whatever.exe /affinity 1
start /affinity 2 "c:\Program Files (x86)\Ryzom\client_ryzom.rd.exe" /multi
Last edited by Sywindt(Yubo) (1 decade ago)
#15 Added by Erizon(arispotle) 1 decade ago Report | Quote
powered by ryzom-api