Releases: justaporter/Dead-Trigger-port
Releases · justaporter/Dead-Trigger-port
Release list
Version 1.0 dead trigger
DeadTrigger1.zip
Version 1.0 of the release
⚠IMPORTANT⚠
MUST BE VERSION 2.1.0 OF DEAD TRIGGER, APK NOT SPLIT APK OR XAPK, DROPPED IN
deadtrigger/gamedata
as deadtrigger.apk or similar named
Dead trigger version 2.0 fix
BUG FIXES:
the game should scale correctly now to other devices without black borders. specific arguments are now added in dt.toml that get autoconfigured to your devices width and height
displayWidth=
displayHeight=
these get called in the SH script automatically
WIDTH=$DISPLAY_WIDTH
HEIGHT=$DISPLAY_HEIGHT
sed -i "s/^displayWidth=./displayWidth=$WIDTH/" "$GAMEDIR/dt.toml"
sed -i "s/^displayHeight=./displayHeight=$HEIGHT/" "$GAMEDIR/dt.toml"
so it is done for you.
DeadTrigger1-v2.0.zip