Final Fantasy 7 > FF7 Tools

IroNite - .iro packer and unpacker

<< < (3/3)

orichalcon:
i know its probably not the solution you guys are looking for, but you can make a windows 10 disk and install it on a vm within your linux OS without activating it (which is 100% legal)

when you run the vm windows will always have a watermark in the corner saying "this windows is not activated" or something, but you will just be using it for a few tools anyway so shouldnt bother you too much


ironite is also built in to 7th heaven if that helps

sithlord48:
As noted above you can run IroNite in wine but it never finds the file to extract or pack. I have found a workaround.

Download IroNite from the link above and extract it somewhere
Wine will need .net 4.5.2 so use winetricks to install it in your prefix
Completely forget about using IroNite, Just Delete the IroNite.exe and the Packed and Unpacked folders.
In the data folder is a utility that IroNite uses to work with Iro files we are just going to use this directly

IrosArc is is a CLI application so to use it we have to run it from the command line.
 Open a terminal in the path of the IrosArc application
 Use the command
--- Code: ---wine IrosArc.exe
--- End code ---
  To see the following help.
 IrosArc does not Make the Output Directory when extracting so be sure to the path you want to extract to exists.

--- Code: ---Usage: IrosArc [Create|Extract|List|MakePatch|ApplyPatch] [ArchiveFile] (parameters)

IrosArc Create [ArchiveFile] [BaseFolder] [CompressionType]
    BaseFolder = folder to pack
    CompressionType = Nothing|Everything|ByExtension|ByContent

IrosArc Extract [ArchiveFile] [DestinationFolder] [filter]
    DestinationFolder = folder to extract into.
    Filter = (Optional) Filename(s) to extract.

IrosArc List [ArchiveFile]
    Describe contents of archive

IrosArc MakePatch [OriginalArchive] [NewArchive] [PatchFile] [CompressionType]
    OriginalArchive = original archive you want to make a patch for
    NewArchive = updated version you want the patch to update to
    PatchFile = location to save patch into

IrosArc ApplyPatch [ArchiveFile] [PatchFile]
    ArchiveFile = Original archive
    PatchFile = patch to apply
    Archive is updated IN PLACE. Take a backup copy first if you need to keep the original!

--- End code ---

I copied the iro i wanted to extract to the folder with the tool (i also renamed it) and made an dir named output used the command below to extract "mod.iro"
--- Code: --- wine IrosArc.exe Extract mod.iro output/
--- End code ---

ff7maniac:
Hi, the latest deep scan I did with malwarebytes tells me that this program is malicious and there are some flags on VirusTotal. I suspect these are false positives, but I still prefer to point it out here so that if there really is a danger, this tool could be fixed or removed, etc.

Navigation

[0] Message Index

[*] Previous page

Go to full version