8000 GitHub - epinter/fisses-ng: FileAccess Interface for Skyrim SE Scripts NG
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

epinter/fisses-ng

Repository files navigation

FISSES NG

Runtime requirements

Build requirements

Building

In Developer Command Prompt for VS 2022 or Developer PowerShell for VS 2022, run:

.\cmake\build.ps1

or

.\cmake\build.ps1 -buildPreset ALL-relwithdebinfo

or

.\cmake\build.ps1 -buildPreset ALL-debug

or

cmake -B build -S . --preset ALL --fresh
cmake --build build --preset ALL-release

Then get the .dll in build/Release, or the .zip (ready to install using mod manager) in build.

Credits

TerenceYao at Nexus Mods for SE/AE version

Lord Conti at Nexus Mods for original LE version

0