Jump to content

HOW TO: Run games from USB drive


Guest life02

Recommended Posts

So I purchased the 8 GB Nexus 7 and began to regret not getting the 16 GB version. These 1-3 GB games are killing me. I purchased The Bard's Tale (great game btw) and the TegraHD version requires 3.5 GB! I already had a USB OTG cable so I began looking for a way to store the game data on the USB drive and mount it to the data directory on the sdcard.

You will need:

  • Compatible USB OTG Cable
  • Paragon NTFS&HFS+
  • GScript Lite
  • Compatible kernel (ntfs read/write support)

    I've tested this on ParanoidAndroid and SGT7 but it should work on any rom.

    Note: Each game requires a game data folder on the USB drive that matches my script (or you can create your own folder and edit the script). You will also need a blank folder on the sdcard (/sdcard/android/data/GAMEFOLDER_from_Script - You have to use this folder name). Once this folder from the USB drive has been mounted to the correct position on the SDCARD, the game data will download to the USB drive.

    Video:


    NTFS USB Drive STEPS:
    1. Plug in USB drive to Nexus 7 and unmount if the system automounts the drive (Settings - Storage - Unmount shared storage)
    2. Open Paragon NTFS&HFS+ and mount the USB drive using the automatic mount point setting (/storage/usbdisk).
    3. Open GScript Lite and run a game script to bind mount the game data folder to the sdcard.
    4. Enjoy your game and extra space!
    5. When done, unmount with Paragon NTFS&HFS+.

    FAT32 USB Drive STEPS:

    [*]Plug in USB drive to Nexus 7, it should be automounted by the system to the default location: /storage/usbdisk

    [*]Open GScript Lite and run a game script to bind mount the game data folder to the sdcard.

    [*]Enjoy your game and extra space!

    [*]When done, unmount via the system: (Settings - Storage - Unmount shared storage)

    Assuming your USB drive is mounted on /storage/usbdisk/ and you have created the empty game data folder on the sdcard (/sdcard/android/data/GAMEFOLDER_from_Script), the following scripts should work:

    
    Script for Horn:
    
    mount -o bind /storage/usbdisk/Horn /sdcard/Android/obb/com.Phosphor.Horn.Paid
    
    
    Script for Bard's Tale:
    
    mount -o bind /storage/usbdisk/BardsTale /sdcard/Android/data/com.inxile.BardTale
    
    
    Script for Max Payne:
    
    mount -o bind /storage/usbdisk/MaxPayne /sdcard/Android/data/com.rockstar.maxpayne
    
    
    Script for Dead Trigger (gave me an error the first time opened but worked fine afterwards):
    
    mount -o bind /storage/usbdisk/DeadTrigger /sdcard/Android/obb/com.madfingergames.deadtrigger
    
    
    Script for Shadow Gun THD:
    
    mount -o bind /storage/usbdisk/shadowgun /sdcard/Android/data/com.madfingergames.shadowgun_thd
    
    
    Script for Asphalt 7:
    
    mount -o bind /storage/usbdisk/Asphalt7 /sdcard/Android/obb/com.gameloft.android.ANMP.GloftA7HM
    
    
    Script for The Dark Knight Rises:
    
    mount -o bind /storage/usbdisk/TDKR /sdcard/Android/obb/com.gameloft.android.ANMP.GloftKRHM
    
    
    Script for Mass Effect Infiltrator:
    
    mount -o bind /storage/usbdisk/MassEffect /sdcard/Android/data/com.ea.games.meinfiltrator_na
    
    

    I'll add more scripts as time permits.

Edited by life02
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.