Coder Social home page Coder Social logo

mhst2-arc-tool's Introduction

mhst2-arc-tool

Monster Hunter Stories 2 Arc un- and repacker based on https://github.com/Silvris/MH-Tools-and-Scripts.

Specifically the Extract and Repack python scripts.

Usage

Unpacking

  • Drag a packed .arc file from the game folder onto the exe.
    • The tool will automatically recognize that you are trying to unpack something
    • Inside the unpacked folder there will be an orderlog.txt, do not delete it, you will need it to repack the arc!
    • It will also generate an [arc name]-decrypt.arc, which you can delete after unpacking is done.

Repacking

  • Drag an unpacked arc folder onto the exe.
    • The folder needs to have an orderlog.txt inside that lists all of the arcs files.
    • Output will be [folder name]-repacked.arc

Building

Used libraries can be installed either manually or with vcpkg.

vcpkg

$ vcpkg install zlib cryptopp boost-crc --triplet=x64-windows-static

There is an option to enable progress bars (which massively slows down the code). The libraries for that can be installed with

$ vcpkg install indicators fmt --triplet=x64-windows-static

You can omit the -static if you wish to use the libraries in dll form.

Then simply open the solution is Visual Studio, make sure to select x64 as the target, and build.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.