Difference between revisions of "ZAC's BAS Tool"

From Custom Mario Kart
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 3 users not shown)
Line 17: Line 17:
 
|-
 
|-
 
! Source Code:
 
! Source Code:
| [https://github.com/TheZACAtac/ZAC-s-BAS-Tool-Beta GitHub]
+
| [https://github.com/ZachACombs/ZAC-s-BAS-Tool-Beta GitHub]
 
|-
 
|-
 
! Download:
 
! Download:
| [http://www.mediafire.com/file/z2warulbo58dufx/ZAC%27sBASTool_Beta.zip MediaFire]
+
| [https://mega.nz/#!NQJmTIIC!Oy39Cpgvkx6FsZzPiMpYDBHb-SusuvDAUnSUDznBCPQ MEGA]
 
|}
 
|}
  
Line 34: Line 34:
 
== Version History ==
 
== Version History ==
 
{| class="wikitable"
 
{| class="wikitable"
 +
! Version
 +
! Date of release
 +
! Information
 
|-
 
|-
! align=left| Version
+
| Beta
! align=left| Date of release
 
! align=left| Information
 
|-
 
| [http://www.mediafire.com/file/z2warulbo58dufx/ZAC%27sBASTool_Beta.zip Beta]
 
 
| 2017-10-20
 
| 2017-10-20
| First version
+
| First release
 
|}
 
|}
  
 
{{User-TheZACAtac-Link}}
 
{{User-TheZACAtac-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 14:00, 9 February 2021

ZAC's BAS Tool
Creator: TheZACAtac
Operating System: Windows
File Format: BAS
Version: Beta
Release Date: 2017-10-20
Source Code: GitHub
Download: MEGA

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 release