This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file format : | |
base : RIFX (formtype : "KESF" ("Kitten Engine Serialization Format")) | |
chunks: | |
OBJ_ (with LETTER "o" ) { | |
// serialized object data | |
} | |
HEAD { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// common | |
TypeFormat : Byte { | |
U4 textureType | |
U4 textureFormat | |
} | |
Flags : U16 { | |
Bit unk0x8000 | |
Bit unk0x4000 | |
Bit unk0x2000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="UTF-8"/> | |
<meta name="copyright" content="Brian151(github) https://github.com/Brian151/"/> | |
<meta name="original" content="https://gist.github.com/Brian151/b53db3a9155dd7a5eb1e3f499865cc84"/> | |
<title>Cloudstone Guild Data viewer</title> | |
<style type="text/css"> | |
h2 { | |
margin:0px; | |
} |