Git Product home page Git Product logo

gob_extractor's Introduction

Gob Extractor

About the Project

This software is purpose built for unpacking .gob files from LucasArts's 1997 title Star Wars Jedi Knight: Dark Forces II for preservation purposes.

It works by reading the metadata in the .gob file and splitting it in separate files, in similar fashion to what the game does in memory. With some further exploration, repacking .gob files for mods might be possible. Other games by Lucas Arts, be them in the same series or not, might also use this file format, and be compatible off the bat.

The main goal of this project was to be able to be able to repack the Brazilian Portuguese localization of the game, released in CD form in 1997 by Brasoft, into the Steam and GOG.com releases, but other uses might come down the road.

Requirements

Python 3.6 or newer. That's it. It uses no third-party dependencies. This project was developed under and tested with Python 3.10.10.

Usage

There are two supported usage modes through the -f flag and the -g flag.

File mode:

Usage:
python gob_extractor.py -f <FILE_PATH>

This extracts the file FILE_PATH points to, creates a folder called extracted_files in your current directory, a subfolder for your .gob file and unpacks it there.

Batch mode:

Usage:
python gob_extractor.py -g

This reads your current directory recursively, creates a folder called extracted_files in your current directory, a subfolder for each .gob file found and unpacks them there.

Recommended usage for Batch mode would be opening your terminal in the game folder and running python <FULL_PATH_TO_GOB_EXTRACTOR> -g. Copying the .gob files to your Gob Extractor folder will also work but might lead to making a messy directory.

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.