All Projects → Atvaark → GzsTool

Atvaark / GzsTool

Licence: MIT license
Fox Engine/MGSV/MGS dat, fpk, fpkd, pftxs and sbp unpacker/repacker

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to GzsTool

MGSV-QAR-Dictionary-Project
A community project to name every file used in Fox Engine game archives.
Stars: ✭ 31 (-46.55%)
Mutual labels:  modding, mgsv, metal-gear-solid, fox-engine
FtexTool
Fox Engine Texture (.ftex) to DDS converter
Stars: ✭ 27 (-53.45%)
Mutual labels:  modding, mgsv, metal-gear-solid, fox-engine
GIMS-Evo
Game Indefinite Modding Suite Evolved
Stars: ✭ 37 (-36.21%)
Mutual labels:  modding
modio-ue4-legacy
Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 83 (+43.1%)
Mutual labels:  modding
Nhaama
Multi-purpose .NET memory-editing library
Stars: ✭ 25 (-56.9%)
Mutual labels:  modding
RAGE-StringsDatabase
This repository contains known string lines and file names for RAGE based games (GTA IV, GTA V, RDR 2)
Stars: ✭ 26 (-55.17%)
Mutual labels:  modding
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (-53.45%)
Mutual labels:  modding
HeroesOfTheStorm TryMode2.0
A modified Try Mode Map for Heroes of the Storm to create a better experience with enhanced functionalities.
Stars: ✭ 18 (-68.97%)
Mutual labels:  modding
VehFuncs
New vehicle features for GTA San Andreas mods
Stars: ✭ 30 (-48.28%)
Mutual labels:  modding
VRCMods
A collection of various VRChat mods aimed at improving user experience or fixing issues
Stars: ✭ 235 (+305.17%)
Mutual labels:  modding
wrench
A set of modding tools (level editor, etc) for the Ratchet & Clank PS2 games.
Stars: ✭ 55 (-5.17%)
Mutual labels:  modding
EvenMoreModifiers
A mod for Terraria that adds a system for Modifiers that can apply to items giving various bonuses
Stars: ✭ 21 (-63.79%)
Mutual labels:  modding
morrowind-sharp
A Morrowind modding guide. New and experienced players welcomed.
Stars: ✭ 107 (+84.48%)
Mutual labels:  modding
MassEffectModder
Mass Effect Modder (MEM)
Stars: ✭ 64 (+10.34%)
Mutual labels:  modding
BeatSaberSongBrowser
BeatSaber plugin, adds much needed functionality to the song selection interface.
Stars: ✭ 166 (+186.21%)
Mutual labels:  modding
inmis
I need more inventory space! A Fabric backpack mod.
Stars: ✭ 29 (-50%)
Mutual labels:  modding
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-63.79%)
Mutual labels:  modding
wasm plugin
A low-ish level tool for easily writing and hosting WASM based plugins.
Stars: ✭ 62 (+6.9%)
Mutual labels:  modding
BTD-Mod-Helper
A powerful and easy to use API for modding BTD6, BATTD, and other Ninja Kiwi games.
Stars: ✭ 76 (+31.03%)
Mutual labels:  modding
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+12.07%)
Mutual labels:  modding

GzsTool

C# Fox Engine dat/qar, fpk, fpkd, pftxs and sbp unpacker/repacker

Build status Requirements

Microsoft .NET Framework 4.5

Usage

GzsTool file_path|folder_path

Examples

Unpacking a dat file. This will unpack all files to the folder called "file_name" and will create a "file_name.dat.xml" file.

GzsTool file_path.dat

Unpacking an fpk/fpkd file. This will unpack all files to the folder called "file_name_fpk/file_name_fpkd" and will create a "file_name.fpk.xml/file_name.fpkd.xml" file.

GzsTool file_path.fpk
GzsTool file_path.fpkd

Unpacking a pftxs file. This will unpack all files to the folder called "file_name_pftxs" and will create a "file_name.pftxs.xml" file.

GzsTool file_path.pftxs

Unpacking a sbp file. This will unpack all files to the folder called "file_name_sbp" and will create a "file_name.sbp.xml" file.

GzsTool file_path.sbp

Unpacking all fpk and fpkd files in a folder. This will unpack all files to their respective folders and create the respective xml files.

GzsTool folder_path

Repacking a dat file. This will create the "file_name.dat" archive.

GzsTool file_path.dat.xml

Repacking an fpk/fpkd file. This will create the "file_name.fpk/file_name.fpkd" archive.

GzsTool file_path.fpk.xml
GzsTool file_path.fpkd.xml

Repacking a pftxs file. This will create the "file_name.pftxs" archive.

GzsTool file_path.pftxs.xml

Remarks

  • Repacking a dat file without changes will result in a smaller file. This is due to the tool not reencrypting formerly encrypted files and thereby not requiring to store the decryption keys.
  • Unpacking Ground Zeroes g0s and pftxs files will only work with v0.2 (Ground Zeroes)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].