• Stars
    star
    120
  • Rank 294,481 (Top 6 %)
  • Language
    C++
  • Created over 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Extract files from Kirikiri Z engine.

Kirikiri Z File Dumper

This tool can works with for some new engines.

How to use

The tool reads a json-based config file when it starts up. That config file should have the same name as the dll. e.g KrkrDump.json

Here is an example of a valid config file:

{
    "loglevel": 1,
    "enableExtract": true,
    "outputDirectory": "E:\\games\\game\\dump",
    "rules": [
        "file://\\./.+?\\.xp3>(.+?\\..+$)",
        "archive://./(.+)",
        "arc://./(.+)",
        "bres://./(.+)"
    ],
    "includeExtensions": [],
    "excludeExtensions": [
        ".ogg"
    ],
    "decryptSimpleCrypt": true
}

loglevel: Represent how diagnostic information outputs. Set to 0 means turn off any output. Set to 1 or 2 for more detail.

enableExtract: Set to true when you want to extract files from game.

outputDirectory: Path that you want to put the extracted files into.

rules: Uses regular expression to filter the files. Add/remove as you intended.

includeExtensions,excludeExtensions: Filter the file type that you want to extract. Exclusive.

decryptSimpleCrypt: Try to decrypt the text file encrypted with SimpleCrypt.

How to start

If your config file is ready, put KrkrDump.dll and KrkrDump.json and KrkrDumpLoader.exe in the same folder, then drag Game.exe to KrkrDumpLoader.exe

More Repositories

1

GalgameCoding

This repository has some analysis notes for the Chinese localization of Galgame engine and the source code of localization patches. If you have any questions, please create an issue.
C++
92
star
2

VNRServer

Visual Novel Reader Lite Server
Python
37
star
3

Sakuranouta

ใ€Šๆจฑไน‹่ฏ—ใ€‹ๆฑ‰ๅŒ–่กฅไธใ€‚
32
star
4

Kaguya_Tool

Tools for Kaguya ADV engine.
C#
26
star
5

KrkrPatch

The universal patch extension for some new Kirikiri game.
C++
18
star
6

Artemis_Pack_Tool

C#
11
star
7

BSXScript_Tool

Export and import text from BSXScript 3.0 script.
C#
10
star
8

msLTBImporter

MilkShape 3D plugin for imports lithtech LTB models.
C++
8
star
9

Malie_Script_Tool

FreeMalie Engine Script Disassembler
C#
8
star
10

Bishop_BSG_Tool

Convert PNG to BSG graphics file for the Bishop engine.
C#
7
star
11

NekoGameSDK_PackTool

Create NekoGameSDK engine PAK archive.
C#
7
star
12

BGI_Script_Tool

C#
6
star
13

YuRis_Tool

C#
6
star
14

DDWSystemTool

Unpack & Pack DDWSystem archive and script.
C#
6
star
15

Mind-Team

An online FPS game based on GoldSrc engine.
C
6
star
16

fuyukuru_win7_patch

ใ€Šใตใ‚†ใ‹ใ‚‰ใ€ใใ‚‹ใ‚‹ใ€‚ใ€‹Windows 7/8 Support Patch
C++
5
star
17

CIRCUS_Script_Tool

Tool for export & import text from CIRCUS's game.
C#
5
star
18

TmrHiro_Tool

Hack tool for Tmr-Hiro ADV System
C#
5
star
19

YPF_Tool

Tool for creates Yu-Ris YPF archive.
C#
4
star
20

CIRCUS_MES_FA

Tool for export & import text from CIRCUS's game.
C#
3
star
21

TextEncodingTool

A lightweight tool for text encoding.
C#
3
star
22

Tactics_Script_Tool

Export and import text from VistualCode file of Tactics ADV/Script Engine.
C#
3
star
23

NeXAS_Tool

Some tools that works with new version NeXAS ADV engine.
C#
3
star
24

CIRCUS_CRX_Tool

Tool for edit CRX image file of CIRCUS's engine games.
C#
2
star
25

hlmv-web

Half-Life 1 Engine Model Loader for THREE.js
JavaScript
2
star
26

BGIArcPack

Create archive for BGI engine.
C#
2
star
27

BGI_Pack_Tool

C#
2
star
28

KrkrzPack

Create archive for KirikiriZ engine.
C#
2
star
29

GenHxHashList

C#
2
star
30

LoaderFramework

Loader & Patch Framework Code
C++
2
star
31

GSIWin_Script_Tool

GSIWin engine script tool.
C#
2
star
32

Miniblink.NET

Miniblink control for WinForms
C#
2
star
33

GSIWinNewTools

C#
1
star
34

CIRCUS_MES_FD

Tool for export & import text from CIRCUS's game
C#
1
star
35

csvParser

Kirikiri CSV file parser plugin
C++
1
star
36

FGSIWinTool

C#
1
star