fzipp / gg

A set of command line tools and Go packages to work with Thimbleweed Park data files.
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

ggdict: unknown value types 9, 10 and 11 for RtMI .wimpy files #5

Open fzipp opened 1 year ago

fzipp commented 1 year ago

Examples:

# unknown value type: 9
ggdict -monkey-island -to-json Cliff.wimpy

# unknown value type: 10
ggdict -monkey-island -to-json Alley.wimpy

# unknown value type: 11
ggdict -monkey-island -to-json BarebonesIsland.wimpy
fzipp commented 1 year ago

These types are effectively strings.

fzipp commented 1 year ago

Conversion to JSON is already implemented on main. The reverse direction has yet to be implemented. To do this, the marshaller must recognize strings in the form of coordinates and set the appropriate type markers. At the moment, coordinates are still encoded as regular strings.