Skip to content

Elvyria/f4se-plugin-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F4SE Rust Plugin

F4SE License

Building

  • Clone Repository
git clone --depth 1 https://github.com/Elvyria/f4se-plugin-rs
cd f4se-plugin-rs
  • Build F4SE
git clone --depth 1 https://github.com/ianpatt/common lib/common
git clone --depth 1 --branch v0.6.23 https://github.com/ianpatt/f4se lib/f4se

cd lib

cmake -B common/build -S common -DCMAKE_INSTALL_PREFIX=extern common
cmake --build common/build --config Release --target install

cmake -B f4se/build -S f4se -DCMAKE_INSTALL_PREFIX=extern f4se
cmake --build f4se/build --config Release

cd ..
  • Build Plugin
cargo build --release

About

Fallout 4 plugin for F4SE written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages