Dynamic0.mul

From UODemo Wiki
Revision as of 22:35, 20 May 2009 by Derrick (talk | contribs) (Basic description)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Found in ../.rundir/uogolddemo

This is the world save data file. The associated file dynidx0.mul is it's index.

This file is structured as a nested object list.

Each top level entity in the file begins with @=<type> and ends with @end

Identified types (and guesses):

 P=Player
 E=Environment Var?
 N=NPC/Creature
 W=Wearable
 D=Dynamic Item??: (Book,Board,Ingot,Small Fish,Rope)
 C=Container 

P Format:

 @=P
 <propery>=<value>
 ...
 @=[D|C|E]
 <propery>=<value>
 ...
 @end