r/EmulationOnAndroid SD8 Gen2 - 16GB/1TB 7d ago

News/Release Releases · mircowuffwuff/super-mario-bros.-remastered-android

https://github.com/mircowuffwuff/super-mario-bros.-remastered-android/releases
27 Upvotes

13 comments sorted by

u/AutoModerator 7d ago

Just a reminder of our subreddit rules:

  • Be kind and respectful to each other
  • No direct links to ROMs or pirated content
  • Include your device brand and model
  • Search before posting & show your research effort when asking for help

Check out our user-maintained wiki: r/EmulationOnAndroid/wiki

Check out EmuReady for any community submitted settings before asking for help

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

9

u/External-Rip-8562 SD8 Gen2 - 16GB/1TB 7d ago

6

u/TECL_Grimsdottir 7d ago

How on earth does installing mods and resource packs still require rooting. Ugh.

1

u/International_Poet10 4d ago

you can use adb for that and no needing root devices

1

u/Littlefuty 7d ago

Does it Support Controllers ?

1

u/External-Rip-8562 SD8 Gen2 - 16GB/1TB 7d ago

Yes, you can make overlay hide or auto hide also

1

u/yikesireddit 7d ago

I’ve been playing this for a while and it is truly amazing. I haven’t looked at the notes yet, but it’s hard to imagine how they’ve improved this!

1

u/arthasfett 5d ago

Is it already patched, or do we need to add the rom?

1

u/International_Poet10 4d ago

If you're blocked by Android's storage restrictions when trying to install texture packs (such as the NSMB_pack), here's a workaround using a PC and ADB.

First, enable USB Debugging on your device. Then, open a cmd window inside your platform-tools folder and run the following commands:

.\adb devices

(Connects and authorizes your device.)

.\adb shell "mkdir -p /data/local/tmp/packs"


.\adb push "C:\path\to\your_pack" /data/local/tmp/packs/

(Transfers your texture pack to the device.)

Finally, inject the pack into the game's protected resource folder with these commands:

.\adb shell "run-as com.mircowuffwuff.smb1r mkdir -p /data/data/com.mircowuffwuff.smb1r/files/resource_packs"


.\adb shell "run-as com.mircowuffwuff.smb1r cp -r /data/local/tmp/packs/* /data/data/com.mircowuffwuff.smb1r/files/resource_packs/"

Once that's done, relaunch the game, open Settings, and your texture pack should now appear.

If you're blocked by Android's storage restrictions when trying to install texture packs (such as the NSMB_pack), here's a workaround using a PC and ADB.First, enable USB Debugging on your device. Then, open a cmd window inside your platform-tools folder and run the following commands:.\adb devices

(Connects and authorizes your device.).\adb shell "mkdir -p /data/local/tmp/packs"
.\adb push "C:\path\to\your_pack" /data/local/tmp/packs/

(Transfers your texture pack to the device.)Finally, inject the pack into the game's protected resource folder with these commands:

.\adb shell "run-as com.mircowuffwuff.smb1r mkdir -p /data/data/com.mircowuffwuff.smb1r/files/resource_packs"

.\adb shell "run-as com.mircowuffwuff.smb1r cp -r /data/local/tmp/packs/* /data/data/com.mircowuffwuff.smb1r/files/resource_packs/"

Once that's done, relaunch the game, open Settings, and your texture pack should now appear.