Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

TerenceYao

Uploaded by

TERENCEYAO

Virus scan

Safe to use

About this mod

Easy to use interface for modders to save&reload in-game variables (e.g. MCM settings) to/from file.

Requirements
Permissions and credits
Changelogs
Finally, I already port FISS on SKYRIM SPECIAL EDITION, so I will call it FISSES ( FileAccess Interface for Skyrim SE Scripts )

My English may not be good, because my first language is not English. 
I hope you can understand what I say. =A=

The original FISS ( 
https://www.nexusmods.com/skyrim/mods/48265/? )
mod author is no longer available, and the original author lost his FISS source code too.
Therefore I decided to analyse the original FISS XML file format and recreated FISS.

Actually FISS XML file format is quite simple, we don't need a complicated implement.
So you can see my XML parser or writer in the source code is very simple too.

Anyway....
Papyrus script and fiss.dll implement are totally rewrited !!
So maybe there are some issues that I didn't notice, hope you guys can understand.

All API is the same as before, please reference the old FISS MOD description !!

Note:
-  
Already Esmify FISS.esp to ensure any MCM MOD with FISS will be loaded after FISS.esp
-  There's also a none ESMify version for optional download
-  Provide an INI (fiss.ini) to control the debug recording messagedefault is OFF
   to improve the performance when loading/saving huge data, like Journal MOD.
Since I already canceled the version checking from source code, because the FISSES doesn't reference any game memory address
   and it's also an independent module. So technically, it shouldn't need to update to work unless SKSE64 change the data structure. 

   If you guys encounter any issues in the latest version of SKSE64 in the feature, please tell me. 
   I will re-build the FISSES source code for latest version.
-  FISSES ESLified Patch can find hereFISSES ESLified Patch at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com)

GOG Edition : (thanks for noxsidereum)
GitHub - noxsidereum/FISSES: FISSES for Skyrim Special Edition GOG