Skip to content

Instantly share code, notes, and snippets.

file format :
base : RIFX (formtype : "KESF" ("Kitten Engine Serialization Format"))
chunks:
OBJ_ (with LETTER "o" ) {
// serialized object data
}
HEAD {
@Brian151
Brian151 / RareTextureFormats(N64).txt
Created December 14, 2022 22:51
all texture formats for Nintendo 64 games made by Rare
// common
TypeFormat : Byte {
U4 textureType
U4 textureFormat
}
Flags : U16 {
Bit unk0x8000
Bit unk0x4000
Bit unk0x2000
@Brian151
Brian151 / CloudstoneGuildDataViewer.html
Last active June 5, 2017 21:41
Guild Data viewer for CloudStone MMORPG
<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;
}