Skip to content

ArtemS2/bms_launcher

 
 

Repository files navigation

Source Engine Android Mod Template

Building

  • Create SDK with sdkmanager
  • Copy libs to android/lib/arch/
  • Run ./waf configure -T release
  • Run ./waf build

Custom signing

  • Add --key=keystore_name,keystore_alias,keystore_pass,key_pass on configure stage. Replace <keystore_name,keystore_alias,keystore_pass,key_pass> with your key, alias etc.

Building with JDK 11+

  • Add --javac-source-target=8 on configure stage

About

Mod launcher for bms on Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.3%
  • Java 37.2%
  • Shell 9.5%