Skip to content

Instantly share code, notes, and snippets.

@RadTechDad
Created October 13, 2015 04:22
Show Gist options
  • Save RadTechDad/0d606c5a62c7724445d0 to your computer and use it in GitHub Desktop.
Save RadTechDad/0d606c5a62c7724445d0 to your computer and use it in GitHub Desktop.
"010 Editor" Template File for Ark: Survival Evolved Paint Files (.pnt)
//--------------------------------------
// Ark: Survival Evolved Paint Files
// .pnt file extension
//--------------------------------------
// Header
int32 Version <bgcolor=cLtRed>;
int32 SizeX <bgcolor=cLtYellow>;
int32 SizeY <bgcolor=cLtGreen>;
uint32 Revision <bgcolor=cPurple>;
//ColorBuffer Array
int32 ColorBufferArraySize <bgcolor=cLtBlue>;
//ColorBuffer stores color codes
char ColorBufferArray[ColorBufferArraySize] <bgcolor=cAqua>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment