Difference between revisions of "ANoob's KMP Tool"

From Custom Mario Kart
Jump to navigation Jump to search
(v0.1.0)
 
Line 4: Line 4:
 
| [[ANoob]]
 
| [[ANoob]]
 
|-
 
|-
! Operating system:
+
! Operating systems:
 
| Windows, Mac, Linux
 
| Windows, Mac, Linux
 
|-
 
|-
Line 10: Line 10:
 
| Python
 
| Python
 
|-
 
|-
! File formats:
+
! File format:
 
| [[KMP]]
 
| [[KMP]]
 
|-
 
|-
 
! Version:
 
! Version:
| v0.1.0
+
| v0.1
 
|-
 
|-
 
! Date of latest version:
 
! Date of latest version:
Line 24: Line 24:
  
 
== Overview ==
 
== Overview ==
'''ANoob's KMP Tool''' (also known as '''akmpt''') is a Python program created by [[ANoob]]. The author designed this command-line software to do the heavy-lifting of reversing a [[KMP]] file. Additional editing is necessary to create a fully-functional [[KMP]].
+
'''ANoob's KMP Tool''' (also known as '''akmpt''') is a Python program created by [[ANoob]]. The author designed this command-line software to do the heavy-lifting of reversing a [[KMP]] file. Additional editing is necessary to create a fully-functional KMP.
 
 
  
 
== Features ==
 
== Features ==
Line 31: Line 30:
 
* Reverses item routes.
 
* Reverses item routes.
 
* Reverses checkpoints.
 
* Reverses checkpoints.
* Rotates respawns by 180 degrees.
+
* Rotates respawn points by 180°.
* Rotates start position by 180 degrees.
+
* Rotates start position(s) by 180°.
 
 
  
 
== Version History ==
 
== Version History ==
Line 41: Line 39:
 
! Information
 
! Information
 
|-
 
|-
| [https://github.com/Robert-N7/akmpt/releases/tag/v0.1.0 v0.1.0]
+
| v0.1
 
| 2021-06-11
 
| 2021-06-11
| First Release.
+
| First release
 
|}
 
|}
  
 
{{User-ANoob-Link}}
 
{{User-ANoob-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 04:55, 12 June 2021

ANoob's KMP Tool
Author: ANoob
Operating systems: Windows, Mac, Linux
Programming language: Python
File format: KMP
Version: v0.1
Date of latest version: 2021-06-11
Download: Github

Overview

ANoob's KMP Tool (also known as akmpt) is a Python program created by ANoob. The author designed this command-line software to do the heavy-lifting of reversing a KMP file. Additional editing is necessary to create a fully-functional KMP.

Features

  • Reverses enemy routes.
  • Reverses item routes.
  • Reverses checkpoints.
  • Rotates respawn points by 180°.
  • Rotates start position(s) by 180°.

Version History

Version Date of release Information
v0.1 2021-06-11 First release