GZDoom-Android icon indicating copy to clipboard operation
GZDoom-Android copied to clipboard

Extract title image from IWAD and display in IWAD selection

Open nvllsvm opened this issue 7 years ago • 2 comments

The title screen images uses on the IWAD selection screen should be extracted from the IWAD. Preferably using the native GZDoom code.

Below is a screenshot of where the asset should then be used.

tmp_565-screenshot_20170409-1043321413400300

Note that at one point, these assets were included in the release of GZDoom for Android. To avoid potential copyright bullshit, they have been removed.

nvllsvm avatar Apr 09 '17 14:04 nvllsvm

Maybe load the TITLEPIC straight from the IWAD?

Wuerfel21 avatar May 06 '17 18:05 Wuerfel21

Proprietary assets have been removed. Looks really ugly without the assets.

@Wuerfel21 - Yep, something along the lines of that is what I plan on doing. I'd like to use JNI and native GZDoom code to determine the title screen from the IWAD.

nvllsvm avatar Aug 13 '17 19:08 nvllsvm