Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epinter/fisses-ng
FileAccess Interface for Skyrim SE Scripts NG
https://github.com/epinter/fisses-ng
commonlibsse-ng skyrim-ae skyrim-se skyrim-special-edition
Last synced: about 8 hours ago
JSON representation
FileAccess Interface for Skyrim SE Scripts NG
- Host: GitHub
- URL: https://github.com/epinter/fisses-ng
- Owner: epinter
- Created: 2023-12-10T17:22:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T21:40:55.000Z (6 months ago)
- Last Synced: 2024-05-21T22:36:35.356Z (6 months ago)
- Topics: commonlibsse-ng, skyrim-ae, skyrim-se, skyrim-special-edition
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **FISSES NG**
## ***Runtime requirements***
- [Skyrim Script Extender (SKSE)](https://skse.silverlock.org/)
- [Address Library for SKSE Plugins](https://www.nexusmods.com/skyrimspecialedition/mods/32444)
- [Main file from NexusMods (for scripts and ESP)](https://www.nexusmods.com/skyrimspecialedition/mods/13956)## ***Build requirements***
- [CMake](https://cmake.org/)
- [vcpkg](https://vcpkg.io/en/)
- [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/community/)
- [CommonLibSSE-NG](https://github.com/CharmedBaryon/CommonLibSSE-NG)## ***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](https://www.nexusmods.com/skyrimspecialedition/mods/13956) for SE/AE version
Lord Conti at [Nexus Mods](https://www.nexusmods.com/skyrim/mods/48265/) for original LE version