<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TechplexEngineer</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TechplexEngineer"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/TechplexEngineer"/>
		<updated>2026-05-15T09:37:08Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/CAPS</id>
		<title>CAPS</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/CAPS"/>
				<updated>2015-06-29T23:29:54Z</updated>
		
		<summary type="html">&lt;p&gt;TechplexEngineer: Created page with &amp;quot;CAPS is short for Capabilities. Often referred to as Region Capabilities. The CAPS a region supports are most often used by viewers to provide support for features such as med...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CAPS is short for Capabilities. Often referred to as Region Capabilities. The CAPS a region supports are most often used by viewers to provide support for features such as media, voice, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What are caps? ==&lt;br /&gt;
 Melanie_T: the capabilities concept is based on the &amp;quot;password&amp;quot; being a URL&lt;br /&gt;
 Melanie_T: so basically a URL is created to accept a specific message from a specific client&lt;br /&gt;
 Melanie_T: and simply knowing the URL constitutes right of access&lt;br /&gt;
 Melanie_T: these urls are ephemeral&lt;br /&gt;
 schaeffer: got it&lt;br /&gt;
 Melanie_T: the login server obtains a &amp;quot;seed&amp;quot; cap from the sim the user is sent to&lt;br /&gt;
 Melanie_T: the viewer accesses the seed cap to get all other caps&lt;br /&gt;
 Melanie_T: not every sim must provide every cap&lt;br /&gt;
 Melanie_T: a sim without a voice module loaded may not provide voice caps&lt;br /&gt;
 Melanie_T: a sim without media on a prim would not have media caps&lt;br /&gt;
 Melanie_T: so the seed cap response allows the viewer to adjust it's UI to the capabilities of the sim&lt;br /&gt;
 Melanie_T: additional info can be obtained by invoking some caps, like sim options&lt;br /&gt;
 Melanie_T: when you cross or teleport the sim you're departing gets a new seed from the sim you're going to&lt;br /&gt;
 Melanie_T: and gives it to you so you can contact the new sim&lt;br /&gt;
 Melanie_T: obviously, when crossing you already have them because you have an open child agent connection&lt;br /&gt;
 Melanie_T: while sims talk amongst each other, mot of the talking is done to the client&lt;br /&gt;
 Plugh left the room (quit: Ping timeout: 255 seconds).&lt;br /&gt;
 techplex: Melanie_T do sims talk to each other via caps?&lt;br /&gt;
 Melanie_T: no&lt;/div&gt;</summary>
		<author><name>TechplexEngineer</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User_Documentation</id>
		<title>User Documentation</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User_Documentation"/>
				<updated>2015-06-29T23:17:57Z</updated>
		
		<summary type="html">&lt;p&gt;TechplexEngineer: /* Integration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
This is user documentation for OpenSimulator, mainly aimed towards administrators of the system rather than the ultimate end-users who access the environment through a viewer. If you can't find what you want here you might want to try looking in the [[Developer Documentation]].&lt;br /&gt;
&lt;br /&gt;
For a summary of what features have been implemented in OpenSimulator, please see the [[Feature Matrix]].&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* [[Download]] - Download instructions&lt;br /&gt;
* [[Dependencies]] - The other packages you need to install that OpenSimulator relies upon&lt;br /&gt;
* [[Build Instructions]] - How to build and compile OpenSimulator from source&lt;br /&gt;
* [[Configuration]] - How to configure OpenSimulator so you can get the server up and running&lt;br /&gt;
* [[Configuring Regions]] - More details on configuring regions in Regions.ini&lt;br /&gt;
* [[Configuring Simulator Parameters]] - More details on the structure and configuration simulator parameters after the initial setup.&lt;br /&gt;
* [[Direct Service Requests]] - Details on how some requests that are by default handled by the viewer (e.g. GetTexture capability) could instead be handled directly by the service.&lt;br /&gt;
* [[Shared Services Configuration]] - An approach for sharing user, asset and inventory services between two otherwise separate grids.&lt;br /&gt;
* [[Database Settings]] - Detailed configurations to connect to your database&lt;br /&gt;
* [[Map]] - Information on configuring OpenSimulator to serve map tiles.&lt;br /&gt;
* [[Estate Support]] - Information about estates in OpenSimulator.&lt;br /&gt;
* [[Economy]] - Information (incomplete) on setting up the economy aspects of OpenSimulator (e.g. land sales).&lt;br /&gt;
* [[UserProfiles]] - Information on enabling the user profiles support included with OpenSimulator 0.7.6 onwards.&lt;br /&gt;
* [[Upgrading]] - How to upgrade your OpenSimulator version so that you can use your existing data&lt;br /&gt;
* [[Network Settings]] - NAT, Ports, Services and more.&lt;br /&gt;
* [[Firewall Settings]] - Incomplete operating system specific instructions on how to open firewall ports for external OpenSimulator access.&lt;br /&gt;
* [[Tips]] - Useful tips from users like you&lt;br /&gt;
* [[OpenSim Graphics]] - Graphics that can be used on OpenSimulator websites, viewer login pages or products.&lt;br /&gt;
* [[FAQ]] - Frequently Asked Questions&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
* [[Troubleshooting]] - General troubleshooting tips and links to other pages.&lt;br /&gt;
* [[Appearance Troubleshooting]] - Troubleshooting appearance specific issues (cloudy and grey avatars).&lt;br /&gt;
&lt;br /&gt;
== User Guide ==&lt;br /&gt;
* [[Connecting]] - How to connect a compatible viewer to OpenSimulator.&lt;br /&gt;
* [[Glossary]] - A glossary of terms used in OpenSimulator.&lt;br /&gt;
&lt;br /&gt;
== Administrator Guide ==&lt;br /&gt;
* [[Server Commands]] - Commands to control OpenSimulator&lt;br /&gt;
* [[OpenSim.exe Command Line Options]] - Switches when you launch OpenSimulator.&lt;br /&gt;
* [[Directory Structure]] - Information about OpenSimulator's directory structure.&lt;br /&gt;
* [[Useful Queries]] - Some useful queries for manipulating the OpenSimulator database.&lt;br /&gt;
* [[Logging]] - Logging in OpenSimulator&lt;br /&gt;
* [[Monitoring]] - Monitoring OpenSimulator&lt;br /&gt;
* [[Threading]] - Information on the way that threads are used in OpenSimulator, including information on the thread tracking report.&lt;br /&gt;
* [[Automating Tasks]] - How to make administrating a walk in the park&lt;br /&gt;
* [[RestConsole]] - Using the remote console.&lt;br /&gt;
* [[Performance]] - How to tweak OpenSim's performance and some tips on scaling.&lt;br /&gt;
* [[Console-less OpenSim]] - How to run OpenSimulator without console&lt;br /&gt;
* [[Backups]] - How to backup your OpenSimulator data.&lt;br /&gt;
* [[AssetCache]] - Information about OpenSimulator's asset cache.&lt;br /&gt;
&lt;br /&gt;
=== Integration ===&lt;br /&gt;
* [[RemoteAdmin]] - Using the XMLRPC administration interface for executing commands remotely.&lt;br /&gt;
* [[AuthIntegration]] - How to integrate external systems (such as web frontends) with OpenSimulator.&lt;br /&gt;
* [[UserManipulation]] - How to create users in OpenSimulator via external calls through ROBUST (only available when running in grid configuration).&lt;br /&gt;
* [[CABP And Attachments Manipulation]] - How to change clothing and body parts on offline avatars via ROBUST service calls.&lt;br /&gt;
* [[Known Web Interfaces within OpenSim]] - The set of [[CAPS]], XMLRPC, or REST entry points in the project.&lt;br /&gt;
&lt;br /&gt;
== Area specific ==&lt;br /&gt;
This is a section for pages that relate to OpenSimulator use in various scenarios (e.g. education, small closed grid, etc.).  Currently under development.  Please feel free to add areas.&lt;br /&gt;
&lt;br /&gt;
* [[Education]] - Specific OpenSimulator resources and settings for education.&lt;br /&gt;
&lt;br /&gt;
== Core Features ==&lt;br /&gt;
* [[Feature Matrix]] - Matrix of features currently implemented by OpenSimulator.&lt;br /&gt;
* [[Access Control]] - Controlling user access to OpenSimulator.&lt;br /&gt;
* [[Attachments]] - Some information about avatar attachments.&lt;br /&gt;
* [[Scripting Documentation]] - Everything you need to know about OpenSimulator scripting, and the list of sample scripts&lt;br /&gt;
* [[ScriptEngines]] - Information about OpenSimulator's script engine.&lt;br /&gt;
* [[OpenSim Archives]] - Loading and saving whole region archives with OpenSimulator&lt;br /&gt;
* [[Inventory Archives|OpenSimulator Inventory Archives]] - Loading and saving user inventory items and folders with OpenSimulator&lt;br /&gt;
* [[Mesh]] - Mesh support in OpenSimulator.&lt;br /&gt;
* [[NPC]] - Use of Non Player Characters (NPCs) in OpenSim, also known as bots.&lt;br /&gt;
* [[Custom Libraries]] - Describes how to add custom content to your OpenSimulator server&lt;br /&gt;
* [[IRCBridgeModule]] - A core OpenSimulator module for integrating IRC with a simulator.&lt;br /&gt;
* [[Hypergrid]] - Information about how to configure the experimental hypergrid architecture&lt;br /&gt;
* [[GridInfo]] - how to provide information about your grid to smart clients&lt;br /&gt;
* [[PhysicsEngines]] — Options for physics engines in OpenSimulator.&lt;br /&gt;
* [[Media On A Prim]] - Media on a prim (shared media) functionality in OpenSimulator.&lt;br /&gt;
* [[Varregion]] - Support for regions greater (or smaller!) than 256m x 256m.  Requires a compatible viewer.&lt;br /&gt;
* [[:Category:Tech Reference|Technical Reference]] - Technical Reference Guide&lt;br /&gt;
&lt;br /&gt;
== Optional Features ==&lt;br /&gt;
* [[Feature Proposals/AutoBackup|AutoBackup]] - Module for automatically backing up a region to an OAR regularly using a different filename.&lt;br /&gt;
* [[Freeswitch Module]] - Using FreeSWITCH for voice in OpenSimulator.&lt;br /&gt;
* [[Mumble]] - Using Mumble/Whisper for voice in OpenSimulator.&lt;br /&gt;
* [[Enabling Groups]] - How to enable creating groups in your regions&lt;br /&gt;
* [[JsonStore Module]] - Module for storing and sharing structured data among region modules and scripts&lt;br /&gt;
* [[Offline_Instant_Messaging_v2|Offline Instant Messaging]] - module to store and later replay instant messages received by users that are offline.&lt;br /&gt;
&lt;br /&gt;
== Deprecated Features ==&lt;br /&gt;
&lt;br /&gt;
These are features that should no longer be used if possible and will be dropped in a later release.&lt;br /&gt;
&lt;br /&gt;
* [[Setting Up Mega-Regions]] - Instructions for setting up a mega-region, which is a way of implementing a region that is larger than 256 x 256m by taking advantage of partial functionality in Linden Lab viewers.  For a fully OpenSimulator specific solution please see [[Varregion]].&lt;br /&gt;
&lt;br /&gt;
=== RealXtend ===&lt;br /&gt;
&lt;br /&gt;
The RealXtend modules for OpenSimulator have not been updated for a long time and should be considered dead.  However, this information may be useful for historical purposes.&lt;br /&gt;
&lt;br /&gt;
* [[ModRex]] - How to setup the RealXtend server module&lt;br /&gt;
* [[RealXtend Viewer Linux]] - This tutorial describes how to use the RealXtend viewer on Linux, using wine&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
If you've written a tutorial or guide on this wiki or on an external site, then please feel free to add a link here and/or on more specific topic pages.&lt;br /&gt;
&lt;br /&gt;
=== Platform specific ===&lt;br /&gt;
* [[OSHT]] - OpenSim HowTo: Configuring a Grid. This tutorial describes how to install and configure OpenSimulator in grid mode on a Linux platform.&lt;br /&gt;
* [[Linux Gridserver, the ubuntu way]] the quick and dirty way to install opensim under ubuntu (Linux)&lt;br /&gt;
* [[Wiimote]] - How to use a wiimote/nunchuk controller with the OpenSimulator viewer (Linux)&lt;br /&gt;
* [[Cacti]] - Generate Serverstats using the Cacti-Tool and SNMP (Linux)&lt;br /&gt;
* [http://sunredbeach.com/dokuwiki/doku.php?id=opensim:minimal-server Installing an openSUSE 11.1 Minimal server setup for an OpenSimulator server] - Quick and Dirty setup on an openSUSE 11.1 server&lt;br /&gt;
* [[Streaming Media in OpenSim]]&lt;br /&gt;
&lt;br /&gt;
* [http://chapter-and-metaverse.blogspot.com Chapter &amp;amp; Metaverse] - Full suite of tutorials, tips and tricks, for the Windows user (Windows) Also very useful for Linux users!&lt;br /&gt;
&lt;br /&gt;
* [http://opensimulator.org/wiki/User:Emperor_Starfinder How to install osmodules on Windows using IIS] - How to install osmodules on windows using IIS&lt;br /&gt;
* [[Collectd]] Generate Serverstats using  Collectd&lt;br /&gt;
&lt;br /&gt;
=== Cross-platform ===&lt;br /&gt;
* [[Getting Started with Region Modules]] - The Hello World of OpenSimulator application development&lt;br /&gt;
* [[Using L3DT]] - How to create custom terrains&lt;br /&gt;
* [[Detailed cross-region terrain making]] - A workflow for creating large cross-region custom terrains&lt;br /&gt;
* [http://update.multiverse.net/wiki/index.php/About_Terrain How to make a good Terrain (includes 4 programs to use)]&lt;br /&gt;
* [http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&amp;amp;cid=8&amp;amp;lid=22 Japanese Manual for Construction of OpenSimulator Server System on Linux] by NSL (Sorry, Japanese text only)&lt;br /&gt;
&lt;br /&gt;
=== Application ===&lt;br /&gt;
* [http://www.scribd.com/doc/57959626/OpenSimulator-School-Quick-Start-Guide David W. Deeds' OpenSimulator School Quick Start Guide] - David W. Deeds' OpenSimulator School Quick Start Guide courtesy of Changchun American International School. Has lots of useful and interesting info, including lesson plans.&lt;br /&gt;
&lt;br /&gt;
== Gforge Projects ==&lt;br /&gt;
* [[OpenSimSearch]] - Search for your OpenSimulator&lt;br /&gt;
* [[ServerStats]] - RRD/Proc serverstats using the OpenSimulator module for Berlios Serverstats (Linux)&lt;br /&gt;
&amp;lt;cleanpage title=hide cats=hide /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Support]]&lt;br /&gt;
[[Category:Help]]&lt;br /&gt;
[[Category:Configuration]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>TechplexEngineer</name></author>	</entry>

	</feed>