0 of 0

File information

Last updated

Original upload

Created by

TommInfinite

Uploaded by

TommInfinite

Virus scan

Safe to use

Tags for this mod

About this mod

F4SE VR plugin which adds new functions for modders such as File, ModLocalData Node , Excel, JSON functions, WorldToScreen.

Permissions and credits
Changelogs
This is  Fallout4 VR version. For Fallout 4 version please go here.


Description:

F4SE VR plugin which adds new functions for modders.
Complete list of functions can be found in the article.
Please note that some functions didn't make it to VR version - you can find a full list is in SUP_F4SEVR.psc file.

Installation:

Install the package via mod manager.

For modders:
Spoiler:  
Show

Your papyrus script should include this line to call the functions:

Import SUP_F4SEVR

You can check if plugin installed using GetPluginVersion from F4SE. Plugin name is "SUP_F4SEVR".
Plugin version is returned as a decimal value.
1.00 == 100
1.1 == 110
etc..


Credits:
  • F4SE team for F4SE;
  • SKSE team for some source material;
  • Ian Patterson for helping me setting up F4SE;
  • LL FourPlay community F4SE plugin developers for some source material;
  • Brofield for SimpleIni;
  • Volker Diels-Grabsch for sha1 library;
  • shaovoon for MP3 player example
  • xNVSE team for helping me get into coding;
  • i860 for a valuable tip;
  • shad0wshayd3 for a valuable tip;
  • msalaba for commenting papyrus source code;
  • nlohmann for JSON library.
  • Everyone who was there to support me.