0 of 0

File information

Last updated

Original upload

Created by

turncoda

Uploaded by

turncoda

Virus scan

Safe to use

Tags for this mod

About this mod

Allows mod authors to add custom widgets to the in-game menu.

Requirements
Permissions and credits
Changelogs
How to install:

Move the files to your Content/Paks directory e.g.

C:\Program Files (x86)\Steam\steamapps\common\Pseudoregalia\pseudoregalia\Content\Paks

To uninstall, remove the files you added.

How to use:

From the main menu, go to Options. You should see a new button at the top right titled 'MODS'. Click it and you should see all of the options provided by any mods with support for Custom Options Framework.

For mod authors:

To have your widget appear in the menu:

  • Include your widget in your pak
  • Download the provided F_Options struct and include it in your project at /Game/Mods/CustomOptions/F_Options
  • Add a data table using F_Options as the row structure and place it somewhere in /Game/Mods/CustomOptions/
  • In the data table you just created, add a row and point it at your widget
  • Include the data table in your pak