Difference between revisions of "Item Slot Editor"

From Custom Mario Kart
Jump to navigation Jump to search
m (Grammar)
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
'''WARNING — Online play'''
 
'''WARNING — Online play'''
  
The author is not responsible of the usage of this tool. To avoid any problems, use it in offline mode, you can not use this tool while playing [[Wiimmfi]], otherwise, '''you will get banned from the server'''.
+
The author is not responsible for the usage of this tool. To avoid any problems, use it in offline mode. You can not use this tool while playing [[Wiimmfi]], otherwise '''you will get banned from the server'''.
  
 
'''If the values are not equal to 200 units, it crashes the game.'''
 
'''If the values are not equal to 200 units, it crashes the game.'''
Line 17: Line 17:
 
|-
 
|-
 
! Version:
 
! Version:
| v1.0
+
| v1.0.1
 
|-
 
|-
 
! Date of latest release:
 
! Date of latest release:
| 2018-11-28
+
| 2018-11-29
 
|-
 
|-
 
! Programming language:
 
! Programming language:
Line 26: Line 26:
 
|-
 
|-
 
! File Formats:
 
! File Formats:
| [[ItemSlot.bin]]
+
| [[ItemSlot.bin]], [[ItemSlotTable.slt]]
|-
 
! Source Code:
 
| [https://github.com/MrDark35000vr/ItemSlotEditor GitHub]
 
 
|-
 
|-
 
! Download:
 
! Download:
| [https://drive.google.com/open?id=1a5V2nAGSLwukOF1ZgTUduQheFt0BnNJe Google Drive]
+
| [https://drive.google.com/open?id=1J9PTusTDRv3rK0wxDbvzMd9vLmmBciaE Google Drive]
 
|}
 
|}
  
 
== Overview ==
 
== Overview ==
'''Item Slot Editor''' is a tool made by [[MrDark35000vr]] that allows to create, open and save the [[ItemSlot.bin]] file, found into [[Common.szs]].
+
'''Item Slot Editor''' is a tool made by [[MrDark35000vr]] that allows to create, open and save the [[ItemSlot.bin]] file, found into [[Common.szs]], as well as [[ItemSlotTable.slt]].
  
 
== Media ==
 
== Media ==
{{youtube-box|tutorial|vcDreppSSVE|v1.0 tutorial}}
+
{{youtube-box|tutorial|vcDreppSSVE|v1.0 Video Tutorial}}
  
 
== Version History ==
 
== Version History ==
 
{| class="wikitable"
 
{| class="wikitable"
|-
+
! Version
! align=left| Version
+
! Date of release
! align=left| Date of release
+
! Information
! align=left| Information
 
 
|-
 
|-
 
| v1.0
 
| v1.0
Line 53: Line 49:
 
|-
 
|-
 
| v1.0.1
 
| v1.0.1
| —
+
| 2018-11-29
 
|
 
|
* Add [[ItemSlotTable.slt]] support.
+
* Added [[ItemSlotTable.slt]] support.
* Remove online button to avoid problems.
+
* Removed online and special buttons to avoid problems in online gameplay.
* Add real time sum column.
+
* Added real-time calculator to all columns.
 +
* Handled exceptions in the Update form.
 +
* Minor bug fixes.
 
|}
 
|}
  
 
{{User-MrDark35000vr-Link}}
 
{{User-MrDark35000vr-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 18:35, 30 May 2021

Not to be confused with ItemSlot Editor, a program made by Atlas.
Disclaimer

WARNING — Online play

The author is not responsible for the usage of this tool. To avoid any problems, use it in offline mode. You can not use this tool while playing Wiimmfi, otherwise you will get banned from the server.

If the values are not equal to 200 units, it crashes the game.

Item Slot Editor
Author: MrDark35000vr
Operating systems: Windows
Version: v1.0.1
Date of latest release: 2018-11-29
Programming language: C#
File Formats: ItemSlot.bin, ItemSlotTable.slt
Download: Google Drive

Overview

Item Slot Editor is a tool made by MrDark35000vr that allows to create, open and save the ItemSlot.bin file, found into Common.szs, as well as ItemSlotTable.slt.

Media

v1.0 Video Tutorial

Version History

Version Date of release Information
v1.0 2018-11-28 First release
v1.0.1 2018-11-29
  • Added ItemSlotTable.slt support.
  • Removed online and special buttons to avoid problems in online gameplay.
  • Added real-time calculator to all columns.
  • Handled exceptions in the Update form.
  • Minor bug fixes.