User contributions for Xan
Jump to navigation
Jump to search
5 May 2023
- 01:2601:26, 5 May 2023 diff hist +4,187 N Animate Created page with "{{feature|N/A|N/A}} <blockquote>''Modern usage of this feature has been superseded by Timer.''</blockquote> The '''animate''' command assigns an animation to the object using a series of numbered textures available on the object path. Like the texture command, animation textures will not be successfully applied on surfaces lacking UV coordinates. ==Usage== animate [tag=''tag''] [mask OR nomask] ''name'' ''animation'' ''imagecount'' ''framecount'' ''framed..." current
- 01:2501:25, 5 May 2023 diff hist +506 N Category:5.1 Created page with "Active Worlds Version '''5.1''' is in active development in 2010. The major feature to be released with this update is Physics. Community response to this release has been very positive, with several members of the community posting beta videos of physics demonstrations on YouTube. Interest is also high in physics because of the positive benefit it will have on game content, possibly owing to the success of the recent Virtual Game Festival 2010. Categor..." current
- 01:2501:25, 5 May 2023 diff hist +3,989 N At Created page with "{{feature|1164|5.1}} The '''at''' trigger will activate commands after a set amount of time, or at a scheduled time in VRT. This trigger was added in version 5.1 in conjunction with the timer command as an easier and more accessible way for users to create timed events. Previously, builders could only create timed events by a complicated workaround using the animate command. ==Usage== '''at''' tm ''tmName'' ''time-coun..." current
- 01:2401:24, 5 May 2023 diff hist +930 N Adone Created page with "{{feature|N/A|N/A}} The '''adone''' (''animation done'') trigger occurs when an animation completes. It can be particularly useful for chaining together multiple actions across multiple objects. ==Examples== create animate me jump 5 5 200, astop; activate astart; adone noise oeo.wav This action runs a 5-frame jump animation when the object is clicked on, and then plays the sound file ''oeo.wav'' as soon as the animation is complete. create animate me door 1 1 8000..." current
- 01:2301:23, 5 May 2023 diff hist +635 N Activate Created page with "{{feature|N/A|N/A}} The '''activate''' trigger will activate when an object is clicked by the user. ==Usage== '''activate''' ''([command1], [command2], [...]);'' ==Example== activate move 5 6 5, noise water3, light color=blue; When the object with this code is clicked, it will move the object accordingly, play the sound file ''water3'' once, and emit a blue light. activate lock owners=1, rotate 7.5 time=2 wait=5 global When this object is clicked by..." current
- 01:2301:23, 5 May 2023 diff hist +220 N Category:Lists Created page with "'''Lists''' are special articles with a list format. Instead of focusing on one particular topic, they link related topics together in a more descriptive and human-readable format than a category. Category:DeltaWiki" current
- 01:2101:21, 5 May 2023 diff hist +22 N Category:Templates Created page with "Category:DeltaWiki" current
- 01:2101:21, 5 May 2023 diff hist +150 N Category:Formatting templates Created page with "Templates that generate characters or are used to modify the formatting of wiki-text for use in complex templates or wikitext. Category:Templates" current
- 01:2001:20, 5 May 2023 diff hist +353 N Template:Footref Created page with "<sup id="footref{{{1|1}}}">1}}}|[{{{1|1}}}]</sup><noinclude> == Usage == <nowiki>== Hello == Hello{{footref|1}} world!{{footref|2}} == Notes == # {{footnote|1|Some message with [http://google.com some link]}} # {{footnote|2|Some message with [http://google.com some link]}} </nowiki> F </noinclude>" current
- 01:1901:19, 5 May 2023 diff hist +110 N Template:No Created page with "<span style="color: red; font-size: 150%">✘</span><noinclude>N</noinclude>" current
- 01:1901:19, 5 May 2023 diff hist +112 N Template:Yes Created page with "<span style="color: green; font-size: 150%">✓</span><noinclude>Y</noinclude>" current
- 01:1701:17, 5 May 2023 diff hist +74 N Category:Reference templates Created page with "These templates assist in citations and references. Category:Templates" current
- 01:1701:17, 5 May 2023 diff hist +389 N Template:Footnote Created page with "<span id="footnote{{{1|1}}}" style="font-size: 12px">1}}}|'''^''' {{{2|Note}}} </span><noinclude> == Usage == <nowiki>== Hello == Hello{{footref|1}} world!{{footref|2}} == Notes == # {{footnote|1|Some message with [http://google.com some link]}} # {{footnote|2|Some message with [http://google.com some link]}} </nowiki> F </noinclude>" current
- 01:1501:15, 5 May 2023 diff hist 0 N File:Object properties.jpg No edit summary current
- 01:1501:15, 5 May 2023 diff hist +10,004 N Object scripting Created page with "frame|Object Properties Dialog Box Standard model-based objects support simple '''scripting''' with commands attached to event triggers. Generally, objects can support up to 256 characters (including whitespace) of action code and the majority of commands can be executed on other nearby objects using names. The basic syntax of action code is typically represented as: <Trigger 1> <Command 1> <Attribute 1>=<Integer>, <Command 1>..." current
- 01:1401:14, 5 May 2023 diff hist +44 N Category:3.1 Created page with "Category:3.0 series nl:Categorie:3.1" current
- 01:1401:14, 5 May 2023 diff hist +202 N Category:Building commands Created page with "This is a category of '''building commands'''. If you would like to see a list of these commands along with a short description of what they do, see the object scripting page. Category:Building" current
- 01:1401:14, 5 May 2023 diff hist +5,802 N Rotate Created page with "{{feature|N/A|3.1}} The '''rotate''' command causes an object to rotate continuously around one or more axes. The rotation occurs around the origin of the object. Thus, applying the rotate command to an off-center object can cause an object to "wobble", or even to spin in circles if it is far enough off-center. ==Usage== '''rotate''' [''x''] ''y'' [''z''] [pivot=''"x y z"''] [sync OR nosync] [loop OR noloop] [reset OR noreset] [time=''time''] [wait=''wait''] [name=''na..." current
- 01:1301:13, 5 May 2023 diff hist +26 N Category:Pre-1.0 Created page with "Category: Alpha series" current
- 01:1301:13, 5 May 2023 diff hist +457 N Bump Created page with "{{feature|N/A|N/A}} The '''bump''' trigger is activated when the user's avatar bumps into an object. ==Usage== '''bump''' ''([command1], [command2], [...]);'' ==Example== bump move 5 6 5, rotate 4 3 6, teleport +0 +0 +2a; When the user bumps into the object containing this code, it will move and rotate the object accordingly and also teleport the user up 2 meters. {{Build}} Category:Triggers Category:Pre-1.0 nl:Trigger:Bump" current
- 01:1201:12, 5 May 2023 diff hist +2,551 N Visible Created page with "{{feature|N/A|Pre-1.0}} 150px|thumb|A visible red cube, with an avatar standing on top 150px|thumb|The red cube, now invisible, with an avatar still standing on top The '''visible''' command specifies an object's visibility. When an object is invisible, it cannot be seen nor clicked on by users but can still be bumped. Thus, a common use for the visible command is to build invisible and non-solid "..." current
- 01:1201:12, 5 May 2023 diff hist +4,025 N Move Created page with "{{feature|N/A|3.1}} The '''move''' command causes an object to move smoothly from one location to another. ==Usage== '''move''' ''x [y] [z]'' [loop OR noloop] [sync OR nosync] [reset OR noreset] [time=''time''] [wait=''wait''] [name=''name''] [smooth] [gravity] [ltm] [global] ===x y z=== The ''x y z'' arguments are three number values that specify the distance of movement on each respective axis. The y and z values can be omitted to only mo..." current
- 01:1101:11, 5 May 2023 diff hist +21 N Category:Triggers Created page with "Category:Building" current
- 01:1101:11, 5 May 2023 diff hist +341 N Template:Feature Created page with "{{Infobox |css=width: 200px; |title={{{name|{{BASEPAGENAME}}}}} |taglinearea= |imagearea= |rows= {{Infobox row|alternate=|label=Build|field={{{1|''?''}}} }} {{Infobox row|label=Version|field={{{2|''?''}}} }} |footerarea= }}<noinclude> == Usage == <nowiki> {{Feature |name=Cloth |1194 |5.1 }} </nowiki> F </noinclude>" current
- 01:1001:10, 5 May 2023 diff hist +317 N Create Created page with "{{feature|N/A|N/A}} The '''create''' trigger is activated when the object enters in the visibility radius of the user. ==Usage== '''create''' ''([command1], [command2], [...]);'' ==Example== create move 5 6 5, rotate 4 3 6, light color=blue; {{Build}} Category:Triggers nl:Trigger:Create" current
- 01:0901:09, 5 May 2023 diff hist +21 N Category:Building Created page with "Category:Articles" current
- 00:2500:25, 5 May 2023 diff hist +186 N Category:Articles Created page with "This is a meta category for all categories that deal with DeltaWiki's content, fulfilling the role of a contents index. No articles should be categorized in here. Category:DeltaWiki" current
- 00:2500:25, 5 May 2023 diff hist +21 N Category:People Created page with "Category:Articles" current
- 00:2400:24, 5 May 2023 diff hist +19 N Category:Citizens Created page with "Category:People" current
- 00:2200:22, 5 May 2023 diff hist +119 N Template:MainArticle Created page with ":<div class="boilerplate" id="stub">''Main Article: [[{{{1}}}]].''</div> <noinclude>Category: Templates</noinclude>" current
- 00:2100:21, 5 May 2023 diff hist 0 N File:Seq1.jpg No edit summary current
- 00:2100:21, 5 May 2023 diff hist +1,900 N Avatars Created page with "300px|thumb|Three preset avatars in [[Alphaworld]] An '''Avatar''' is a user-selected or user-created representation of them self in an online environment. The term Avatar is largely regarded to be popularized by author Neal Stephenson's novel Snow Crash. Avatars are a core component of the Active Worlds universe as all humans connecting to it are assigned one (which they can then later change from the Avatar pull-down menu) or have..." current
- 00:2000:20, 5 May 2023 diff hist +25,461 N CAV Created page with "{{TOCright}} '''Custom Avatars''' (or '''CAV''') are customizable avatars, using sliders and options to create a completely unique avatar. They were added in version 4.2. ==Principle== The Custom Avatar system is designed to give individual users the ability to create a distinct, modifiable, universal, and easily portable avatar than can be used in multiple worlds. Unlike other methods of providing avatars, the CAvatar system does not create geometry for use..." current
- 00:2000:20, 5 May 2023 diff hist −6 Xan No edit summary
- 00:0400:04, 5 May 2023 diff hist −1 Category:DeltaWiki No edit summary current
- 00:0300:03, 5 May 2023 diff hist +156 N Category:DeltaWiki Created page with "'''DeltaWiki'' category is the top-level category that contains the root categories and important pages in the ActiveWiki namespace. Category:DeltaWiki"
- 00:0300:03, 5 May 2023 diff hist +142 N Category:Disambiguations Created page with "'''Disambiguation''' pages link to articles which share the same name or names which may be confused with one another. Category:DeltaWiki" current
- 00:0200:02, 5 May 2023 diff hist −41 Delta Worlds No edit summary
- 00:0100:01, 5 May 2023 diff hist +561 N Template:Disambig Created page with "<div class="notice metadata plainlinks" id="disambig"> {|style="background:none" |style="vertical-align:middle;"|''This disambiguation page lists articles associated with the same title. If <!-- you are viewing this online as opposed to as a hard copy and -->an [{{fullurl:Special:Whatlinkshere/{{FULLPAGENAME}}|namespace=0}} internal link] led you here, you may wish to change the link to point directly to the intended article.'' |}</div> <includeonly>Category:Disam..." current
- 00:0100:01, 5 May 2023 diff hist +411 N Delta Worlds Created page with "'''Delta Worlds''' may refer to: * ''Delta Worlds (software)'', the software package consisting of a browser, SDK, world server and universe server * ''Delta Worlds (universe)'', the original universe that is the primary focus of this wiki * ''Delta Worlds, Inc'', the company currently responsible for the above since 2023 {{disambig}} nl:Active Worlds (doorverwijspagina)"
4 May 2023
- 23:5923:59, 4 May 2023 diff hist −5 New Features in 3.6 Classic No edit summary current Tag: Manual revert
- 23:5923:59, 4 May 2023 diff hist +4 N User:Xan Created page with "Test" current
- 23:5923:59, 4 May 2023 diff hist +5 New Features in 3.6 Classic No edit summary Tag: Reverted
- 23:5823:58, 4 May 2023 diff hist +63 N Template:Hash Created page with "#<noinclude>H</noinclude>" current
- 23:5723:57, 4 May 2023 diff hist +221 N Xan Created page with "{{Citizen |citnums={{hash}}1 |since=2023 |aliases=Xan |location=? |avatars=Custom Avatar |worlds=* DWGate * DW * Dev |www=[https://www.deltaworlds.com/ DWI] |footer=Universe Owner of Delta Worlds & Delta Worlds Classic }}"
- 23:5523:55, 4 May 2023 diff hist −7 Template:Citizen No edit summary current
- 23:5423:54, 4 May 2023 diff hist +1,136 N Template:Citizen Created page with "{{Infobox |title={{{name|{{BASEPAGENAME}}}}} |tagline=Citizen of '''{{{universe|Active Worlds}}}''' |imagearea={{{imagearea|}}} |rows= {{Infobox row|alternate=|label=Since|field={{{since|''?''}}} }} {{Infobox row|label=Citizen Number(s)|field={{{citnums|''?''}}} }} {{Infobox row|alternate=|label=Alias(es)|field={{{aliases|''?''}}} }} {{Infobox row|label=Location|field={{{location|''?''}}} }} {{Infobox row|alternate=|label=Avatar(s)|field={{{avatars|''?''}}} }} {{Info..."
- 23:4823:48, 4 May 2023 diff hist −4 New Features in 5.1 No edit summary
- 23:4723:47, 4 May 2023 diff hist 0 New Features in 3.6 Classic No edit summary
- 23:4723:47, 4 May 2023 diff hist −5 New Features in 3.6 Classic No edit summary