<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.virtualparadise.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Talisan</id>
	<title>Virtual Paradise Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.virtualparadise.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Talisan"/>
	<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/Special:Contributions/Talisan"/>
	<updated>2026-06-06T00:33:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=SDK&amp;diff=3984</id>
		<title>SDK</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=SDK&amp;diff=3984"/>
		<updated>2016-08-19T22:19:51Z</updated>

		<summary type="html">&lt;p&gt;Talisan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Virtual Paradise &#039;&#039;&#039;Software Development Kit&#039;&#039;&#039; is used for interacting with Virtual Paradise universes and worlds. This page serves as a hub for all SDK topics in the wiki.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[Getting started/SDK]]&lt;br /&gt;
* [[Tutorials/SDK]]&lt;br /&gt;
* [[Simple greeter bot]]&lt;br /&gt;
&lt;br /&gt;
=== General concepts ===&lt;br /&gt;
* [[Avatar]]&lt;br /&gt;
* [[Property]]&lt;br /&gt;
* [[Terrain]]&lt;br /&gt;
* [[Universe]]&lt;br /&gt;
* [[World]]&lt;br /&gt;
&lt;br /&gt;
== C reference ==&lt;br /&gt;
All reference pages of the standard Virtual Paradise C SDK are documented on this wiki. For other SDKs, such as the C# wrapper, visit their project websites for documentation.&lt;br /&gt;
&lt;br /&gt;
* [[List of SDK events]] - [[:Category:SDK events]]&lt;br /&gt;
* [[List of SDK callbacks]] - [[:Category:SDK callbacks]]&lt;br /&gt;
* [[List of SDK methods]] - [[:Category:SDK methods]]&lt;br /&gt;
* [[List of SDK attributes]] - [[:Category:SDK attributes]]&lt;br /&gt;
* [[:Category:SDK examples]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=Getting_started/SDK&amp;diff=3983</id>
		<title>Getting started/SDK</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=Getting_started/SDK&amp;diff=3983"/>
		<updated>2016-08-19T22:19:19Z</updated>

		<summary type="html">&lt;p&gt;Talisan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Virtual Paradise &#039;&#039;&#039;Software Development Kit&#039;&#039;&#039; is a programming interface that allows for the creation of &amp;quot;[[bot]]s&amp;quot;. These bots may do almost anything the [[browser]] can do. This allows for programmable tasks such as &#039;&#039;&#039;terrain management&#039;&#039;&#039;, &#039;&#039;&#039;game hosting&#039;&#039;&#039;, &#039;&#039;&#039;teleportation services&#039;&#039;&#039; and more. They are especially useful for repetitive tasks or functions otherwise unprovided by the browser, or when accessing Virtual Paradise [[world]]s without full 3D interactivity is not desired.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
The SDK is available for various programming languages. Any SDK requires...&lt;br /&gt;
* &#039;&#039;&#039;A user account&#039;&#039;&#039; - Bots must be logged in with the account&#039;s credentials. [http://virtualparadise.org/signup.php Sign up here].&lt;br /&gt;
* &#039;&#039;&#039;Basic programming knowledge&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Simple greeter bot]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=File_Formats&amp;diff=3977</id>
		<title>File Formats</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=File_Formats&amp;diff=3977"/>
		<updated>2016-08-12T23:38:48Z</updated>

		<summary type="html">&lt;p&gt;Talisan: Redirected page to Building&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Building]]&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=Building&amp;diff=3976</id>
		<title>Building</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=Building&amp;diff=3976"/>
		<updated>2016-08-12T23:34:29Z</updated>

		<summary type="html">&lt;p&gt;Talisan: added audio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Virtual Paradise has a built-in object building system. It allows users to build their own objects within virtual worlds.&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Script_triggers | Script triggers]]&lt;br /&gt;
