Talk:OAR format 0.2 region settings example
From OpenSimulator
(Difference between revisions)
(Maturity Rating?) |
(→Maturity Rating?) |
||
Line 2: | Line 2: | ||
Now that the '''Adult''' Maturity Rating is available, what is the appropriate number for it? | 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: | Simulator.cs (on 0.6.3-trunk) shows the following table: |
Revision as of 13:06, 13 June 2009
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)