Difference between revisions of "DTools"

From Custom Mario Kart
Jump to navigation Jump to search
m
m (Fixed errors.)
 
(6 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
|-
 
|-
 
! Version:
 
! Version:
| v2.2.2
+
| v2.2.2.2
 
|-
 
|-
 
! Date of latest release:
 
! Date of latest release:
| 2018-03-25
+
| 2018-06-12
 
|-
 
|-
 
! Programming language:
 
! Programming language:
 
| C#
 
| C#
 +
|-
 +
! Download:
 +
| [https://drive.google.com/open?id=1eHQCBjcV28YLRz7u6NLUVxW5sRZJUaaL Google Drive]
 
|-
 
|-
 
! Discord server:
 
! Discord server:
| [https://discord.gg/ZT573GH Discord]
+
| [https://discord.gg/MhzXR9k Discord]
|-
 
! Source code:
 
| [https://github.com/MrDark35000vr/DToolsProject GitHub]
 
|-
 
! Download:
 
| [https://www.dropbox.com/s/14fxpcvy12sb1z2 Dropbox]
 
 
|}
 
|}
  
 
== 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 ==
Line 37: Line 34:
 
* Points Modifier v1.3.
 
* Points Modifier v1.3.
 
* XML Generator v1.6.
 
* XML Generator v1.6.
* Speed & Lap Modifier v1.2.1.
+
* Speed & Lap Modifier v1.2.1.1.
 
* U8 Converter v1.1.1.
 
* U8 Converter v1.1.1.
 
* SZS Fixer v1.5.
 
* SZS Fixer v1.5.
 
* Image Converter v1.0.1.
 
* Image Converter v1.0.1.
* Mission Editor v1.1.
+
* Mission Editor v1.1.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.
 
* Tools:
 
** CTGP Editor v1.0.
 
** Points Modifier v1.0.
 
** Hard Patcher v1.0.
 
|-
 
| v1.5
 
| 2015-12-27
 
|
 
* CTGP Editor v1.5:
 
** Generates automatically a template.
 
** Slot information with initial letter and hexadecimal.
 
* Remade UI for Points Modifier v1.1 and Hard Patcher v1.1.
 
* Tools added:
 
** XML Generator v1.0.
 
** Speed & Lap Modifier v1.0.
 
|-
 
| v2.0
 
| 2017-01-07
 
|
 
* CTGP Compiler v1.6 (a.k.a CTGP Editor):
 
** Add ct-code and image path to compile.
 
** Edit and save ct-code file with CTGP Editor.
 
** Slot information can be searched by slot or by index.
 
** Remade UI and minor bug fixes.
 
* Points Modifier v1.2:
 
** Checks if the new points system is in descending order before modifying.
 
* Speed & Lap Modifier v1.1:
 
** Can open many track files to convert it.
 
** Reports all converted files (optional).
 
* Tools added:
 
** WBZ to SZS Converter v1.0.
 
** SZS Analysis v1.0.
 
** Auto-add Tool v1.0.
 
* Tools removed:
 
* XML Generator v1.0.
 
|-
 
| v2.1
 
| 2017-09-19
 
|
 
* CTGP Compiler v1.7:
 
** Added CTGP Simple Visual Editor to generate more easily the CT-CODE.
 
** Can create txt files.
 
* Wiimmfi Patcher v1.2 (a.k.a Hard Patcher):
 
** Able to open and close the StaticR.rel file.
 
** Makes a backup before patching.
 
* Points Modifier v1.3:
 
** Able to open and close the StaticR.rel file.
 
** Able to make projects and can save it.
 
** Checks the current system points from a StaticR.rel file.
 
* Speed & Lap Modifier v1.2:
 
** Can modify the speed (0.1x to 10x) and lap (1 to 9) values as you want.
 
** Reports the current progress.
 
** Open all szs files from a directory.
 
* WBZ/SZS/WU8 Converter v1.5 (a.k.a WBZ to SZS Converter):
 
** WU8 conversion support.
 
** Options added:
 
*** Remove AI-Param.
 
*** Clean KCL.
 
*** Center minimap.
 
*** Auto-add (tool removed).
 
* Tools added:
 
** XML Generator v1.5.
 
** Image Converter v1.0.
 
** Cup Layout Generator v1.0.
 
** Message Tool v1.0.
 
|-
 
| v2.2
 
| rowspan=2| 2018-03-11
 
|
 
* 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 (create option) for track files (20 to FF) and generate code for multiplayer support (optional).
 
** Automatic generate code for language files and video files.
 
** Minor bug fixes.
 
* U8 Converter v1.1.1:
 
** Remove options: Auto-add, center minimap, remove AIParam, clean KCL. It added in SZS Fixer.
 
** Can compress SZS files.
 
* SZS Fixer 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.
 
* Multithreading support for:
 
** CTGP Compiler v1.8.
 
** U8 Converter v1.1.1.
 
** SZS Fixer v1.5.
 
** Speed & Lap Modifier v1.2.1.
 
** Image Converter v1.0.1.
 
* Tools added:
 
** Mission Editor v1.0.
 
* Tools removed:
 
** Message Tool v1.0 (unneeded tool).
 
** Wiimmfi Patcher v1.3 (it was never tested).
 
|-
 
| v2.2.1
 
|
 
* Mission Editor v1.1:
 
** Able to add CPUs in Mission Mode (requires '''CPUs in Mission Mode''' code to works).
 
|-
 
| v2.2.2
 
| 2018-03-25
 
|
 
* CTGP Compiler v1.8.1:
 
** A fatal error has been fixed.
 
|}
 
  
 
{{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.