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
//------------------------------------------------ | |
//--- 010 Editor v9.0.1 Binary Template | |
// | |
// File: caffBanjo.bt | |
// Authors: WRS/x1nixmzeng | |
// Version: 0.01 | |
// Purpose: CAFF files used by Banjo | |
// Category: Games | |
// File Mask: n/a | |
// ID Bytes: CAFF |
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
#include "bundle.h" | |
#include "base/memorystream.h" | |
#include "base/assert.h" | |
#include "base/zlibutils.h" | |
#include "base/byte_order.h" | |
#include <vector> | |
#include <string> |
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
Hash | Level Name | |
---|---|---|
00B35653.lvl | ChamberOfPortraits | |
0A307B44.lvl | ForgottenForest | |
0AB941A5.lvl | FrostyCave | |
0B42A8B5.lvl | ForgottenForestCave | |
0BC0E205.lvl | ArmadilloCave | |
0BCCDE5C.lvl | ||
0C5E28BD.lvl | ThornBossRoom | |
0C6A00C1.lvl | WaterHutInterior1 | |
0C6A00C2.lvl | WaterHutInterior2 |
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
//-------------------------------------- | |
//--- 010 Editor v5.0 Binary Template | |
// | |
// File: gbtg_anim.bt | |
// Author: wrs/x1nixmzeng | |
// Revision: 0.1 | |
// Purpose: aid_anim_* parsing from | |
// "grabbed by the ghoulies" | |
//-------------------------------------- |
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
-- Soul Worker Wireshark Dissector rev 1 | |
-- Written by WRS/x1nixmzeng (forum.xentax.com) | |
-- Usage: wireshark.exe -X lua_script:ws_soulworker.lua | |
local sw_port = 27017 | |
sw_proto = Proto("sw_proto","Soul Worker Protocol") | |
local sw_method = | |
{ |
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
#!/usr/bin/env python | |
import io | |
import urllib | |
import zipfile | |
import ConfigParser | |
import datetime | |
# constants | |
sw_base = "http://down.hangame.co.jp/jp/purple/plii/j_sw/" | |
sw_update = sw_base + "j_sw_m.xml" |
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
012640BC PUSH SoulWork.01C79544 ASCII "tb_Achievement" | |
01264666 PUSH SoulWork.01C79558 ASCII "tb_Achievement_begin" | |
0126478C PUSH SoulWork.01C79570 ASCII "tb_Achievement_Emblem" | |
01264AAC PUSH SoulWork.01C79588 ASCII "tb_Achievement_Script" | |
01264C66 PUSH SoulWork.01C795A0 ASCII "tb_Akashic_Disassemble" | |
01264DA6 PUSH SoulWork.01C795B8 ASCII "tb_Akashic_Make" | |
01264F0C PUSH SoulWork.01C795C8 ASCII "tb_Akashic_Parts" | |
012651DC PUSH SoulWork.01C795DC ASCII "tb_Akashic_Records" | |
0126587C PUSH SoulWork.01C795F0 ASCII "tb_Appearance" | |
01265AF6 PUSH SoulWork.01C79600 ASCII "tb_Aura" |
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
//-------------------------------------- | |
//--- 010 Editor v5.0 Binary Template | |
// | |
// File: Soul_Worker_Example.bt | |
// Author: WRS/x1nixmzeng | |
// Revision: 1 | |
// Purpose: Reading of th_Achievement.res | |
//-------------------------------------- | |
local int64 read_sum = 0; |
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
//-------------------------------------- | |
//--- 010 Editor v5.0 Binary Template | |
// | |
// File: pause_history_eng.2A2BB29A | |
// Author: wrs | |
// Revision: 1 | |
// Purpose: GMD texts | |
//-------------------------------------- | |
char magic[4]; // "GMD\0" |
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
//-------------------------------------- | |
//--- 010 Editor v5.0 Binary Template | |
// | |
// File: the_witness_mo.bt | |
// Author: WRS | |
// Revision: 1 | |
// Purpose: The Witness MO files | |
//-------------------------------------- | |
uint magic; // ?? 2500072158 |
NewerOlder