Skip to content

Commit

Permalink
Add getdls's experimental Draw Distance mod
Browse files Browse the repository at this point in the history
gonna attempt to fix it up pretty soon
  • Loading branch information
intra0 authored Dec 18, 2024
1 parent dd7e506 commit 6352d04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[SuperMario3DWorld_DrawDistance]
moduleMatches = 0xD2308838, 0xBBAF1908, 0xEB70C731 ; (EU), (NA), (JP)
; patch object clip
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 10000.0 ; map dist mtx? trace
;0x10368418 = .float 1500.0 ; Nessie levels? trace
0x1036886C = .float 1000000.0 ; World draw, check reasonable includes unintended areas.
7 changes: 7 additions & 0 deletions src/SuperMario3DWorld/Mods/DrawDistance/rules.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Definition]
titleIds = 0005000010145D00,0005000010145C00,0005000010106100
name = Draw Distance
path = "Super Mario 3D World/Mods/Draw Distance"
description = Increases the draw distance of the game.|Glitches on Rail and "Floating dinosaur" Levels.
#Credits: getdls
version = 6

0 comments on commit 6352d04

Please sign in to comment.