Mario Kart: Double Dash!! Reverse: Difference between revisions

no edit summary
(Created page with "{{subst:CustomTrackTemplate}}")
 
No edit summary
Line 1: Line 1:


{| class="textbox float-right grid"
{| class="textbox float-right grid"
|+ <!--ENTER YOUR PAGE NAME HERE-->
|+ Mario Kart: Double Dash!! Reverse
|-
|-
! Author:
! Author:
| <!--ENTER YOUR USER PAGE LINK HERE-->
| [[User:Cristian64|cristian64]]
|-
|-
! Version:
! Version:
| <!--ENTER THE VERSION HERE-->
| v3
|-
|-
! Date of latest version:
! Date of latest version:
| <!--ENTER THE DATE OF LATEST VERSION IN YYYY-MM-DD FORM-->
| 2022-04-10
|-
|-
! Editors Used:
! Editors Used:
| <!--LINK ALL EDITORS USED HERE. IF AN EDITOR ISN'T ON THE WIKI, ADD AN EXTERNAL LINK-->
| [[Mkdd_track_editor|MKDD Track Editor]], [[Mkdd-collision|mkdd-collision]], [[SuperBMD]], [[Blender]], mkdd-reverse
|-
! Replaces:
| <!--ENTER THE TRACK IT REPLACES HERE-->
|-
|-
! Download:
! Download:
| <!--PASTE YOUR DONWLOAD LINK IN THIS FORMAT: [LINK PREVIEWTEXT]-->
| [https://anonfiles.com/FaOe36V2xa/MKDDReverse.v3.20220410_zip Mirror 1] [https://www.mediafire.com/file/hr9m95quhipilnn/MKDDReverse.v3.20220410.zip/file Mirror 2]
|}
|}


== Overview ==
== Overview ==
<!--'''TRACK NAME'''--> is a <!--[[custom track]]-->  created by <!--YOUR USER PAGE-->. <!--ADD ANY OTHER INFO HERE-->
'''Mario Kart: Double Dash!! Reverse''' is a set of [[custom track]]s created by [[User:Cristian64|cristian64]].
 
All stock courses have been reversed with a semi-automatic script (named '''mkdd-reverse''') based on the [[Mkdd_track_editor|MKDD Track Editor]]. Half of the courses only needed modifications in the BOL file; the other half also required terrain modifications (the BCO and BMD files):
 
* Luigi Circuit
* Peach Beach
* Baby Park (only changes in BOL file)
* Dry Dry Desert (only changes in BOL file)
* Mushroom Bridge (only changes in BOL file)
* Mario Circuit (only changes in BOL file)
* Daisy Cruiser
* Waluigi Stadium
* Mushroom City (only changes in BOL file)
* Shertbet Land (only changes in BOL file)
* Yoshi Circuit
* DK Mountain
* Wario Colosseum
* Dino Dino Jungle (only changes in BOL file)
* Bowser's Castle
* Rainbow Road


== Media ==
== Media ==
<youtube width="400" height="240">VIDEOCODE(example: dSaEC810nlA)</youtube>
Coming soon...


== Version History ==
== Version History ==
Line 33: Line 49:
! Date of release
! Date of release
! Information
! Information
! Download links
|-
|-
| v1.0
| v0
| YYYY-MM-DD
| 2022-02-20
| First release
| [[#v0|Known issues]]
| [https://anonfiles.com/R69bn3Jfxc/MKDDReverse.v0.20220220_zip MKDDReverse.v0.20220220.zip (Mirror 1)] [https://www.mediafire.com/file/dn1w47z6a58dc5t/MKDDReverse.v0.20220220.zip/file (Mirror 2)]
|-
| v1
| 2022-03-20
| [[#v1|Changelog and known issues]]
| [https://anonfiles.com/r0kfF3P8x0/MKDDReverse.v1.20220320_zip MKDDReverse.v1.20220320.zip (Mirror 1)] [https://www.mediafire.com/file/bb9klt58c4oqiwf/MKDDReverse.v1.20220320.zip/file (Mirror 2)]
|-
| v2
| 2022-04-09
| [[#v2|Changelog and known issues]]
| [https://anonfiles.com/R1rei3V3x9/MKDDReverse.v2.20220409_zip MKDDReverse.v2.20220409.zip (Mirror 1)] [https://www.mediafire.com/file/8pwgpn64f7e246h/MKDDReverse.v2.20220409.zip/file (Mirror 2)]
|-
| v3
| 2022-04-10
| [[#v3|Changelog and known issues]]
| [https://anonfiles.com/FaOe36V2xa/MKDDReverse.v3.20220410_zip MKDDReverse.v3.20220410.zip (Mirror 1)] [https://www.mediafire.com/file/hr9m95quhipilnn/MKDDReverse.v3.20220410.zip/file (Mirror 2)]
|}
|}


<!--YOUR USER LINK-->
== Changelog ==
 
=== v0 ===
 
==== Known Issues ====
 
* CPU karts won't drift. This makes the enemies less challenging. Further investigation on how to get this right required; to be improved in future releases.
* In the courses that had their BCO file edited, when karts take a jump, the falling animation always plays. It won't matter whether there was a boost pad before the jump; the falling animation always plays. Current theory is that there is something in the BCO files that [[Mkdd-collision]] is not yet handling.
* In the courses that had their BMD file edited, there are geometry artifacts. These are most noticeable in Bowser's Castle, where one can see cracks near the baseboards inside the castle. They are caused by the [[SuperBMD]] tool. Some of these artifacts have been fixed manually, but not all.
* Also, in the courses that had their BMD file edited, there are transparency issues in some textures. These are most noticeable in Waluigi Stadium, DK Mountain, Wario Colosseum, and Rainbow Road. They too are caused by the [[SuperBMD]] tool.
 
=== v1 ===
 
==== Changelog ====
 
* Re-enabled alternate paths in Peach Beach, Dino Dino Jungle, and Yoshi Circuit. Firstly raised by RyanDCB.
* Fixed transparency issues caused by the lack of alpha component in vertex colors.
* Fixed geometry artifacts caused by a float conversion issue in SuperBMD.
* Fixed an issue in Waluigi Stadium where karts could be pulled up by the boost pad from the level above when driving underneath the big jump. Firstly reported by RyanDCB.
* Fixed a crash in Bowser's Castle that occurred when a kart fell to the water near the original wooden bridge. Reported by RyanDCB and AJC276.
* Slightly flattened the steepest slope in DK Mountain to allow heavy karts to climb the ascent. Suggested by Bombchu Link.
* Adjusted Wario Colosseum's newly-added cannon to ensure karts can always land on the other side. Reported by MasterKiller777.
* Other minor tweaks and enhancements in multiple tracks.
 
==== Known Issues ====
 
* Falling animation is played by characters when karts take a jump. This is not the case in the stock courses. It is believed to be an issue with the BCO files.
* CPU karts won't drift, as enemy points have been stripped off all their special settings and flags. (The lack of these settings and flags could be the reason for other unexpected CPU behavior.)
 
=== v2 ===
 
==== Changelog ====
 
* Fixed the falling animation issue that affected most of the tracks.
* Fixed a lap completion issue in Reverse Yoshi Circuit that occurred when the pond shortcut was taken from the very left side (a checkpoint could potentially be missed, breaking lap completion).
* Improved collision of the wooden fence at the entrance of the bridge in Reverse Dino Dino Jungle. Karts could hit an invisible wall instead of flying over the wooden fence.
* Other minor tweaks and cosmetic changes.
 
==== Known Issues ====
 
* CPU karts won't drift. Enemy point settings are not set currently. To be implemented in the next release.
 
=== v3 ===
 
==== Changelog ====
 
* Fixed regression in collision files introduced in the v2 release. Reverse Wario Colosseum was affected (at least in one place); perhaps other courses were affected too. Thanks to MasterKiller777 for discovering, reporting, and diagnosing the issue.
 
==== Known Issues ====
 
* CPU karts won't drift. Enemy point settings are not set currently. To be implemented in upcoming releases.
 
{{User-Cristian64-Link}}
[[Category:Track/Custom]]
[[Category:Track/Custom]]
Anonymous user