Creates a new instance of the helper for the specified game.
The extension API.
The game to manage load order for.
A simple function that will return a prefix path for merging that enforces the current load order.
The deserialize function used when loading the load order from disk into app state.
context.registerLoadOrder({
...
deserializeLoadOrder: lo.deserialize,
...
});
The serialize function used when serializing the load order to disk.
The validation function used when validating the "correctness" of the load order before/after serialization.
Adds a simple predicate to help control load order deserialization.
Filter predicate.
The helper itself (for method chaining).
Generated using TypeDoc
Helper class to simplify setting up UE4 games with Vortex's FBLO API.
The FBLO API is only available in Vortex 1.4+
This helper is in preview state and may not be 100% stable.