daniele-rapagnani / alephone-android

Port of the AlephOne engine on Android
GNU General Public License v3.0
40 stars 3 forks source link

Add some way to load different assets so that mods and TC can be played #26

Closed daniele-rapagnani closed 3 years ago

daniele-rapagnani commented 3 years ago

If this is not already possibile it should be as easy as adding some path on /sdcard in the asset's search path that is scanned first.

Relates to #25.

maxcode5ive commented 3 years ago

It will need to read them from the external sdcard as well. There are some TC/mods that are just to big to store on internal storage.

daniele-rapagnani commented 3 years ago

@maxcode5ive Yes you are right! Fortunately it shouldn't be a problem because the sdcard is directly accessible as any other location on the filesystem

maxcode5ive commented 3 years ago

Thats great. I always thought that was a separate premission.

daniele-rapagnani commented 3 years ago

Yes you need to ask for specific permission to read or write from the SD, but once you have it the SD becomes accessible from the filesystem.