Open Source Platform
for interconnected virtual worlds

Setting up Beneath the Waves world for Network Use

From RexWiki

Here are the steps to setup Beneath the Waves world coming with the server 0.4 release for network use. Configuring the server isn't very easy because it requires modifying the SQLite database.

  • First configure the server as normal using following Setting up Servers for Network Use (so that people can connect from LAN / Internet)
  • Edit rexserver\RexBots.xml and change all the storage_addresses to use your avatar storage server's ip
  • Edit rexserver\ScriptEngines\PythonScript\ChambersOfIkuturso\coi_touchtrigger.py and change the self.AvatarStorageIP to use your avatar storage server's ip
  • Edit authentication\Authentication.db file's users table so that avatarStorageUrl uses the avatar storage server's ip. You can use SQLite Database Browser available from http://sourceforge.net/projects/sqlitebrowser/ or some similar tool to do this.