0 of 0

File information

Last updated

Original upload

Created by

ExoWarlock313

Uploaded by

ExoWarlock313

Virus scan

Safe to use

Mod articles

  • Guide - Adding a new filter category or Converting your own workbench into a new category

    Please read the patch creation guide before proceeding

    Part 0: Is custom filter category really needed?
    Ask this question before you start.
    Good use cases:
    -You have a lot of recipes, say crafting of all misc items, that will spam any existing categories
    -You have many recipes not suited for any 10 categories in this framework, say you added recipes for IKEA furniture kits that can be assembled on site
    -You have many similar recipes that must be distinguished via category, say you added star wars armor crafting for both imperial and rebels
    -You already have a standalone workbench and all recipes attached to it, say you patched your mod for New Workbench Essential Framework
    -You are making a collection
    Rebuttal:
    -Unless you a...

  • Guide - Creating a patch with RTFP

    Part 0: What is RTFP?
    It's a SFSE/ASI plugin that enables runtime record patching.
    -It's esm-less, meaning you don't need to worry about 255 plugin limit and dependencies.
    -It's fast, it can patch 300,000 records in 0.5 seconds (yes this crazy mod added 100k weapon mods)
    -It's smart, meaning a patch will be skipped if the plugin to patch is not loaded
    -It's on-demand, meaning you can include your RTFP patch in your mod file and have it lay dormant until the user install RTFP

    Please read the guides from RTFP. You'll need to read at lease Part 1 and 2 to understand some concepts in this article.
    Also, lines started with a # will not be processed, use them as comments



    Part 1: Preps
    0. Download the patch template un...

  翻译: