[__control__]
 default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.mpy", "command": "command.mpy", "internal": "internal.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" }
 include_dirs = "sample"
-include_files = "archetype.mpy"
+include_files = "archetype.yaml"
 private_files = "account.mpy"
 read_only = yes
 
 
 # to use, copy, modify, and distribute this software is granted under
 # terms provided in the LICENSE file distributed with this software.
 
-[__control__]
-read_only = yes
+__control__:
+    read_only: yes
 
-[archetype:actor]
-is_actor = yes
-
-[archetype:avatar]
-default_location = area:0,0,0
-inherit = archetype:actor
+archetype:actor:
+    is_actor: yes
 
+archetype:avatar:
+    default_location: area:0,0,0
+    inherit: archetype:actor