Lighthouse Papyrus Extender is an open-source F4SE plugin for Fallout 4 that extends the scripting capabilities of the Papyrus language. It currently adds 187 functions to the language that can be utilised by mod authors in their mods.
Requirements[edit]
- Fallout 4 Script Extender
- Microsoft Visual C++ Redistributable for Visual Studio 2022
- Address Library for F4SE Plugins
Usage[edit]
ScriptName myScriptName extends Quest
Event OnEffectStart(Actor akCaster, Actor akTarget)
if Lighthouse.IsFollowingActor(akTarget, akCaster)
Debug.Notification("akTarget is following akCaster!")
endIf
endEvent
Make sure that the Lighthouse.pex script is imported into the environment you're using to write your scripts e.g. Visual Studio Code via the .ppj file. This will allow your to use the functions added by this plugin without the compiler throwing errors at you.
Functions[edit]
A full index of functions in a single page can be found in the Index.
Alternatively, you can click the links below to access individual pages with the documentation:
Credits:[edit]
Contributors[edit]
Images[edit]
- Logo, banner, and wiki images were created by Olly:
Other[edit]
- Built using Ryan's CommonLibF4
- The CommonLibF4 fork used can be found here