* [[List_of_action_commands | Script commands]]&lt;br /&gt;
&lt;br /&gt;
== Supported mesh file formats ==&lt;br /&gt;
* RenderWare (.RWX)&lt;br /&gt;
* Quake MD2 (.MD2)&lt;br /&gt;
* Quake MD3 (.MD3)&lt;br /&gt;
&lt;br /&gt;
== Supported texture file formats ==&lt;br /&gt;
* JPEG&lt;br /&gt;
* PNG&lt;br /&gt;
* GIF&lt;br /&gt;
* BMP for masks&lt;br /&gt;
* Other file formats depending on operating system, use of these other formats is not recommended because of possible compatibility issues.&lt;br /&gt;
&lt;br /&gt;
== Supported audio file formats ==&lt;br /&gt;
* RIFF bitstream format (.WAV) (MS &amp;amp; IBM)&lt;br /&gt;
* Ogg Vorbis (.OGG)&lt;br /&gt;
* Opus (.Opus) (Xiph)&lt;br /&gt;
* Implemented using the open source OpenAL standard (https://www.openal.org/)&lt;br /&gt;
&lt;br /&gt;
[[Category: Building]]&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=Noise&amp;diff=3975</id>
		<title>Noise</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=Noise&amp;diff=3975"/>
		<updated>2016-08-12T22:49:11Z</updated>

		<summary type="html">&lt;p&gt;Talisan: Created page with &amp;quot;{{feature|1|0.3.54|  |Noise1.png| }} The &amp;#039;&amp;#039;&amp;#039;noise&amp;#039;&amp;#039;&amp;#039; command plays a sound once in a currently undefined radius {{Clear}}  ==Usage==     &amp;#039;&amp;#039;&amp;#039;noise&amp;#039;&amp;#039;&amp;#039; url ==Arguments== ; url :...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{feature|1|0.3.54|  |Noise1.png| }}&lt;br /&gt;
The &#039;&#039;&#039;noise&#039;&#039;&#039; command plays a sound once in a currently undefined radius&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
    &#039;&#039;&#039;noise&#039;&#039;&#039; url&lt;br /&gt;
==Arguments==&lt;br /&gt;
; url : A Uniform Resource Locator, an address on a reachable server. This may also be the filename of the resource which will, by default, retrieve the sound from the object paths /sounds folder&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 create noise sound.wav&lt;br /&gt;
&lt;br /&gt;
; The file sound.wav is retrieved from the object path sounds folder, and played once&lt;br /&gt;
&lt;br /&gt;
{{Build}}&lt;br /&gt;
[[Category: Script commands]]&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=Template:Build&amp;diff=3974</id>
		<title>Template:Build</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=Template:Build&amp;diff=3974"/>
		<updated>2016-08-12T22:32:33Z</updated>

		<summary type="html">&lt;p&gt;Talisan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;toccolours&amp;quot; style=&amp;quot; clear: both; width: 100%; margin: 1em auto; text-align: left; padding: 0em 0em 0em 0em&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td colspan=2 style=&amp;quot;padding: 0.2em 0.2em 0.5em; background: #A8C0FF; color:black&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Object Scripting]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td align=&amp;quot;left&amp;quot; style=&amp;quot;font-size: 95%; width:5%; padding-left:0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Events:&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;[[Activate]] • [[Create]]&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td align=&amp;quot;left&amp;quot; style=&amp;quot;font-size: 95%; width:5%; padding-left:0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Commands:&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;[[Ambient]] • [[Color]] • [[Diffuse]] • [[Framerate]] • [[Light]] • [[Move]] • [[Noise]] • [[Normalmap]] • [[Opacity]] • [[Picture]] • [[Rotate]] • [[Shear]] • [[Scale]] • [[Sign]] • [[Solid]] • [[Sound]] • [[Specular]] • [[Specularmap]] • [[Teleportxyz]] • [[Texture]] • [[Url]] • [[Web]] • [[Visible]]&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category: Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=Template:Build&amp;diff=3973</id>
		<title>Template:Build</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=Template:Build&amp;diff=3973"/>
		<updated>2016-08-12T22:32:18Z</updated>

		<summary type="html">&lt;p&gt;Talisan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;toccolours&amp;quot; style=&amp;quot; clear: both; width: 100%; margin: 1em auto; text-align: left; padding: 0em 0em 0em 0em&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td colspan=2 style=&amp;quot;padding: 0.2em 0.2em 0.5em; background: #A8C0FF; color:black&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Object Scripting]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td align=&amp;quot;left&amp;quot; style=&amp;quot;font-size: 95%; width:5%; padding-left:0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Events:&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;[[Activate]] • [[Create]]&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td align=&amp;quot;left&amp;quot; style=&amp;quot;font-size: 95%; width:5%; padding-left:0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Commands:&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;p style=&amp;quot;margin: 0px;&amp;quot;&amp;gt;[[Ambient]] • [[Color]] • [[Diffuse]] • [[Framerate]] • [[Light]] • [[Move]] • [[Noise]] •[[Normalmap]] • [[Opacity]] • [[Picture]] • [[Rotate]] • [[Shear]] • [[Scale]] • [[Sign]] • [[Solid]] • [[Sound]] • [[Specular]] • [[Specularmap]] • [[Teleportxyz]] • [[Texture]] • [[Url]] • [[Web]] • [[Visible]]&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category: Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=List_of_action_commands&amp;diff=3972</id>
		<title>List of action commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=List_of_action_commands&amp;diff=3972"/>
		<updated>2016-08-12T22:13:50Z</updated>

		<summary type="html">&lt;p&gt;Talisan: added new sound and noise command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Scripting.png|frame|150px]]&lt;br /&gt;
