ZAC's BAS Tool

From Custom Mario Kart
Revision as of 19:45, 20 October 2017 by TheZACAtac (talk | contribs) (Created page with "{| class="textbox float-right grid" |+ BASic Tool ! Creator: | TheZACAtac |- ! Operating System: | Windows |- ! File Format: | BAS |- ! Version: | Beta |-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
BASic Tool
Creator: TheZACAtac
Operating System: Windows
File Format: BAS
Version: Beta
Release Date: 2017-10-20
Source Code: GitHub
Download: MediaFire

Overview

ZAC's BAS Tool is a console application created by TheZACAtac and can be used to modify BAS files.

Commands

zbast: Displays information about ZAC's BAS Tool as well as the commands that ZAC's BAS Tool provides.
zbast decode source [destination]: Decodes source (a .bas file) into a text-based version and saves the file as a .txt. If destination is not defined, destination file is source.txt.
zbast encode source [destination]: Encodes source (a .txt file) into a .bas. If destination is not defined, then destination file is source.bas.
zbast dump source: Dumps the data found within source (a .bas file).

Version History

Version Date of release Information
Beta 2017-10-20 First version