is this for the mario & luigi dt? because if yes the patch doesn't workSo listen iv been following some tutorials
From optantic just like to learn new stuff but when i follow everything i get this code
580F0000 0C0E6648
780F0000 00000F24
640F0000 00000000 00000001
580F0000 09189DE0
780F0000 00000044
640F0000 00000000 42700000
this is the code i created but still 30 fps when i checked old cheat files it had something like that
580F0000 0825EBA0
580F1000 00000018
580F1000 000000A0
780F0000 00000F14
640F0000 00000000 00000001
580F0000 0825A0A0
780F0000 00000034
680F0000 00000000 00000000
580F0000 08DEDD40
780F0000 00000034
680F0000 42700000 42700000
580F0000 08DED498
780F0000 00000814
640F0000 00000000 42700000
This one has way more lines then mine haha. So i could use some help bc i am realy interested thanks a lot already!
Started doing some more research and i did managed to make a working patch haha still working on itis this for the mario & luigi dt? because if yes the patch doesn't work
Cheat*Started doing some more research and i did managed to make a working patch haha still working on it
okay so when it is finished tell me because I really wanna play mario & luigi dream team on 60 fpsStarted doing some more research and i did managed to make a working patch haha still working on it
Post automatically merged:
Cheat*
Post automatically merged:
Here is the dragon ball kakarot cheat i created for v1.40 enjoy big thanks to the tutorials from optantic and hazerou couldn't have done it without those tutorials! Im not saying it works 100% but i tried the 60 fps vsync and it all works great even the resolutions work enjoy Let me know if i did a good job
This code does not work, the games is writing constantly to that address.Dead or Alive: Dimensions - USA
Title ID: 0004000000034F00
[30 FPS]
00717744 00000002
[60 FPS]
00717744 00000001
(The battles already are at 60 fps but on the menus and loading screens the game run on 30 fps, so i made the code for speed up the menu and loading screens) (also, the battles are at 60 fps without 3D, with 3D runs on 30 fps, even if you use the 60 fps code)
Do you have any update about the Mario and Luigi Dream Team 60 FPS Patch? It's unbelieveable how such an important feature is still missing. I would really appreciate it!Started doing some more research and i did managed to make a working patch haha still working on it
@echo off
setlocal enabledelayedexpansion
for %%F in (*.*) do (
if %%~xF neq .bat (
mkdir "%%~nF"
move "%%F" "%%~nF\cheats.txt"
)
)
endlocal
; Made by BrandonTGS on 2023-10-26_1633 (BST).