Difference between revisions of "BASic Tool"

From Custom Mario Kart
Jump to navigation Jump to search
Line 1: Line 1:
 
{| class="textbox float-right grid"
 
{| class="textbox float-right grid"
|+ BASic Tool
+
|+ KMT Modifier
 
! Creator:
 
! Creator:
 
| [[TheZACAtac]]
 
| [[TheZACAtac]]
Line 8: Line 8:
 
|-
 
|-
 
! File Format:
 
! File Format:
| [[BAS]]
+
| [[AIParam.bas|BAS]]
 
|-
 
|-
 
! Version:
 
! Version:
| v0.1
+
| v1.0.rct1
 +
|-
 +
! Release Date:
 +
| 2017-10-19
 +
|-
 +
! Source Code:
 +
| [https://github.com/TheZACAtac/BASic-Tool-v1.0.rc1 GitHub]
 
|-
 
|-
 
! Download:
 
! Download:
| [http://www.mediafire.com/?s9s43502yscpfyr MediaFire]
+
| [http://www.mediafire.com/file/p72eluy7flpm5ss/BASicTool_v1.0.rc1.zip MediaFire]
 
|}
 
|}
  
Line 20: Line 26:
 
'''BASic Tool''' is a program created by [[TheZACAtac]] and can be used to modify [[BAS]] files.
 
'''BASic Tool''' is a program created by [[TheZACAtac]] and can be used to modify [[BAS]] files.
  
== Known Issues ==
+
== Version History ==
There is a major issue with the way the program saves the values. Values 64 or higher will saved as half the entered value (so 70 would actually be saved as 35). This problem also occurs with the value 1 and certain decimal numbers. Decimals sometimes are not saved correctly either. While these issues should definitely be taken into consideration, a BAS file created or edited with this program should not cause any significant problems concerning how it runs in [[Mario Kart Wii]].
+
{| class="wikitable"
 +
|-
 +
! align=left| Version
 +
! align=left| Date of release
 +
! align=left| Information
 +
|-
 +
| [http://www.mediafire.com/file/s9s43502yscpfyr/BASic_Tool_v0.1.exe v0.1]
 +
| 2017-02-28
 +
| First version
 +
|-
 +
| [http://www.mediafire.com/file/p72eluy7flpm5ss/BASicTool_v1.0.rc1.zip v1.0.rc1]
 +
| 2017-10-19
 +
|
 +
Remade in Visual Studio
 +
* Fixed value saving bug
 +
[https://github.com/TheZACAtac/BASic-Tool-v1.0.rc1 Source Code].
 +
|}
  
 
{{User-TheZACAtac-Link}}
 
{{User-TheZACAtac-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 05:11, 19 October 2017

KMT Modifier
Creator: TheZACAtac
Operating System: Windows
File Format: BAS
Version: v1.0.rct1
Release Date: 2017-10-19
Source Code: GitHub
Download: MediaFire

Overview

BASic Tool is a program created by TheZACAtac and can be used to modify BAS files.

Version History

Version Date of release Information
v0.1 2017-02-28 First version
v1.0.rc1 2017-10-19

Remade in Visual Studio

  • Fixed value saving bug

Source Code.