Starfield
0 of 0

File information

Last updated

Original upload

Created by

Venworks

Uploaded by

VenpiTheGamer

Virus scan

Safe to use

About this mod

Like Ship Builder Categories, this is a resource mod for adding custom categories to the outpost beacon and home decorator.

Requirements
Permissions and credits
Changelogs
Overview
Like Ship Builder Categories, this is a resource mod for adding custom categories to the outpost beacon and home decorator.

New Categories
  • Animated [NEW]
  • Buildings [NEW]
  • Clutter [NEW]
  • Coming Soon [NEW]
  • Domes
  • Farming
  • Foundations
  • Homes [NEW]
  • Humans
  • Kitchen [NEW]
  • Landscaping
  • Lights
  • Mechs
  • Pets
  • Plants [NEW]
  • Turrets [NEW]
  • Vehicles



Venworks Discord Community
I've created a new discord community (Venworks Discord Community) for all my mods, modding research, mod support. I'll continue to post my mods here, but notifications and usage of the bugs and comments has become harder or flat do not work with recent Nexus updates. So, for discussion and reporting of bugs please use the Venworks Discord.


Usage

Users
Just deploy and activate the outpost beacon or home decorator as normal you will see the new categories if another mod has constructable objects populating the category.

Modders
If you don't see a category, you need please let me know and I'll get it added asap. Then just link the keyword for the category to your constructable objects as normal.

Custom Categories
As of version 1.0.4, you can now add your own categories in your mod and use the instructions below it inject them with RTFP.

1. Open xEdit and goto your Mod
2. Create a new Keyword of Type "Recipe Filter". The editor ID MUST start with OutpostCategory and "FULL - Name" should be set.
3. Save and Close xEdit make note of the Form IDs for your new Categories
4. Create a blank text file in \<GameDir\>\\Data\\SFSE\\Plugins\\RealTimeFormPatcher\\\<YourModsName\>.txt. Replace the macros items (\<macro\>) with their correct values.
5. Use the example below to create you file
6. Save and exit your text editor

Example RTFP File

See RTFP Nexus Page for full documentation.


[Activator]
Starfield.esm~002C60E9|kwd_add(OutpostBuilderCategories.esm~00000800)

[FormList]
Starfield.esm~00058606|add(OutpostBuilderCategories.esm~00000800)


Installation
Via Vortex/MO2
Install as normally would any mod mod. 

Installation Manually
Really please use a mod manage :) 

Download the current zip file. Please everything in the Data folder in the zip to the same place under <Game Install Dir aka where starfield.exe is>\Data.

Handling the plugins.txt file
You need to add OutpostBuilderCategories.esm to your plugins.txt file see below for help. Should be ordered like this in the file.


*OutpostBuilderCategories


These are instructions from the author of the mod:


Social Presence
  • I can be found as Venpi hanging out in the xEdit and Starfield Nexus Mod's discord servers.
  • I have created the Venworks Discord Community for discussing, tracking, bug reporting, and helping out with my mods and Starfield modding research.
  • You can follow me on threads as @monstercookiebd


Source Code
The source code to this is on GitHub under the repository starfield-outpost-builder-categories