Difference between revisions of "DTools"

From Custom Mario Kart
Jump to navigation Jump to search
(The progress is available on GitHub.)
m (Fixed errors.)
 
(9 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
|-
 
|-
 
! Version:
 
! Version:
| v2.1
+
| v2.2.2.2
 
|-
 
|-
 
! Date of latest release:
 
! Date of latest release:
| 2017-09-19
+
| 2018-06-12
 
|-
 
|-
 
! Programming language:
 
! Programming language:
 
| C#
 
| C#
 
|-
 
|-
! Source code:
+
! Download:
| [https://github.com/MrDark35000vr/DToolsProject GitHub]
+
| [https://drive.google.com/open?id=1eHQCBjcV28YLRz7u6NLUVxW5sRZJUaaL Google Drive]
 
|-
 
|-
! Download:
+
! Discord server:
| [https://www.dropbox.com/s/i1kot9qlw1h3s1x Dropbox]
+
| [https://discord.gg/MhzXR9k Discord]
 
|}
 
|}
  
 
== Overview ==
 
== Overview ==
'''DTools''' (short for '''Distribution Tools''') is a series of tools to create a [[Custom Track Distribution]].
+
'''DTools''' (short for '''Distribution Tools''') is a series of tools to create a [[custom track distribution]].
  
 
=== Credits ===
 
=== Credits ===
* [[Wiimm]] for his tools: [[Wiimms SZS Tools]].
+
* [[Wiimm]], for [[Wiimms SZS Tools]].
  
 
== Current tools ==
 
== Current tools ==
* CTGP Compiler v1.7.
+
* CTGP Compiler v1.8.1.
 
* Points Modifier v1.3.
 
* Points Modifier v1.3.
* Wiimfi Patcher v1.3.
+
* XML Generator v1.6.
* XML Generator v1.5.
+
* Speed & Lap Modifier v1.2.1.1.
* Speed & Lap Modifier v1.2.
+
* U8 Converter v1.1.1.
* WBZ/SZS/WU8 Converter v1.1.
+
* SZS Fixer v1.5.
* SZS Analysis v1.1.
+
* Image Converter v1.0.1.
* Image Converter v1.0.
+
* Mission Editor v1.1.1.
* 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:
 
** 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 ==
{| class="wikitable"
+
You can see the full change log [https://drive.google.com/open?id=1CydA77IlYcWpo3vBxrRoFdC-zix6p3vf here].
|-
 
! align=left| Version
 
! align=left| Date of release
 
! align=left| 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.
 
|}
 
  
 
{{User-MrDark35000vr-Link}}
 
{{User-MrDark35000vr-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 23:31, 21 February 2022

DTools
Creator: MrDark35000vr
Operating system: Windows
Version: v2.2.2.2
Date of latest release: 2018-06-12
Programming language: C#
Download: Google Drive
Discord server: Discord

Overview

DTools (short for Distribution Tools) is a series of tools to create a custom track distribution.

Credits

Current tools

  • CTGP Compiler v1.8.1.
  • Points Modifier v1.3.
  • XML Generator v1.6.
  • Speed & Lap Modifier v1.2.1.1.
  • U8 Converter v1.1.1.
  • SZS Fixer v1.5.
  • Image Converter v1.0.1.
  • Mission Editor v1.1.1.

Version History

You can see the full change log here.