Skip to content

v1.4 - store-extractable OUYA icon

Choose a tag to compare

@RyoSaeba89 RyoSaeba89 released this 07 Jul 19:12
· 1 commit to main since this release

Fixes community store feedback (ouya-game-data): the OUYA tile icon is now stored under its literal path res/drawable-xhdpi-v4/ouya_icon.png inside the APK, so icon-from-apk.php / plain unzip can extract it. Previous releases had AAPT2 resource optimization enabled, which scrambled all res/ file names (res/-A.png, ...).

  • android.enableResourceOptimizations=false (no more resource path shortening)
  • versionCode 26, package com.ryo.assaultcubeouya
  • No gameplay changes over v1.3