Skip to content

Releases: justaporter/Dead-Trigger-port

Version 1.0 dead trigger

Choose a tag to compare

@justaporter justaporter released this 08 Jul 13:31
267a74e

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

Choose a tag to compare

@justaporter justaporter released this 09 Jul 14:44
197e647

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