Talk:OAR Format 0.2

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(integrated (from OAR format 0.2 region settings example))
 

Latest revision as of 06:07, 4 May 2011

[edit] Maturity Rating?

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:

    /// <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
    }

What is the correspondence to the OAR file format?

Thanks!

Gwyneth Llewelyn 00:44, 7 June 2009 (UTC)

Personal tools
General
About This Wiki