I think part of the problem is the same thing that is giving me grief in figuring out the avatar storage. RexServer0.5 zip download does not have authentication.exe nor avatarstorage.exe The ini files do not have anything in them to specify the locations of these servers (their IP addresses) When you create a new user on a running simulator, it does not prompt for the address of either of these servers.
For all appearances, it looks as if authentication and avatarstorage are supposed to be a part of the opensim+modrex bundle and aren't supposed to be running separately. All of the tutorials and pages on the wiki have not been updated to mention any of this so it is hard to tell. I would help make new tutorials, but I don't know what the actual process is supposed to be. Tony On Aug 7, 2:00 am, Gustavo Alberto Navarro Bilbao <[email protected]> wrote: > I think than the folks from RX forgotten to incluide it in the distro ;-D. > > You can start the services ono to ono: first the Authentication, then > AvatarStorage andlast rexserver with the double cik on the .exe o you can > copy these line in ttwi files, calling to the first > StartStandaloneRexServer.bat and to the second: StopStandaloneRexServer.bat > (change the extension from .txt to .bat and put them in the same directory > when you have the folders of atuthentication, Avstorage and RX-server-0.5 > > **************************************** > StartStandaloneRexServer.bat > > setlocal enableextensions > cd /d "%~dp0" > cd ".\authentication\" > start Authentication.exe" > cd "..\avatarstorage\" > start AvatarStorage.exe > cd "..\rexserver\" > start OpenSim.exe > > StopStandaloneRexServer.bat > > cd ".\authentication\" > taskkill /IM Authentication.exe > cd "..\avatarstorage\" > taskkill /IM AvatarStorage.exe > cd "..\rexserver\" > taskkill /IM OpenSim.exe > > Best and luck > > Albert. > 2009/8/7 LeVey Palou <[email protected]> > > > > > > > Hello, > > > excited to try this open source platform for setting up a standalone > > though i cannot find this file; > > > StartStandaloneRexServer.bat > > > I have tried to download the exe file several times to unpack the > > realxtend server and always I am not finding that one file. Thank you > > for any assistance, and if it is right under my nose i apologize in > > advance. > > > LeVey Palou --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/realxtend http://www.realxtend.org -~----------~----~----~----~------~----~------~--~---
