Coder Social home page Coder Social logo

aurismat / rbxit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juanitogan/rbxit

0.0 0.0 0.0 940 KB

Really Basic sÍerra Tools - Sierra game patches and install wiki!

Home Page: https://namethattech.wordpress.com/2016/01/18/fixing-up-old-computer-games

Python 100.00%

rbxit's Introduction

RBXIT - Really Basic sÍerra Tools

(the X is x'd out)

Fork of the juanitogan's repo with extra tools added;

You can find the original repo here: https://github.com/juanitogan/rbxit

Improvements made to the original repository:

  • very simple WAV to WAX converter;
  • Potentially other modding tools later?
This repository only stores the Python tools used for modifications, as I have no interest in using the other things.

This script and procedure was intended and tested with CyberStorm 1. As I could not do any extensive testing on this, YMMV and use with other games at your own risk!

Requirements for using the tools:

  • Python 3;
  • SoX Sound Exchanger with it's directory added to PATH;

As with any guide, ALWAYS back up your files!

Guide on how to modify the audio files:

  • Install the game and get it working in your way of choice(GOG version works for this but is not recommended; follow original author's patcher instructions to get the abandonware .iso version working);
  • Copy the .rbx files from the game's root directory into your tools directory;
  • Using the command py ./unrbx.py <filename.rbx>(replacing filename with the file you want to extract, of course), extract the .rbx files into a folder(the script does it for you);
  • Backup the WAX file you want to replace;
  • Get your WAV audio file; Audacity can help you with this, as you can just export your project as a 16-bit signed PCM;
  • Use py ./wav2wax.py <audio_file.wav> <output_file.wax> and you should have a new WAX file now;
  • Use your new file to replace any old file in the extracted file folders, and use py ./rbx.py <folder_name>; You should get an unnamed .RBX file inside of the folder.
  • Rename the new .RBX file to match the original filename and put it into the game's directory;
  • ???
  • Profit(?)

rbxit's People

Contributors

juanitogan avatar aurismat 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.