Code Monkey home page Code Monkey logo

flpak's Introduction

Archive utility

A utility to work with some random archive formats.

Supported formats:

Format Description Extension Extracting Creating Params Comment
bsa-mw Bethesda Archive (Morrowind) .bsa
bsa Bethesda Archive (Oblivion, Fallout 3, New Vegas, Skyrim 2011, Skyrim Special Edition, Skyrim VR) .bsa

version=103/104/105

compress=true/false

xbox=true/false

embed-names=true/false

ba2 Bethesda Archive 2 (Fallout 4, Fallout 4 VR, Fallout 76) .ba2 Only general archive supported
pak id Software PAK .pak
rpa Ren'Py Archive .rpa
vpk Valve Pak .vpk
zip ZIP .zip

Usage

flpak --help

List supported formats

flpak list-formats

List files

flpak list ./archive.ext

Check archive correctness

flpak check ./archive.ext

Extract archive into directory

flpak extract ./archive.ext ./out

Creating an archive

flpak create --format pak --add-dir ./input_dir --exclude unneeded_file/in_resulting_archive.txt ./archive.pak

flpak create --format bsa --options version=104,compress=true --add-dir ./input_dir --exclude unneeded_file/in_resulting_archive.txt ./archive.bsa

Development

Build

cargo build --release
strip target/release/flpak

Code coverage

cargo tarpaulin --out Html

flpak's People

Contributors

lxndr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.