From 1d554a4b8db3ad1e1c34a6544228a4887a03d426 Mon Sep 17 00:00:00 2001 From: intra0 Date: Wed, 18 Dec 2024 00:37:31 -0600 Subject: [PATCH] update description Tested getdls's draw distance mod up to world 6 found no issues other than just nothing happening in the Plussy levels, and the game just acting like no modifications have been made has a *massive* improvement for 5-4 (the one level anyone would want a draw distance mod for) occasionally had a minor improvement for a level here or there thanks for the work and the contributation getdls I may try to figure out getting draw distance working on the Plussy levels in the future, but if not then the improvment to 5-4 is worth adding the mod --- .../Mods/DrawDistance/patch_DrawDistance.asm | 4 ++-- src/SuperMario3DWorld/Mods/DrawDistance/rules.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SuperMario3DWorld/Mods/DrawDistance/patch_DrawDistance.asm b/src/SuperMario3DWorld/Mods/DrawDistance/patch_DrawDistance.asm index df064077..c5ba35e6 100644 --- a/src/SuperMario3DWorld/Mods/DrawDistance/patch_DrawDistance.asm +++ b/src/SuperMario3DWorld/Mods/DrawDistance/patch_DrawDistance.asm @@ -4,6 +4,6 @@ moduleMatches = 0xD2308838, 0xBBAF1908, 0xEB70C731 ; (EU), (NA), (JP) 0x103693D8 = .float 700000.0 ; Distant clip (coins, boxes, enemies) 0x103693DC = .float 4000.0 ; Lev obj draw 0x10290DA4 = .float 200000.0 ; Passive movement patterns -;0x103852B8 = .float 100000.0 ; ??? -;0x10368418 = .float 1500.0 ; plussy levels, glitches camera glitches overworld +;0x103852B8 = .float 10000.0 ; map dist mtx?? ;trace +;0x10368418 = .float 1500.0 ; plussy levels, glitches camera, glitches overworld ;trace 0x1036886C = .float 1000000.0 ; World draw, check reasonable includes unintended areas. diff --git a/src/SuperMario3DWorld/Mods/DrawDistance/rules.txt b/src/SuperMario3DWorld/Mods/DrawDistance/rules.txt index 8959e8a9..864490d6 100644 --- a/src/SuperMario3DWorld/Mods/DrawDistance/rules.txt +++ b/src/SuperMario3DWorld/Mods/DrawDistance/rules.txt @@ -2,6 +2,6 @@ titleIds = 0005000010145D00,0005000010145C00,0005000010106100 name = Draw Distance path = "Super Mario 3D World/Mods/Draw Distance" -description = Increases the draw distance of the game.|Does nothing on Plussy levels and glitches on trian levels. +description = Increases the draw distance of the game.|Has no effect on Plussy levels. #Credits: getdls version = 6