N7EternalMobile

Never7 Eternal Edition (v0.5) for Android/Nintendo Switch

A patch to make the game playable on Android/Nintendo Switch

Common way (not avaliable for Android 11 and up) **BE SURE TO HAVE AT LEAST 8 GIGS OF FREE SPACE IN YOUR DEVICE. (THAT'S PROBABLY THE DOUBLE OF THE GAME'S SIZE)** 1. Download the VN if you haven't already, it's free (KID is defunct and MAGES doesn't care bruh) and you can get it [here](https://www.mediafire.com/file/nshjldhr3zzm760/n7e.love/file). 2. [Download a proper file manager](https://github.com/zhanghai/MaterialFiles/releases/latest), we will need it to transfer the game files to the right directory. 3. Download the [LÖVE engine's APK](https://github.com/love2d/love/releases/download/11.4/love-11.4-android.apk) 4. Install everything you downloaded (I'm talking about the APKs, not the VN) 5. Extract the game's .love file to `(Internal storage)/Android/data/org.love2d.android/files/games/lovegame` using the file manager you downloaded. (You can extract it through the `Open with...` option when you long press the file and click the three dots on the top right corner. Rename the file to `n7e.zip` if you can't find the option.) 6. Download the pre-patched game files [here](https://github.com/Nightdavisao/N7EternalMobile/releases/latest) and extract it to the same folder you extracted the game's .love file. Overwrite everything when asked. 7. Now you're ready to play by launching the game's engine app.
Android 11 and up way **BE SURE TO HAVE AT LEAST 8 GIGS OF FREE SPACE IN YOUR DEVICE. (THAT'S PROBABLY THE DOUBLE OF THE GAME'S SIZE)** 1. Download the VN if you haven't already, it's free (KID is defunct and MAGES doesn't care bruh) and you can get it [here](https://www.mediafire.com/file/nshjldhr3zzm760/n7e.love/file). 2. Download the [LÖVE engine's APK](https://github.com/love2d/love/releases/download/11.4/love-11.4-android.apk) 3. Install everything you downloaded. (I'm talking about the APKs, not the VN) 4. Extract the game's .love file to somewhere in your device with a file manager or an archive manager. (You can extract it through the `Open with...` option when you long press the file and click the three dots on the top right corner. Rename the file to `n7e.zip` if you can't find the option.) 5. Download the pre-patched game files [here](https://github.com/Nightdavisao/N7EternalMobile/releases/latest) 6. Extract the patch to the same folder you extracted the game's .love file. Overwrite everything when asked. 7. Transfer the files using your native file manager to `/sdcard/Android/data/org.love2d.android/files/games/lovegame` (Your native file manager is the one that comes with your device, probably it is called "Files" or "My Files") 8. Now you're ready to play by launching the game's engine app.
ADB way (if you have a working computer) 1. Ensure your device has at least 5 GB of free space. 2. Download the game from [here](https://www.mediafire.com/file/nshjldhr3zzm760/n7e.love/file). 3. Download the [SDK platform-tools](https://developer.android.com/studio/releases/platform-tools) for transferring the game. 4. Download and install the LÖVE engine's APK from [here](https://github.com/love2d/love/releases/download/11.4/love-11.4-android.apk). 5. On your computer, create a folder named `games`, and inside it, create another folder called `lovegame`. 6. Extract the game's .love file to the `lovegame` folder using an extraction tool like WinRAR or 7zip. Ensure that all the extracted files are within this folder. 7. Download the pre-patched game files from [here](https://github.com/Nightdavisao/N7EternalMobile/releases/latest). 8. Extract the downloaded files and overwrite the existing files in the `lovegame` folder. 9. Extract the downloaded SDK platform-tools to a location on your computer. 10. Connect your device to your computer using a USB cable. 11. Enable USB debugging on your device. You can find instructions [here](https://developer.android.com/studio/debug/dev-options). 12. Open a command prompt (cmd) on your computer by pressing Windows+R, typing `cmd`, and pressing Enter. 13. In the command prompt, navigate to the location of the extracted platform-tools folder by using the `cd` command. 14. Type `adb.exe devices` in the command prompt and press Enter to verify that your device is listed. 15. If your device is listed, type the following command: `adb.exe push (location path to the 'games' folder) /sdcard/Android/data/org.love2d.android/files/`. Replace `(location path to the 'games' folder)` with the actual path to the `games` folder on your computer. 16. Press Enter and wait for the transfer to complete. 17. Launch the LÖVE engine app on your Android device to open and play the game.