/sse-mod-launch-blocker

Blocks launch of SkyrimSE.exe for breakpoint-time

Primary LanguageRust

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