# OpenVerse Personal Server (ServGUI) Configuration # # Tech docs for OpenVerse. # # Module Name - Main Module # Current Maintainter - vile # Sourced By - OpenHelp # # Portions Copyright (C) 1999 Bruce Gingery # OpenHelp Conversion Copyright (C) 1999 David Gale # For more information visit http://OpenVerse.org/ # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # OpenVerse Technical Help # Converted from documentation written by Bruce Gingery # proc pindex {} { global MV set MV(url.-2.1.what) "mailto:cruise@openverse.org" set MV(url.-2.2.what) "http://www.openverse.com/" set MV(url.-2.3.what) "http://www.openverse.com/plugins" set MV(url.-2.4.what) "mailto:bgingery@gtcs.com" set MV(url.-2.5.what) "http://export-ventures.com/tcltk.htm" set MV(url.-2.6.what) "http://www.openverse.com/objects.php3" set MV(url.-2.7.what) "mailto:villain@openverse.com" openHelp "OpenVerse Personal Server Configuration" {

OpenVerse Personal Server Configuration

Written by Villain This section contains information on confiruing your own OpenVerse server using the ServGUI tool within OpenVerse. 1. OverView 2. Starting a Personal Server 3. Server Settings 4. Server Directories }} proc SHLP_Overview {} { openHelp "OpenVerse Personal Server Overview" {

Overview

Why a personal server? Well there are many answers to this question. For instance a personal server allows for you to develop and test server objects, create a private room to host a personal meeting, start your own room, or possibly even a game (via server objects). Wanna give it a spin? Next [Main Index] }} proc SHLP_Start {} { openHelp "Starting a Personal Server" {

Getting Started

To start a personal server either hit alt+s in the main window or click the setup button and click the "Start Server" button. You will then be presented with a window thst is titled "Personal OpenVerse Server", this means your server is running, and allows you to perform a few functions. The buttons are as follows: Kill Server: Shuts down your personal server. Server Settings: Presents the Server Settings window, which allows you to configure your personal server. Announce Server: Sends a link to your server to everyone in the room you are currently in. Connect: Connects your client to the server you have started. Clear Log: Empties the personal server log window. Users Connected Displays how many users are on your server. (this is not a pushable button) From here you should proceed on to Server Settings [Main Index] }} proc SHLP_Ssettings {} { openHelp "Personal Server Settings" {

Personal Server Settings

Room Name: Title that will appear both at the top of the client window, and on the ort link (if registered). Max Av Size: Allows you to set the maximum image size Width and Height that a user can have in your room. Room Image: The background image for your room. This should be a 640x480 gif. NOTE! ONLY GIF FILES ARE SUPPORTED! Max Users: Allows you to set a maximum number of users that can connect to your server at the same time. Set this to 0 (zero) to have no limit. Server Port This is the port that your server will accept connections on (7000 by default). Max Multiple Logins This setting allows you to choose how many connections may be made from the same ip. (usually the same user) Max Msg Len: This allows you to set the maximum ammount of characters (such as letters or numbers) that may be sent in one message. Allow Push Check or uncheck this box to choose wether or not you want to allow the /push command on your server.

ORT Settings

The following settings allow you to register with the ORT and provide information about your server to all those who use the ORT. Rating: Rate the content of your server (consider this as you would rate it if it were a movie). Register With ORT Check this box to register your server with the ORT, and uncheck it to do the opposite. ORT Server: Give an IP Address and port for the ORT Server you wish to register with. There is currently only one ort, with the host ort.openverse.com and the port 4200 ORT Username: Set a unique username for dealing with the ORT. ORT Password: Set a unique password for dealing with the ORT. ORT Location: Set X and Y cooridantes for the ORT to be located on the screen when it logs in. Serv Description: Enter information about your server here IE: My personal server. Come in and Join the fun! Serv Location: Enter the State and Country the server resides in. Serv Admin:Enter the Name and Email of the servers adminstrator (you). Serv Website: Enter the url for the servers webpage (your webpage) After configuring these settings Hit Save/Apply to enact the changes, or cancel to undo everything you have typed. At this point you may wish to learn more about Server Directories. [Main Index] }} proc SHLP_Sdirs {} { openHelp "OpenVerse Personal Server - Server Directories" {

Server Directories

The following directories contain files used for your personal server: rooms: Should contain the image you use for your server's background. simages: Contains the images used by all the users that have connected to your server. images: Contains the images for your objects (also contains your avatars) sobjects: Should contain all objects you wish to utilize on your server. See http://www.openverse.com/objects.php3 [Main Index] }} pindex