Difference between revisions of "DTools"

From Custom Mario Kart
Jump to navigation Jump to search
m
(The progress is available on GitHub.)
Line 1: Line 1:
<div class="float-right">
+
{| class="textbox float-right grid"
{{Misc-Info
+
|+ {{PAGENAME}}
|name= {{PAGENAME}}
+
|-
|creator= [[MrDark35000vr]]
+
! Creator:
|designer=
+
| [[MrDark35000vr]]
|type= Software
+
|-
|version= v2.1
+
! Operating system:
|date of release= 2017-09-19
+
| Windows
|editors used= Visual Studio 2017
+
|-
|download 1= https://www.dropbox.com/s/i1kot9qlw1h3s1x
+
! Version:
}}
+
| v2.1
</div>
+
|-
 +
! Date of latest release:
 +
| 2017-09-19
 +
|-
 +
! Programming language:
 +
| C#
 +
|-
 +
! Source code:
 +
| [https://github.com/MrDark35000vr/DToolsProject GitHub]
 +
|-
 +
! Download:
 +
| [https://www.dropbox.com/s/i1kot9qlw1h3s1x Dropbox]
 +
|}
  
 
== Overview ==
 
== Overview ==
Line 18: Line 30:
 
* [[Wiimm]] for his tools: [[Wiimms SZS Tools]].
 
* [[Wiimm]] for his tools: [[Wiimms SZS Tools]].
  
== Programs ==
+
== Current tools ==
=== CTGP Compiler ===
+
* CTGP Compiler v1.7.
This tool basically creates a SZS file to read the CT-CODE and you can edit the TXT file before compiling.
+
* Points Modifier v1.3.
 +
* Wiimfi Patcher v1.3.
 +
* XML Generator v1.5.
 +
* Speed & Lap Modifier v1.2.
 +
* WBZ/SZS/WU8 Converter v1.1.
 +
* SZS Analysis v1.1.
 +
* Image Converter v1.0.
 +
* Cup Layout Generator v1.0.
 +
* Message Tool v1.0.
  
=== Wiimmfi Patcher ===
+
== Planned features ==
You can set a custom region, check [[Custom Track Regions]] to avoid problems.
+
* CTGP Compiler v1.8:
 
+
** Interactive visual editor instead of simple visual editor.
=== Points Modifier ===
+
** CTGP Editor can make icons instead of Cup Layout Generator (tool removed).
You can change the current points system, please do not use online to avoid problems.
+
** Minor bug fixes.
 
+
* XML Generator v1.6:
=== Speed and Lap Modifier ===
+
** Automatic checked values for track files (20 to FF) and generate code for multiplayer support (optional).
You can set custom speed and lap count and multiple files to set the speed and/or laps faster.
+
** Automatic generate code for language files.
 
+
** Minor bug fixes.
=== XML Generator ===
+
* U8 Converter (a.k.a. WBZ/SZS/WU8 Converter) v1.1.1:
This tool can generate the XML code editing the table values and can preview it.
+
** Remove options: Auto-add, center minimap, remove [[AIParam]], clean [[KCL]]. It added in SZS Fixer.
 
+
** Can compress SZS and WBZ files.
=== More Tools ===
+
* SZS Fixer (a.k.a. SZS Analysis) v1.5:
DTools has more tools like "WBZ/SZS/WU8 converter", "SZS analysis", "Image Converter", "Cup Layout Generator" and "Message Tool", which manipulates several files fastly and has an updater to check newer versions.
+
** Added options removed in U8 Converter.
 +
** Able to transform a track (see [[Track Transformation]]).
 +
** All analyzed tracks will be displayed in a single window.
 +
* Message Tool v1.1:
 +
** Can encode and decode BMG files and can edit it (not like Notepad).
 +
** Can copy to clipboard the name of the tracks from a strap.szs file.
 +
* Mission Editor v1.0:
 +
** Interactive [[Mission Mode#mission_single.kmt|KMT]] and [[Mission Mode#mission_ui_single.bin|mission_ui_single.bin]] editor.
 +
* Multithreading support for CTGP Compiler v1.8, U8 Converter v1.1.1, SZS Fixer v1.5, Speed & Lap Modifier v1.2.1 and Image Converter v1.0.1.
  
 
== Version History ==
 
== Version History ==

Revision as of 21:14, 16 February 2018

DTools
Creator: MrDark35000vr
Operating system: Windows
Version: v2.1
Date of latest release: 2017-09-19
Programming language: C#
Source code: GitHub
Download: Dropbox

Overview

DTools (short for Distribution Tools) is a series of tools to create a Custom Track Distribution.

Credits

Current tools

  • CTGP Compiler v1.7.
  • Points Modifier v1.3.
  • Wiimfi Patcher v1.3.
  • XML Generator v1.5.
  • Speed & Lap Modifier v1.2.
  • WBZ/SZS/WU8 Converter v1.1.
  • SZS Analysis v1.1.
  • Image Converter v1.0.
  • Cup Layout Generator v1.0.
  • Message Tool v1.0.

Planned features

  • CTGP Compiler v1.8:
    • Interactive visual editor instead of simple visual editor.
    • CTGP Editor can make icons instead of Cup Layout Generator (tool removed).
    • Minor bug fixes.
  • XML Generator v1.6:
    • Automatic checked values for track files (20 to FF) and generate code for multiplayer support (optional).
    • Automatic generate code for language files.
    • Minor bug fixes.
  • U8 Converter (a.k.a. WBZ/SZS/WU8 Converter) v1.1.1:
    • Remove options: Auto-add, center minimap, remove AIParam, clean KCL. It added in SZS Fixer.
    • Can compress SZS and WBZ files.
  • SZS Fixer (a.k.a. SZS Analysis) v1.5:
    • Added options removed in U8 Converter.
    • Able to transform a track (see Track Transformation).
    • All analyzed tracks will be displayed in a single window.
  • Message Tool v1.1:
    • Can encode and decode BMG files and can edit it (not like Notepad).
    • Can copy to clipboard the name of the tracks from a strap.szs file.
  • Mission Editor v1.0:
  • Multithreading support for CTGP Compiler v1.8, U8 Converter v1.1.1, SZS Fixer v1.5, Speed & Lap Modifier v1.2.1 and Image Converter v1.0.1.

Version History

Version Date of release Information
v1.0 2015-03-15 First release.
v1.5 2015-12-27
  • Remade from scratch.
  • Added new tools.
  • Added new functions to old tools.
  • Added manuals.
v2.0 2017-01-07
  • Remade from scratch.
  • Removed "XML Generator" tool.
  • New options for SZS files:
    • Check the files.
    • Auto-add missing object files.
    • WBZ to SZS converter.
  • Added automatic updater.
  • Older tools were modified.
  • Now the software is portable.
v2.1 2017-09-19
  • Updated the main tools.
  • Re-added "XML Generator" tool.
  • New tools:
    • Image Converter.
    • Cup Layout Generator.
    • Message Tool.