Skip to content

Commit

Permalink
add fov adjustment to multiplayer tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kethen committed Jan 15, 2024
1 parent 7647a35 commit 4ca7257
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions multiplayer_tweaks/UCES01245.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
_S UCES-01255// only tested on v2.0

_C0 break jackpot event to avoid music change
_L 0x20000F380 0x04c10033

_C0 restore jackpot event
_L 0x20000F380 0x18c00033
_C0 force racing line on
_L 0x2004DD20C 0x0000001

_C0 force racing line off
_L 0x2004DD20C 0x0000000

_C0 wider fov 60
_L 0x200122264 0x00000000
_L 0x200122270 0x00000000
_L 0x200122288 0x04410004
_L 0x200122278 0x3c014270
_L 0x20012227c 0x34210000

_C0 wider fov 70
_L 0x200122264 0x00000000
_L 0x200122270 0x00000000
_L 0x200122288 0x04410004
_L 0x200122278 0x3c01428c
_L 0x20012227c 0x34210000

_C0 wider fov 80
_L 0x200122264 0x00000000
_L 0x200122270 0x00000000
_L 0x200122288 0x04410004
_L 0x200122278 0x3c0142a0
_L 0x20012227c 0x34210000

_C0 restore fov
_L 0x200122264 0x15020008
_L 0x200122270 0x14400005
_L 0x200122288 0x15020004
_L 0x200122278 0x3c014251
_L 0x20012227c 0x3421b9a7

0 comments on commit 4ca7257

Please sign in to comment.