Library

Libraries provide functionality for other mods. You generally only need to install these if another mod lists them as a requirement, they don't do much by themselves.

  • BPD Useful Commands

    Utility library for BPDs. - Run custom BPD events from python with custom outputs. - Converts VariableData's variable to another type, like a BVAR_Object to a BVAR_Vector using the new convert_bpd_variable command. - Debug a BPD's VariableData using the new log_bpd / log_path_bpd commands on a live object to log...

  • CanvasLIB

    A library for easy writing to the screen with different fonts and alignments.

  • Change Util

    Simplifies the process of modifying Unreal Engine objects, and tracks changes so that they can be reverted later.

  • Command Extensions

    Adds a few new console commands, and provides functionality for other mods to do the same. All these commands are fully compatible with blcmm files, you can just put them in your mod and have users merge it with other files and enable/disable various categories and it all just keeps working fine.

  • Constructor

    PythonSDK Mod/Resource that allows the easy creation and use of new non replacing Objects.

  • Enums

    Imports all Unrealscript enums into Python.

  • EridiumLib

    Holds utility functions for some mods.

  • Live Feed

    Provides access to continuously up-to-date information about the current game, for chatbots and other applications.

  • Sanity Saver

    Disables sanity check, and also saves items which don’t serialize, which would have parts deleted even with it off.

  • Structs

    Imports all Unrealscript structs into Python as named tuples.

  • TPS SkinFix

    Allows the exec and set command for MaterialInstanceConstant Objects. This allows the editing of Skins in TPS. Simply place this mod inside your TPS Mods folder, no enabling of this mod needed.

  • UE Timers

    Library to add timers using the unreal timer functionality. Huge thanks to RedxYeti for the original information on how to make this work.

  • UserFeedback

    Adds several functions/classes to let you show various types of feedback to and get input from your users.

  • blimgui

    A library that allows modders to easily create and manage a separate window to develope GUI mods.

  • coroutines

    A library that adds simple tick and draw coroutines.

  • maploader

    Allows the use of custom map files created by the MapEditor.

  • tracelib

    A library that allows devs to easily trace ingame objects.

  • tweens

    A tweening library with various easing functions.

  • uemath

    A math library with support for UEVectors and UERotators.


This site uses Just the Docs, a documentation theme for Jekyll.