Skip to content

Releases: Ark-Repoleved/BDroid_X

1.4.7

14 Apr 16:27
c6dbd91

Choose a tag to compare

Updates:

  • Integrated a new local bundle scanning system, replacing the old catalog index, which I hope fixed the matching problem once and for all.
  • Added quality selector (SD/HD/FHD), you can now chose the quality that matches your game, now the shizuku move function works on user that don't use HD quality in game.

app storage clear is required.

from this version on, Shizuku permission is NECESSARY for the app to work.

1.4.6

12 Apr 07:30
2a57f43

Choose a tag to compare

Fixed catalog parsing problem.

1.4.5

30 Mar 02:54
218acdf

Choose a tag to compare

Completely reworked the mod matching logic from character-base to asset-base, enabling support for a wider range of mod types. (need to clear app storage)

If you don't need extra mod types like background or specialillust, I recommend keep using v1.4.4 , this version requires certain understanding of the game system.

1.4.4

25 Feb 17:30
f4e2e23

Choose a tag to compare

Added Shizuku integration so you can now move repacked files to the game directory with a single tap, even on Android 16+.

1.4.3

09 Feb 06:53
70eb62e

Choose a tag to compare

Fixed json 2 skel.

1.4.2

21 Jan 13:41
0523583

Choose a tag to compare

Optimized repack I/O performance ( 25% faster ).

1.4.2-GPU

21 Jan 14:04
0523583

Choose a tag to compare

1.4.2-GPU Pre-release
Pre-release

GPU-accelerated texture compression for ASTC mode ( and Includes improvements from v1.4.2 ).

What is ASTC mode?

ASTC mode compresses textures, produces smaller file sizes ( 25% smaller ), but requires compression during mod installation, which takes time. Basically you don't need this if you have enough storage.

GPU Acceleration ( 40% faster, nearly as fast as RGBA32 (uncompressed) mode)

Before (CPU) After (GPU)
~3.4s per texture ~65ms per texture
Higher quality Slightly lower quality

Note: Only affects ASTC mode. RGBA32 mode (uncompressed) is unchanged.

Requirements

  • OpenGL ES 3.1+ (most devices from 2015+)
  • Falls back to CPU automatically if GPU unavailable

1.4.1

19 Jan 18:09
40e6d7d

Choose a tag to compare

Added parallel texture compression for faster mod repacking.

1.4.0

25 Dec 11:12
da0defc

Choose a tag to compare

Fix < KeyError: 'filter_line' > error.

1.3.9

21 Dec 09:20
1d46f57

Choose a tag to compare

Show error Logs in summary screen.