john.r79 发表于 2023-10-13 17:13:16

!!! Quest 3必读!!!MUST READ Users only


安装quest3 存在问题,并且游戏有 obb 文件 quest不允许您复制 obb 文件夹,因此游戏将无法使用此
解决方法 在找到更永久的解决方案之前,这是可能的 这是一个临时解决方法,直到找到

更永久的解决方案来加载您的游戏 您首先需要创建要在 obb 中安装的游戏的目录文件夹手动

步骤1。找到您要安装的游戏并获取软件包名称 这是下载

步骤2。中的.com文件夹。在 ADB 目录中打开命令 Promt,

步骤3。运行以下命令:adb shell mkdir /sdcard/Android/obb/PACKAGENAME(确保将软件包名称更改为您安装的游戏)

如果要安装 Beatsaber 的示例,则要使目录成为 adb shell mkdir /sdcard/Android/obb/com.beatgames.beatsaber

步骤4。 现在只需像往常一样安装您的游戏


There is an issue with quest 3 when sideloading and a game has obb files the quest will not let you copy the obb folder so the game wont work
with this workaround it is possible until a more permanent solution is found

This Is A Temporary Workaround Until A More Permanent Solution Is Found

To Sideload Your Game You First Need To Create The Directory Of The Game You Are Installing In The Obb Folder Manually

Step 1. Find The Game You Want To Install And Get The Package Name this is the .com folder in your downloads

Step 2. Open A Command Promt In Your ADB directory

Step 3. Run This Command: adb shell mkdir /sdcard/Android/obb/PACKAGENAME    (Make Sure You Change Packagename To The Game Your Installing)

Example if you want to install Beatsaber then to make the directory the command would beadb shell mkdir /sdcard/Android/obb/com.beatgames.beatsaber

Step 4. Now Just Install Your Game As You Normally Would
页: [1]
查看完整版本: !!! Quest 3必读!!!MUST READ Users only