Skip to content

Instantly share code, notes, and snippets.

@RadTechDad
Last active October 13, 2015 04:22
Show Gist options
  • Save RadTechDad/a9de1f27b5266ca59bf7 to your computer and use it in GitHub Desktop.
Save RadTechDad/a9de1f27b5266ca59bf7 to your computer and use it in GitHub Desktop.
"Synalize It!" Grammar File for Ark: Survival Evolved Paint Files (.pnt)
<?xml version="1.0" encoding="UTF-8"?>
<ufwb version="1.11.6">
<grammar name="Ark: Survival Evolved Paint Files" start="id:21" author="Darrell Dudics (a.k.a. HoLyCoW)" email="holycowzorz@yahoo.com" fileextension="pnt" complete="yes">
<description>Grammar file for Ark: Survival Evolved Paint files</description>
<structure name="PNT File" id="21" encoding="ISO_8859-1:1987" endian="little" signed="no">
<structure name="Header" id="22" length="16" alignment="1" consists-of="id:21">
<number name="Version" id="23" fillcolor="FF7D78" type="integer" length="4" signed="yes"/>
<number name="SizeX" id="24" fillcolor="FFD478" type="integer" length="4" signed="yes"/>
<number name="SizeY" id="25" fillcolor="FEFC78" type="integer" length="4" signed="yes"/>
<number name="Revision" id="26" fillcolor="D4FB78" type="integer" length="4" signed="yes"/>
</structure>
<structure name="ColorBuffer" id="28" length="0" consists-of="id:21">
<description>The ColorBuffer stores color codes</description>
<number name="ColorBufferArraySize" id="29" fillcolor="73FDFF" type="integer" length="4" signed="yes"/>
<number name="ColorBufferArray" id="30" fillcolor="75D5FF" repeatmax="ColorBufferArraySize" type="integer" length="1">
<description>The ColorBuffer stores color codes</description>
</number>
</structure>
</structure>
</grammar>
</ufwb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment