Skip to content

ItzVladik/srceng-mod-launcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 source engine on Android

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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