Talk:OAR format 0.2 region settings example

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Maturity Rating?)
(integrated)
 
Line 1: Line 1:
== Maturity Rating? ==
+
#Redirect [[Talk:OAR Format 0.2]]
 
+
Now that the '''Adult''' Maturity Rating is available, what is the appropriate number for it?
+
 
+
Update: Adult is 42
+
 
+
Simulator.cs (on 0.6.3-trunk) shows the following table:
+
 
+
<pre>
+
    /// <summary>
+
    /// Access level for a simulator
+
    /// </summary>
+
    public enum SimAccess : byte
+
    {
+
        /// <summary>Minimum access level, no additional checks</summary>
+
        Min = 0,
+
        /// <summary>Trial accounts allowed</summary>
+
        Trial = 7,
+
        /// <summary>PG rating</summary>
+
        PG = 13,
+
        /// <summary>Mature rating</summary>
+
        Mature = 21,
+
        /// <summary>Simulator is offline</summary>
+
        Down = 254,
+
        /// <summary>Simulator does not exist</summary>
+
        NonExistent = 255
+
    }
+
</pre>
+
 
+
What is the correspondence to the OAR file format?
+
 
+
Thanks!
+
 
+
[[User:Gwyneth Llewelyn|Gwyneth Llewelyn]] 00:44, 7 June 2009 (UTC)
+

Latest revision as of 06:08, 4 May 2011

  1. Redirect Talk:OAR Format 0.2
Personal tools
General
About This Wiki