Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 306 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 306 Bytes

Launch Blocker SKSE Plugin for Skyrim SE

Blocks Skyrim SE until MessageBox dismissed. Useful for debugging. Set your breakpoints and dismiss.

Requirements

  • Rust nightly compiler
  • SKSE64
  • SkyrimSE

Build

cargo build

Cross Compilation?

rustup target add x86_64-pc-windows-gnu