&lt;br /&gt;
* [[animate]]&lt;br /&gt;
* [[ambient]]&lt;br /&gt;
* [[astart]]&lt;br /&gt;
* [[astop]]&lt;br /&gt;
* [[color]]&lt;br /&gt;
* [[diffuse]]&lt;br /&gt;
* [[frame]]&lt;br /&gt;
* [[framerate]]&lt;br /&gt;
* [[light]]&lt;br /&gt;
* [[move]]&lt;br /&gt;
* [[name]]&lt;br /&gt;
* [[noise]]&lt;br /&gt;
* [[normalmap]]&lt;br /&gt;
* [[opacity]]&lt;br /&gt;
* [[picture]]&lt;br /&gt;
* [[rotate]]&lt;br /&gt;
* [[shear]]&lt;br /&gt;
* [[scale]]&lt;br /&gt;
* [[sign]]&lt;br /&gt;
* [[solid]]&lt;br /&gt;
* [[sound]]&lt;br /&gt;
* [[specularmap]]&lt;br /&gt;
* [[specular]]&lt;br /&gt;
* [[teleport]]&lt;br /&gt;
* [[teleportxyz]]&lt;br /&gt;
* [[texture]]&lt;br /&gt;
* [[url]]&lt;br /&gt;
* [[visible]]&lt;br /&gt;
* [[web]]&lt;br /&gt;
* [[Playsound]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Script commands| ]]&lt;br /&gt;
[[Category: Building]]&lt;br /&gt;
[[Category: Lists]]&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=Sound&amp;diff=3971</id>
		<title>Sound</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=Sound&amp;diff=3971"/>
		<updated>2016-08-12T22:06:15Z</updated>

		<summary type="html">&lt;p&gt;Talisan: Created page with &amp;quot;{{feature|1|0.3.54|  |Sound1.png| }} The &amp;#039;&amp;#039;&amp;#039;sound&amp;#039;&amp;#039;&amp;#039; command plays a sound in a currently undefined radius {{Clear}}  ==Usage==     &amp;#039;&amp;#039;&amp;#039;sound&amp;#039;&amp;#039;&amp;#039; url [&amp;#039;&amp;#039;loop | noloop&amp;#039;&amp;#039;] [&amp;#039;&amp;#039;glob...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{feature|1|0.3.54|  |Sound1.png| }}&lt;br /&gt;
The &#039;&#039;&#039;sound&#039;&#039;&#039; command plays a sound in a currently undefined radius&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
    &#039;&#039;&#039;sound&#039;&#039;&#039; url [&#039;&#039;loop | noloop&#039;&#039;] [&#039;&#039;global&#039;&#039;]&lt;br /&gt;
==Arguments==&lt;br /&gt;
; url : A Uniform Resource Locator, an address on a reachable server. This may also be the filename of the resource which will, by default, retrieve the sound from the object paths /sounds folder&lt;br /&gt;
; loop | noloop: Looping is on by default, and noloop will only play the sound once&lt;br /&gt;
; global : will cause the sound to be played for all users within view of the object, otherwise it will play only for the user who initiated the event. Global is per command, not per trigger.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 create sound sound.wav loop&lt;br /&gt;
&lt;br /&gt;
: The file sound.wav is retrieved from the object path sounds folder, and played over and over, though loop is superfluous&lt;br /&gt;
&lt;br /&gt;
 activate sound sound.wav global, sound music.wav&lt;br /&gt;
&lt;br /&gt;
: User who clicked hears music.wav, others hear sound.wav&lt;br /&gt;
&lt;br /&gt;
{{Build}}&lt;br /&gt;
[[Category: Script commands]]&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=File:Noise1.png&amp;diff=3970</id>
		<title>File:Noise1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=File:Noise1.png&amp;diff=3970"/>
		<updated>2016-08-12T22:02:40Z</updated>

		<summary type="html">&lt;p&gt;Talisan: Representative noise image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representative noise image.&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
	<entry>
		<id>https://wiki.virtualparadise.org/index.php?title=File:Sound1.png&amp;diff=3969</id>
		<title>File:Sound1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.virtualparadise.org/index.php?title=File:Sound1.png&amp;diff=3969"/>
		<updated>2016-08-12T22:02:01Z</updated>

		<summary type="html">&lt;p&gt;Talisan: Representative sound image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representative sound image.&lt;/div&gt;</summary>
		<author><name>Talisan</name></author>
	</entry>
</feed>