A single-page web application for viewing Gmod's Advanced Duplicator files
- Y: dictionary entry
- Z: dictionary entry with escaped index (seems to be deprecated)
- T: table aka entity/constraint ID
- P: player
- A: angle (pitch,yaw,roll)
- V: vector (x,y,z)
- B: boolean (always loads as true?)
- S: string
- N: number
One entity and one constraint are designated the main tables. Their IDs start with H. The main entity table assigns numeric IDs to top-level entities. One of these represents the head, referenced in the Info section.
- string containing double quote
- empty entities being removed
- head ID being changed in file header
- head ID being changed in edict list
- entity IDs being changed
- escaped dictionary indexes
- dictionary indexes out of order/with non-alphanumeric characters