collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
872 stars 99 forks source link

Make compiled builds of project #47

Closed JunioJsv closed 5 years ago

JunioJsv commented 5 years ago

Where can I get the apk file? without having to compile everything

collinsmith commented 5 years ago

You're welcome to try this. There are still some hoops to jump through and optimizations to be made, so I don't suggest it yet. You'll need to copy your MPQs into \Android\data\com.riiablo\files once the APK is installed. The client will then unpack the audio files when you run it the first time. Uninstalling the APK will delete this folder. You will need ~3.5GB for the MPQs and the unpacked audio files. Save files (d2s) should be copied into ...\com.riiablo\files\Save android-debug.zip

JunioJsv commented 5 years ago

Android 8.1, armv7 32bits Print

collinsmith commented 5 years ago

Unzip it first? English please. My device is 7.0 and I think it should work with quite a bit lower.

JunioJsv commented 5 years ago

of course I unpacked, I installed the app but when I try to open it, show the error, unfortunately "riiablo" stopped working

collinsmith commented 5 years ago

I can't help you without a stack trace, so I guess you'll have to wait. Just double check and make sure you copied the MPQs into the correct directory on your device is all I can suggest. Installing the APK should create the directory, but you still need to copy them from your PC.

To clarify, the actual game assets are not provided and should copied from the game directory on your PC to your android device. You also need to make sure that your game client is up-to-date (1.14+) to ensure compatibility of the MPQs.