HipHopTool: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
Battlepedia>Igorseabra4
(Created page with "==Introduction== '''HipHopTool''' is a tool made by community member igorseabra4 in C#. It can be used to extract all assets from a HIP/HOP file into a folder stru...")
 
Battlepedia>Igorseabra4
No edit summary
Line 1: Line 1:
==Introduction==
==Introduction==
'''HipHopTool''' is a tool made by community member [[igorseabra4]] in C#. It can be used to extract all assets from a [[HIP|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.
'''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===
===Usage===
Line 8: Line 10:
* [https://github.com/igorseabra4/HipHopTool/releases Get HipHopTool]
* [https://github.com/igorseabra4/HipHopTool/releases Get HipHopTool]
* [https://github.com/igorseabra4/HipHopTool Source code on GitHub]
* [https://github.com/igorseabra4/HipHopTool Source code on GitHub]

==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]].


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

Revision as of 22:58, 14 September 2018

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.