HipHopTool: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
Battlepedia>Dark
(correct user link)
Battlepedia>Dark
mNo edit summary
Line 12: Line 12:


==HipHopFile==
==HipHopFile==
'''HipHopFile''' is the library behind HipHopTool. It consists of classes and methods to allow reading and writing of HIP archives. It's also used by [[Industrial Park]] and [[BFBB Patch Tool]].
'''HipHopFile''' is the library behind HipHopTool. It consists of classes and methods to allow reading and writing of HIP archives. It's also used by [[Industrial Park (Level Editor)|Industrial Park]] and [[BFBB Patch Tool]].


[[Category:Modding]] [[Category:Tools]]
[[Category:Modding]] [[Category:Tools]]

Revision as of 00:35, 15 March 2019

Introduction

HipHopTool is a tool made by community member igorseabra4 in C#. It is a command line and console interface for HipHopFile.

It can be used to extract all assets from a HIP/HOP file into a folder structure and INI file, which allows the user to edit them, and then rebuild the archive using these same files. The new archive does not rely on the previous one for anything, and as such may contain added/removed assets which can be of any size.

Usage

The program can be used simply by opening it and selecting one of the available options (extracting or creating a HIP archive), or it can be run from the command line for faster use with batch scripts. The download includes a readme with instructions.

Links

HipHopFile

HipHopFile is the library behind HipHopTool. It consists of classes and methods to allow reading and writing of HIP archives. It's also used by Industrial Park and BFBB Patch Tool.