Tie your phone to your arm so that you can call for stratagems like a real helldiver!
You can check the usage here
- Combine stratagems freely ✅
- Input according to the prompts of stratagems ✅
- Input freely ✅
- Macro ✅
- Speech recognition ✅
- Server:
- Windows x64 or Linux (manual compilation required)
- Client:
- Android: ≥8.0 (SDK26)
- ABIs: arm64-v8a
- Server singleton pattern
- Custom stratagem
- ASR hotword
- Rust is required, you can download it here https://www.rust-lang.org/tools/install
- go to
./serverfolder. - Use the following command to compile and run.
cargo runYou can add the following command line arguments:
--debug: Enable debug mode, which will print more logs--disable-auth: Disable SID authentication, client will be auto-authenticated-h,--help: Show help message-V,--version: Show version information
cargo run -- --disable-auth # Run without SID authentication
cargo run -- --debug # Run with debug mode
cargo run -- --debug --disable-auth # Run with both debug mode and without SID authentication
cargo run -- --help # Show help messageYou can check the server API here
- Android Studio is required.
- Import
./call-for-stratagemsto Android Studio. - Click
Runbutton to compile.
- Helldivers2 Stratagem Database HD2CFS-Database
- Helldivers Stratagem Database HD2CFS-Database_HD
- BigBadaboom/androidsvg SVG rendering library for Android
- jenly1314/ZXingLite 🔥 Streamlined and fast version of ZXing, optimizes scanning and generating QR codes/barcodes
- k2-fsa/sherpa-ncnn Real-time speech recognition and voice activity detection (VAD) using next-gen Kaldi with ncnn without Internet connection.