Difference between revisions of "User:Infinithil"

From Sim Settlements
Jump to: navigation, search
m (Option 1 - Alternate Plans)
m
 
(11 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
Workshop area
 
Workshop area
 
----
 
----
[[Toolkit Extra - Branching Building Plans]]
+
[[Toolkit Extra - Custom Flag Tutorial]]
 
----
 
----
 
''This tutorial assumes you know basic navigation and keyboard shortcuts to navigate the Creation Kit. If not, [[Toolkit_Chapter_00_Creation_Kit_101|please go back]] and check out the <span style="color:#006400">'''Creation Kit 101'''</span> primer.
 
  
 
All of my guides will highlight things that are specific to your experience level: <span style="color:#006400">'''Green for beginners'''</span>, and <span style="color:#FF0000">'''Red for seasoned modders'''</span>. So if you’re new, you aren’t meant to understand the red messages, and if you’re a vet - you can probably skip the green.''
 
All of my guides will highlight things that are specific to your experience level: <span style="color:#006400">'''Green for beginners'''</span>, and <span style="color:#FF0000">'''Red for seasoned modders'''</span>. So if you’re new, you aren’t meant to understand the red messages, and if you’re a vet - you can probably skip the green.''
  
==Preamble==
+
''If you’ve never built a mod or used the Creation Kit before, it’s recommended that you go through the Sim Settlements Builder’s Toolkit. Even if you aren’t interested in creating buildings for Sim Settlements, it teaches you the basics of the Creation Kit and shows you how to package and upload a mod.''
 
 
This guide assumes you’ve completed all of the previous tutorials and feel very comfortable with creating building plans. It also assumes you have played with the Advanced Industrial plot introduced with the Industrial Revolution expansion, and understand how they work in the game.
 
 
 
There are three ways to make use of Branching Building Plans, one of the methods requires much less work than the others and will be described at the end, the last is very complex and lets you generate the entire branching plan from scratch, and the second option is somewhere in-between.
 
 
 
It’s important you understand how the entire system works before applying any of the methods. So even though this will include steps along the way (for organizational purposes), it’s recommended you read through the entire guide once and then come back through to build your plans once you’re certain which of the two methods makes more sense for you.
 
 
 
 
 
==Master Building Plans==
 
 
 
A Master Building Plan uses the same script as a normal building plan, but only uses a single property <span style="color:#FF0000">(for compatibility reasons it had to be derived from the same script or the framework’s inheritance system would no longer function correctly)</span>. The BuildingPlanPaths will be set to a Form List to hold all possible paths this plot can take once it makes use of this building plan. This represents the complex method described in the Preamble, and will only be needed if you will be creating an entirely new Tech Tree (explained ahead).
 
 
 
<span style="color:#000080">The Industrial Revolution Master Plans have other fields filled out, but you can ignore those - it was for testing only.</span>
 
 
 
To set up a Master Building Plan follow these steps:
 
  
# In the Object Window, expand Miscellaneous, click on FormList, then in the right-hand side, right-click and choose New.
 
# Set your FormList ID field to something to represent this “tech tree” path list.
 
# In the Object Window, expand Items and click on MiscItem. Then filter for “master”.
 
# Duplicate the '''kgSIM_MasterBuildingPlan_Template'''.
 
# Open your new master plan and change the ID field of your duplicate to a name that represents this “tech tree” Master Plan.
 
# Select the SimSettlements:SimBuildingPlan script and click Properties.
 
# Add an entry to the '''LevelStops''' property for each level your building has, the value of each can be 0. For most building plans, you’ll have three entries - though certain exceptions exist (such as Agricultural which can support 4 levels at the time of this writing - assuming you were making a branching agricultural plan).
 
# Expand the Advanced section (double click it), and point the '''BuildingPlanPaths''' property to your new formlist.
 
# Press OK, then OK again, when asked to Create a new form, click No, then click Yes to the prompt asking if you’d like to Rename the form.
 
  
==Building Paths==
+
This tutorial will go over adding custom flags to the Sim Settlements system. It does not cover photo-editing techniques, only the steps needed to convert an image into a custom flag for use with Sim Settlements.
  
Consider a Building Path like the Commercial Building subtypes, but rather than being pre-defined like Commercial are, these allow you to create custom subtypes for different building plans to belong to.
+
<span style="color:#000080">If you already have a mod with custom flags, and you’d like to integrate them without making Sim Settlements a dependent mod, please contact me and I’d be happy to show you the steps required.</span>
  
In the Creation Kit, Building Paths are similar to the Building Plans you’ve been creating in that they are items you create to define certain features about them. These Path objects are what allow a building to have multiple variations at each level of a plot.
 
  
To start, I’ll give an idea of what each of the fields of a Building Plan Path object do, many of these fields are optional and provide you advanced options and possibilities. They will all make more sense at the end of the tutorial. Feel free to breeze past this next section and treat it as reference guide later on.
+
==Programs Needed==
  
[[File:Toolkit_Extra_Branching_Building_Plans_image_01.jpg]]
+
'''[http://www.gimp.org/downloads/ Gimp] or Photoshop'''
  
'''ActiveUnlocks: [Optional]''' An array of GlobalVariables, all entries here will be incremented by 1 when the plot completes construction of this path and then decremented by 1 if the plot has it’s building plan changed or the plot is destroyed. These can be used to give the player access to something only while this plot exists.
+
'''[http://registry.gimp.org/node/70 Gimp DDS Plugin] or [https://software.intel.com/en-us/articles/intel-texture-works-plugin Intel TextureWorks Plugin]'''
  
'''BaseUpgradeMaterials: [Optional]'''' An array of items and corresponding quantities. When configured, these are the objects the plot must stockpile in order to upgrade out of this path. The items and quantities should generally be similar to those generated via the CreateResources property.
+
'''[http://www.nexusmods.com/fallout4/mods/3635/ Material Editor]''' by Ousnius
  
'''BuildingPlans:''' This is a formlist of the building plans that represent this path. This allows multiple building plan variations to be used on the same path - these essentially act as “alternate art” variations without requiring all of the complex setup of a path.
+
'''Creation Kit''' (or XEdit, though this tutorial will only show the steps in the Creation Kit)
  
'''CreateResources: [Optional]''' This is a LeveledItem that will be generated every day in the workbench AND the stockpile. If the building is eligible for upgrade (meaning the player has Upgrades Advanced set to Manual
+
'''Sim Settlements 2.0.8 +''' (make sure you have the mod installed as it includes scripts you’ll need)
 
and hasn’t triggered an upgrade on the plot) or the plot is at max level, the workbench share AND the stockpile share will be placed in the workbench. Effectively doubling the output under those circumstances.
 
  
'''ExtraUpgradeCosts: [Optional]''' Similar to the BaseUpgradeMaterials setting, this instead adds an extra cost the player/stockpile must pay BEFORE the plot can upgrade to this path.
 
  
'''PathKeyword:''' This keyword should be unique for this path, it’s used to ensure a plot can’t jump between different paths that are unrelated at each level.
+
Used in this tutorial are several files:
  
'''PermanentUnlocks: [Optional]''' Similar to the ActiveUnlocks, these are a set of globals. When this path has completed construction, all of the globals set here are changed to 1. If the plot plan is changed or destroyed, these globals will not be reverted. These can be used to give the player access to something forever after this path has been constructed.
+
Flag_Material_Template.BGSM - which tells the game which texture files to use.<br/>Flag_Diffuse_Template_d.dds - which is the art texture file.
  
'''Requirement_Level:''' This is the level a plot must be at to use this path. Note that this is the level the plot is CURRENTLY at, not the level it will be after construction completes. So if this is the initial path a building plan would follow, the Requirment_Level would be 0.
+
And two optional files, that you most likely won’t need unless you’re a 3d artist. Most people will just want to use the game’s default files for these.<br/>
 +
Flag_Diffuse_Template_n.dds - which is the normal map <br/>Flag_Diffuse_Template_s.dds - which is the specular map
  
'''Requirement_OwnerAVToCheck: [Optional]''' ActorValues that must be equal to the corresponding Requirement_OwnerAVValue field on the plot owner in order for this path to be eligible. This will allow arranging certain paths to only be available to certain NPCs. This is an array and Requirement_OwnerAVValue must have the exact same number of entries.
+
Download the [https://www.nexusmods.com/fallout4/mods/22808 full Builder's Toolkit] to get the files.
  
'''Requirement_OwnerAVValue: [Optional]''' Number the corresponding Requirement_OwnerAVToCheck ActorValue must be equal to on the plot owner for this path to be eligible. This will allow arranging certain paths to only be available to certain NPCs. This is an array and Requirement_OwnerAVToCheck must have the exact same number of entries.
 
  
'''Requirement_PreviousPathKeywords:''' This is an array of Keywords that should be set in ascending order for each of the other paths the plot should have gone through in order to be eligible for this path. They will be entries you used on other Building Plan Paths in the PathKeyword field.
+
==Setting Up Your Files/Directories==
  
'''Requirement_WorkshopAVToCheck: [Optional]''' ActorValues that must be '''greater than or equal''' to the corresponding Requirement_WorkshopAVValue field on the settlement in order for this path to be eligible. This will allow arranging certain paths to only be available if specific conditions are met in that settlement. This is an array and Requirement_WorkshopAVValue must have the exact same number of entries.
+
# Go into your Fallout 4/Data folder, this is usually found under C:/Program Files(x86)/Steam/steamapps/common. This is where your game files exist.
 +
# If you don’t have a folder called Textures, create it. Then inside of that, create a new folder for your mod. Copy Flag_Diffuse_Template_d.dds to this folder, now rename it something for the first flag you want to create, for consistency sake, make sure it ends in “_d” like the current name.<br/>So if you decide to name it MyFlag, name it MyFlag_d instead. The d stands for diffuse, and represents what most people would consider the texture.
 +
# If you don’t have a folder called Materials, create it. Then inside of that, create a new folder for your mod. Copy Flag_Material_Template.BGSM to this folder, now rename it something similar to the texture name you used above for the first flag you want to create.
 +
# Open the .BGSM file you just renamed in the [http://www.nexusmods.com/fallout4/mods/3635/ Material Editor] program.<br/>[[File:Toolkit Extra Custom Flag Tutorial image01.jpg]]
 +
# Go to the Material tab, then click on the grey box to the far right next to the Diffuse Texture row, and navigate to the DDS file you copied in step 2. Now save the material and exit this program.
  
'''Requirement_WorkshopAVValue: [Optional'''] Number the corresponding (?)
+
<span style="color:#FF0000">If you are going to be creating custom normal and specular maps, you would link those files here.</span>
  
'''UnlockMessage: [Optional]''' A special message to display to the player when this path finishes construction.
 
  
'''WorkshopAVsToSet:''' ActorValues to increment on the settlement, these values will be incremented when the path finishes construction and decremented if the plot plan changes or the plot is destroyed. When used in conjunction with the Requirement_WorkshopAV settings on other plans, you can easily set up requirements so that a path can require a certain number of other specific paths exist in the settlement before it becomes eligible. This is how the Tech Tree system is accomplished in Industrial Revolution. <span style="color:#000080">Technically this is optional, but it’s highly recommended you set it up because if you change your mind later, your players’ existing plots using this path won’t be able to set the value without being completely rebuilt.</span>
 
  
 +
==Making Your Custom Flag Art==
  
To create a new Building Path, follow these steps:
+
Open the DDS file you copied into your directory in Gimp or Photoshop.<br/>[[File:Toolkit Extra Custom Flag Tutorial image02.jpg]]<br/>The flag art is made up of two images that look mostly identical, and for the most part you would fine using the same image on top and bottom. Though they are used slightly differently.
  
# In the Object Window, expand Miscellaneous, click on FormList, then in the right-hand side, right-click and choose New.
+
When the Martial Plot is manned, and flag is up in the air, only the top half of the texture is used on both sides of the flag. When the Martial Plot is not manned, and the flag is down, it uses both halves of the texture.
# Change the ID field of your FormList to something to represent this path’s building plans.
 
# In the Object Window, expand Miscellaneous, click on Keyword, then in the right-hand side, right-click and choose New.
 
# Change the ID field of your Keyword to something to represent this path.
 
# [Optional but Highly Recommended] In the Object Window, expand Miscellaneous, click on ActorValue, then in the right-hand side, right-click and choose New.
 
# [Optional but Highly Recommended] Change the ID field of your ActorValue to something to represent this path.
 
# In the Object Window, expand Items and click on MiscItem. Then filter for “BuildingPlanPath”.
 
# Duplicate the '''kgSIM_BuildingPlanPath_Template'''.
 
# Open your new building plan and change the ID to something to represent this path.
 
# Select the '''SimSettlements:SimPlanPath''' script and click Properties.
 
# Point the '''BuildingPlans''' property to your new Formlist.
 
# Point the '''PathKeyword''' property to your new Keyword.
 
# [Optional but Highly Recommended] Add your new ActorValue as well as the actorvalues of any previous paths this plot would have had to set in order to get to this path to the WorkshopAVsToSet property. This will allow the plot to count towards any requirements of this path type so that the player doesn’t lose access to an unlocked tech tree if their building upgrades.
 
# If this is path is meant to be used as an upgrade and not a starting path, add the PathKeywords for the previous level paths, in order, to the '''Requirement_PreviousPathKeywords''' property.
 
# Set the '''Requirement_Level''' to the level number the plot should be at in order to use this path (if this is a starting path - this should be 0).
 
# Press OK to close the properties, then OK again to close the Building Plan object.
 
# If this Path is part of your Master Plan, '''continue to step 18''' <u>OR</u> If this is meant to add new options to the Sim Settlements tech trees, go to the '''Register Your Branching Plans with Sim Settlements''' subsection titled - '''Forking Existing Tech Trees'''. <span style="color:#000080">Do NOT manually add your path to a Sim Settlements default form list, you must use the Addon Quest to do so (see the Register Your Branching Plans with Sim Settlements section).</span>
 
# Open the FormList that your Master Plan is using as its BuildingPlanPath property and add the Building Path object you just created to it.
 
# Press OK to close the FormList.
 
  
 +
You’ll be fine copy pasting the top half to the bottom as it’s hard to tell the difference when the flag is down anyway. If you’re a perfectionist, you have the option to do each side separately.<br/>[[File:Toolkit Extra Custom Flag Tutorial image03.jpg|left|Bottom half of the texture]][[File:Toolkit Extra Custom Flag Tutorial image04.jpg|right|Top half of the texture]]<br/>
 +
The erased parts of the texture file are what will show up as holes in the flag.<br/>
 +
# Once you have your flag designed the way you want, do the following to save the file correctly:
 +
## Gimp: Choose File -> Export As, in the window that pops up, select the file you are editing, then press Export. A second window will come up with DDS settings.
 +
### Set Compression to BC3 /DXT5
 +
### Change Mipmaps to Generate mimmaps
 +
### Press OK.
 +
## Photoshop: Choose File -> Save As, in the Save As Type dropdown, select Intel Textureworks, click Save. A second window with come up with DDS settings.
 +
### Change Texture Type to Color + Alpha
 +
### Set Compression to BC3 8bpp (Linear)
 +
### Set Mip Maps to Auto Generate.
 +
### Press OK.
  
==Building '''Path''' Plans==
+
==Configuring Your Flag==
  
A Building Path Plan, is a building plan just like you’ve always built, except that it only has one level. Everything else about it is identical to the standard building plans you created in the other tutorials.
+
This portion uses the Creation Kit, it will be written as if you’ve never used it before, but you may want to go through a basics tutorial, such as the one included in the Sim Settlement’s [[Toolkit|Builder’s Toolkit]].
  
You can have as many Building Path Plans as you like for each Building Path. Going back to the Commercial analogy, imagine the Building Path is the subtype, and the Building Path Plan is the custom plan for that subtype that holds the building art and spawned objects the player will see.
+
# Open the Creation Kit.
 +
# Click on File->Data and check in SimSettlements.ESM, then press OK.
 +
# Once the files are loaded, select the Object Window, and type '''kgsim*flag''' in the Filter box. This will show all of the different Sim Settlements objects related to flags.
 +
# Find the object with the name '''kgSIM_FlagDown_USA''', right-click it and choose '''Duplicate and Rename''', in the pop-up, type in kgSIM_ in the Search box, and enter your own prefix in the Replace box - it can be whatever you want. You’ll use this prefix to identify all of your custom objects.<br/>[[File:Toolkit Extra Custom Flag Tutorial image05.jpg]]
 +
# Press OK.
 +
# Now repeat step 4 for '''kgSIM_FlagWavingUSA01''', '''kgSIM_FlagWallUSA''', and '''kgSIM_DynamicFlag_Template'''.
 +
# In the Object Window, replace the Filter field with the prefix you used for your three objects.
 +
# Double-click '''yourPrefix_FlagDown_USA'''.
 +
## In the ID field, erase '''USA''' and give the flag a name.
 +
## Click on the Edit button near the center of the window. This will bring up the model selection screen.
 +
## Use the Material Swap dropdown menu to select '''Custom Material Swap'''.
 +
## In the large white section with the headings “Original Material”, “Replacement Material”, and “Remap Index”, double-click the white area under Replacement Material next to “clothflag01alpha.bgsm”.
 +
## Navigate to materials folder you created at the beginning of this guide and select your .BGSM file, and press OK.
 +
## Press OK again, and when prompted to Create a New form select No. You’ll then be prompted to Rename, answer Yes.
 +
# Repeat step 8 for '''yourPrefix_FlagWavingUSA01''' and '''yourPrefix_FlagWallUSA'''. The Wall version will be the exact same steps, and the only difference for the Waving version is that screen will look slightly different, so the Edit button won’t be in the exact same position.
 +
# Double-click '''yourPrefix_DynamicFlag_Template'''. This is going be your '''Dynamic Flag Record'''.<br/>[[File:Toolkit Extra Custom Flag Tutorial image06.jpg]]
 +
## In the ID field, erase '''Template''' and replace it with your flag name.
 +
## In the Name field, erase '''Dynamic Flag''' and replace it with what you want the player to see when choosing your flag from the list.
 +
## Select the '''SimSettlements:DynamicFlag''' script and click the Properties button.
 +
## Double-click FlagDown.
 +
### Select '''Static''' from the Form Type dropdown (there may be a slight delay before the Creation Kit response).
 +
### Check in the Filter box and type in your prefix.
 +
### Select your flag down model from the Pick Object dropdown.
 +
## Double-click FlagWall.
 +
### Select '''Static''' from the Form Type dropdown (there may be a slight delay before the Creation Kit response).
 +
### Check in the Filter box and type in your prefix.
 +
### Select your flag wall model from the Pick Object dropdown.
 +
## Double-click FlagUp.
 +
### Select MoveableStatic from the Form Type dropdown.
 +
### Check in the Filter box, your prefix should be there already (type it in if not).
 +
### Select your flag model from the Pick Object dropdown.
 +
## Press OK to exit the properties screen.
 +
## Press OK to exit the MiscItem screen, when prompted to Create a new form, select No. Then press Yes when asked to rename.
 
   
 
   
If you’re looking to contribute your plan to an existing Sim Settlements Building Path, check out the '''Registering Your Branching Plans With Sim Settlements''' subsection '''Option 1 - Alternate Plans''' <u>OR</u> if this is for your own path, open the FormList in your Building Path’s '''BuildingPlans''' property and add this plan to it.
+
==Adding Your Flag to Sim Settlements==
  
Note: It’s completely OK to have a single Building Path Plan in this formlist.
+
<span style="color:#FF0000">If you already have an add-on pack, you can use your existing Quest during this setup.</span>
  
<span style="color:#000080">Do NOT manually add your plans to a Sim Settlements default form list, you must use the Addon Quest to do so (see the Register Your Branching Plans with Sim Settlements section).</span>
+
Now that you have a flag configured, you’re going to tell Sim Settlements about it.
  
 +
'''You’re only going to do this section once, after which, you’ll only need to add additional flags to the form list you’ll configure in this section.'''
  
==Tech Trees (Bringing it All Together)==
+
In the Object Window, expand the Character category, then select Quest. Set the Filter to “kgsim_addon”. You’re looking for a quest called kgSIM_AddonTemplate - right-click this and choose Duplicate. Now open the newly created kgSIM_AddonTemplateCOPY0000.
  
Consider the below diagram which represents one of the “Tech Trees” from Industrial Revolution.
+
# On the Quest Data tab, change the ID to something unique <span style="color:#006400">(as always, remember to start with your prefix!)</span>.
 +
# Press OK. If it asks you to Create a new form, answer No, then answer Yes to renaming.
 +
# Next we’re going to prepare a FormList for holding your Flag(s).
 +
## In the Object Window, expand the Miscellaneous category and click FormList. Then in the right-side of the Object Window, right-click and select New.
 +
## Enter a unique id <span style="color:#006400">(remember to start with your prefix)</span>, for example: '''yourPrefix_FlagList'''
 +
## Press OK.
 +
# While you’re still in the FormLists category, change the Filter in the Object Window to your prefix and double-click the FormList you just created and drag it off to the side.
 +
# In the Object Window, expand the Items category, select MiscItem.
 +
# Drag your Dynamic Flag Record into the main part of the formlist. It should look like this:<br/>[[File:Toolkit Extra Custom Flag Tutorial image07.jpg]]
 +
# Press OK.
 +
# Next, in the Object Window, expand the Characters category, then click on Quest, and filter for your prefix to find the quest you made. Double-click it to open it up.
 +
# On the scripts tab, select SimSettlements:AddOnScript and click Properties.
 +
# Double-click on '''SIMParent''' and select kgSIM_SIMSettlementParent from the drop down menu.
 +
# Double-click the MyClutter section, it will be in blue and have a horizontal line next to it. This will expand the MyClutter properties.
 +
# Double-click MyMartialFlags.
 +
# Check in filter and enter your prefix.
 +
# Select your flag list from the Pick Object drop down.
 +
# Press OK to close the properties window.
 +
# Press OK again to close the quest.
 +
# Now click File->Save to save your plugin. Name it anything you like.
  
[[File:Toolkit_Extra_Branching_Building_Plans_image_02.jpg]]
 
  
''This is a visual representation of 7 building paths that are all connected using a Master Plan and Building Path objects to create a Tech Tree. <span style="color:#000080">Note that your tech trees may have more branches at any level, this particular tech tree just happens to have two branches to choose from at each upgrade level.</span>''
+
==You’re done!==
 
'''As of Sim Settlements 2.1.3, there is now a visual Tech Tree interface!'''
 
  
To support the visual Tech Tree interface, you’ll want to fill out the following fields on your Building Path Plans:
+
Your flag will now be selectable from the flag menu on the City Planner’s Desk!
  
# '''TechTreeName''': This should be a short name for your building plan that will actually show up on the Tech Tree, you’ll want to experiment in game to confirm if the full name of your building will fit.
+
To add additional flags, just repeat the Configuring Your Flag section and add your additional Dynamic Flag Records to your flag formlist you created. No need to do configure additional quests.
# '''UnlockedBy: [Optional]''' If the Building Path this plan is part of requires something outside of the tree this will appear on, you should put a very short explanation of that here. For example, the Chemical Plant on the Water Tech Tree in Industrial Revolution requires the Medical Grade Plastics building from the Oil Tech Tree, so the UnlockedBy field says “Medical Plastics”. If your requirement is only the building path before this one, you should leave the UnlockedBy field blank, because the visual tech tree will make it very obvious.
 
# '''iIconID:''' This is a small icon to visually represent your building plan. You should enter the number that corresponds to the image you’d like to represent your plan. The below images shows the available icons and their corresponding icon ids just below. If you would like to have custom icons added to Sim Settlements, please find or create a single-color vector graphic in a similar art style to these and send it to kinggath for implementation.
 
  
[[File:Toolkit_Extra_Branching_Building_Plans_image_03.jpg]]
+
If this is your first Addon for Sim Settlements, know that there can be a short delay after starting up your game before it registers completely with Sim Settlements, so don’t be alarmed if your flag isn’t there in the first 10 seconds.
  
To '''explain''' the building path system in more detail, we’ll '''go over''' how the building path objects '''would be set up to create the Wood Tech Tree''' pictured in the first diagram of this section, while you can easily check this in the Creation Kit, this will also provide notes with the some properties to help clarify why each is set the way it is, ''' ''look for these notes in italics'' '''.
+
[[Category:Toolkit]]
  
 +
----
 +
[[Toolkit Extra - FO4Edit - Working Faster]]
 +
----
  
 +
''This tutorial assumes you know basic navigation and keyboard shortcuts to navigate the Creation Kit. If not, [[Toolkit_Chapter_00_Creation_Kit_101|please go back]] and check out the <span style="color:#006400">'''Creation Kit 101'''</span> primer.
  
'''Wood:'''
+
All of my guides will highlight things that are specific to your experience level: <span style="color:#006400">'''Green for beginners'''</span>, and <span style="color:#FF0000">'''Red for seasoned modders'''</span>. So if you’re new, you aren’t meant to understand the red messages, and if you’re a vet - you can probably skip the green.''
  
BuildingPlans = '''kgSIM_IndA_Path_BuildingPlans_Wood_L0_Base'''
 
''Industrial Revolution used the naming scheme ending in “Base” to represent the starting point of all buildings in the Tech Tree.''
 
  
PathKeyword = '''kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base'''
 
  
Requirement_Level = '''0'''
+
==Preamble==
''We only want a fresh plot to be able to use this path, a plot without a completed structure on it is considered level 0.''
 
 
 
Requirement_PreviousPathKeywords = '''<<Default: []>>'''
 
''Since this is a starting path, it doesn’t have any previous paths required.''
 
  
WorkshopAVsToSet = '''kgSIM_PlotsPresent_Wood'''
+
This guide assumes you’ve been through the numbered tutorials and understand how Building Plans work. It may use some shorthand that you’d only be familiar with if you’ve successfully created a building for Sim Settlements.
''Industrial Revolution uses this so that other paths can check for certain paths present in a settlement. When this plot finishes building this path, this setting will tell other plots that there is at least 1 wood-producing plot present in the settlement.''
 
  
 +
Always be sure that you backup your esp file before applying a script in XEdit. While the software will offer to backup your mod file before committing the changes, it’s better to be safe than sorry. XEdit is mostly agnostic to the specifics of Fallout 4 mods and can create entries that the game doesn’t support, so you should always test your mod after editing it with XEdit scripts. (FO4Edit is the Fallout 4 version of XEdit that you’ll need for this. XEdit is the collective name for all of the variations of this software that work for different games. For example, TES5Edit is the Skyrim version.)
  
'''Paper:'''
 
  
BuildingPlans = '''kgSIM_IndA_Path_BuildingPlans_Wood_L1_PaperPath'''
+
==Programs Needed==
  
PathKeyword = '''kgSIM_BuildingPlanPath_Industrial_Wood_L1_PaperPath'''
+
*Creation Kit
 +
*FO4Edit 3.2 or Greater
 +
*Any Free Text editing software (ex. Notepad)
 +
*Any Free Spreadsheet software (ex. Google Sheets or OpenOffice)
  
Requirement_Level = '''1'''
 
''This path should only be available if the plot attempting to use it is at level 1 at the time it tries to upgrade.''
 
  
Requirement_PreviousPathKeywords = '''kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base'''
+
==Importing Stage Data To Your Add-on==
''We only want plots that were the Wood path at level 1 to be able to upgrade to this, so we use the PathKeyword from the Wood Building Path as configured above.''
 
  
WorkshopAVsToSet = '''kgSIM_PlotsPresent_Wood''' <u>AND</u> '''kgSIM_PlotsPresent_PaperPath'''
+
Two of the more time-consuming fields to fill out for your Building Plan, are the StageModels and the StageItemSpawns. With the scripts included in the Builder’s Toolkit, the process is greatly simplified.
''In order to prevent building upgrades from having breaking tech tree requirements, we include the previous path’s AV as well. That way this plot will count as both a Wood and Paper type, which prevents the player from having to constantly re-build earlier level versions of things in order to maintain tech requirements.''
 
  
  
'''Magazines:'''
+
Start by creating your actual building - essentially do all of the staging work of creating your SCOLs and static records for your building levels and construction stages, and laying out all of the objects you’d normally put in
 
   
 
   
BuildingPlans = '''kgSIM_BuildingPlanPath_Wood_L2_PaperPath_Military'''
+
the StageItemSpawns field. A best practice to make this easier is to create a Layer for each level of your building (you’ll understand why shortly).
''The final level paths for Industrial Revolution were originally conceived as being a military focused use of the product (helping the player) or a civilian focused use (helping the settlement). You do not have to follow this paradigm, it was just how the Industrial Revolution used the system.''
 
  
PathKeyword = '''kgSIM_BuildingPlanPath_Industrial_Wood_L2_PaperPath_Military'''
+
If you’re using scripted objects that do things OnInit or OnLoad, you have to consider a few extra things.
  
Requirement_Level = '''2'''
+
The below Export process is much simpler if you use the actual objects you want to appear, rather than static placeholders inside the staging cell (which is something you might see that I’ve done in a lot of my builds).
''This path should only be available if the plot attempting to use it is at level 2 at the time it tries to upgrade.''
+
Doing so will leave active objects that might trigger things happening when the player is playing, even if they haven’t built your building plan.
  
Requirement_PreviousPathKeywords = '''kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base, kgSIM_BuildingPlanPath_Industrial_Wood_L1_PaperPath'''
+
As an easy way to combat this, you can actually continue to use the placeholder objects in your staging cell, and then edit the exported records to reference your actual objects by their Editor ID.
''This time we want the plot to have followed a very specific upgrade path. It needs to have started as a kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base type, and then upgraded to a kgSIM_BuildingPlanPath_industrial_Wood_L1 Paper type in that specific order before it can be eligible to use this path.''
 
  
WorkshopAVsToSet = '''kgSIM_PlotsPresent_Wood''' <u>AND</u> '''kgSIM_PlotsPresent_PaperPath''' <u>AND</u> '''kgSIM_PlotsPresent_PaperPath_Military'''
+
After you’ve done all this, create your Building Plan object like you would for any other building - just don’t fill out the StageModels or StageItemSpawns fields. We’re going to do that with FO4Edit.
  
 +
You’ll want to find the XEdit scripts (.pas files) from the Builder’s Toolkit and copy them to the Edit Scripts
 +
directory where FO4Edit is installed.
  
'''News:'''
 
  
BuildingPlans = kgSIM_BuildingPlanPath_Wood_L2_PaperPath_Civilian PathKeyword = kgSIM_BuildingPlanPath_Industrial_Wood_L2_PaperPath_Civilian Requirement_Level = 2
+
==StageItemSpawns Export/Import Process==
Requirement_PreviousPathKeywords = kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base, kgSIM_BuildingPlanPath_Industrial_Wood_L1_PaperPath
 
Notice that this has the exact same requirements as the Magazines path, because the PaperPath can branch off into either this, or the Magazines path.
 
  
WorkshopAVsToSet = kgSIM_PlotsPresent_Wood AND kgSIM_PlotsPresent_PaperPath AND kgSIM_PlotsPresent_PaperPath_Civilian
+
To start, you’ll need to export the position/rotation/scale data of your StageItemSpawns. This is best done in 3 stages so that you can easily keep track of which goes on which stage.
  
 +
1. Select the objects for your Level 1 building, then choose File -> Export -> Ref Placements for Selection.
 +
a. You’ll be prompted to create a file, name it something that makes sense to you, and then repeat the process for your the items of each of your other levels.
 +
2. Now that you have the exported data for each group of items, you need to combine them together in a spreadsheet and fill in the missing data fields.
 +
a. You’re going to need to be sure to follow a template for the spreadsheet you’re making. The first row should be a header row and not hold any of your item data, if you’d like to label that top row, the data will go in this order:
  
'''Coal:'''
+
Editor ID, posX, posY, posZ, RotX, RotY, Rotz, Scale, sSpawnName, iStageNum, iStageEnd, iType, ActorValue, iValidActorValue
  
BuildingPlans = kgSIM_IndA_Path_BuildingPlans_Wood_L1_CoalPath PathKeyword = kgSIM_BuildingPlanPath_Industrial_Wood_L1_CoalPath Requirement_Level = 1
+
To make this simpler, I’ve created a file you can paste your data into on a google drive, simply save it to your own drive and edit that copy: https://docs.google.com/spreadsheets/d/1OIgadz52gQLF3jh5by9XyFh9qttDiImIw0ZyVn9jSoc/e dit#gid=0
Requirement_PreviousPathKeywords = kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base
+
b. Now that you have your spreadsheet started, open one of your exported documents you created in Step 1. Copy everything but the header row from one of your exported documents, click on the first field in the first empty row of your spreadsheet and paste.
This has the same requirement as the PaperPath because it could also come from the Wood path.
 
  
WorkshopAVsToSet = kgSIM_PlotsPresent_Wood AND kgSIM_PlotsPresent_CoalPath
+
The software should detect the formatting, and automatically place each piece of data in its own field. You may notice that the EditorID fields don’t quite match the in game version. In order to support multiple objects of the same form, a 3 digit suffix is added to the end. You can leave these on if you like, as the XEdit script will strip them automatically.
 
   
 
   
'''Flares:'''
+
c. Fill in the iStageNum and sSpawnName fields at minimum.
 
+
d. Fill in any additional fields you’d like to use. If you’re filling in the ActorValue field, be sure to enter the Editor ID of the ActorValue object you used.
BuildingPlans = kgSIM_BuildingPlanPath_Wood_L2_CoalPath_Military PathKeyword = kgSIM_BuildingPlanPath_Industrial_Wood_L2_CoalPath_Military Requirement_Level = 2
+
e. At this point, you may alter any of the data manually, such as pointing your placeholders to your actual editor ids.
Requirement_PreviousPathKeywords = kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base, kgSIM_BuildingPlanPath_Industrial_Wood_L1_CoalPath
+
f. Repeat these steps for each of your level files of stage items, be sure to use the correct iStageNum for each.
 
+
3. Once your spreadsheet is finished, save it as a .CSV file (comma separated values) - you’re going to end up having to type the exact path to it, so best to store it somewhere simple. I like to create a folder in my C:\ drive called Imports, that way my path will just be C:\Imports\filename.csv
WorkshopAVsToSet = kgSIM_PlotsPresent_Wood AND kgSIM_PlotsPresent_CoalPath AND kgSIM_PlotsPresent_CoalPath_Military
+
4. Close the Creation Kit and make sure your CSV file isn’t open in any software.
 
+
5. Make a backup of your esp file in case something goes wrong (it shouldn’t but, not worth the risk anyway).
 
+
6. Open your esp in FO4Edit.
'''Coal Power:'''
 
 
 
BuildingPlans = kgSIM_BuildingPlanPath_Wood_L2_CoalPath_Civilian PathKeyword = kgSIM_BuildingPlanPath_Industrial_Wood_L2_CoalPath_Civilian Requirement_Level = 2
 
Requirement_PreviousPathKeywords = kgSIM_BuildingPlanPath_Industrial_Wood_L0_Base, kgSIM_BuildingPlanPath_Industrial_Wood_L1_CoalPath
 
 
 
WorkshopAVsToSet = kgSIM_PlotsPresent_Wood AND kgSIM_PlotsPresent_CoalPath AND kgSIM_PlotsPresent_CoalPath_Civilian
 
 
 
 
 
  
==Testing Your Branching Plans==
+
Wait for it to finish loading, it is substantially faster than the Creation Kit. When it’s done, you should see a message similar to this in the lower left corner:
  
For testing the building plans visually, you can continue to use the existing method for basic plans by using the console command
+
7. On the left side of the screen, you will see all of your mod’s parent files as well as your mod. Expand your esp by clicking the plus sign next to it.
 +
8. Next expand Misc. Item and find your Building Plan in the list (if you click the word EditorID near the top of the screen, it will sort all of the entries alphabetically).
 +
9. Warning: This step is destructive, it will erase the previous entries of your StageItemSpawns property before inserting your spreadsheet data. Right-click on your building plan and choose Apply Script.
 +
10. In the window that pops up, find kgSIM_ImportStageItemSpawns in the list (if you don’t see this, close the box, then copy the .pas files from the XEdit Scripts folder of the Builder’s Toolkit into the Edit Scripts directory where FO4Edit is installed).
  
cf testbuildingplan XXXXXXX 0
+
11. Press OK.
 +
12. After a second or two, you will be prompted to enter the file path. Type the exact path on your local computer to the spreadsheet you created and press OK.
 +
13. As the script runs you should see messages on the right hand side confirming each line of your document was imported.
 +
14. If you receive any errors, fix your spreadsheet, and try running the script again.
  
Replacing the X’s with the form ID of your Building Path Plan.
+
==StageModels Import Process==
  
To test that your entire branching plan is configured correctly, you have two options.
+
The StageModels process is much simpler as you can just type up the data needed instead of combining documents.
  
1. If you’ve already registered with Sim Settlements (described in the next section), this method is very easy to understand, but takes much longer to test the higher level paths as you have to go through the previous paths first. When using this method, you’ll want to create a save before each test, that way if it
+
1. Create a new text file or spreadsheet, which ever is easier for you. If you used a naming scheme, it should go fairly quickly as you can just copy/paste the name and change the ending for each stage.
 +
a. If a text file, type the Editor ID of each of your StageModels, separated by a comma and NO spaces. (Editor ID is the unique ID you gave your Static, for example the Tato Mud Farm’s first stage model Editor ID is: kgSIM_Farm01_SA_L1_Final)
 
   
 
   
fails, you can make changes and then load that save again without having to go through the earlier phases again.
+
b. If a spreadsheet, type the Editor ID of each of your StageModels in a cell across a single row.
a. Start by changing the holotape option Upgrade Advanced to Manual.
+
2. Save the file as a .CSV file. If you’re using Notepad, just type in .csv at the end of your filename, it won’t be an option in the dropdown menu.
b. Now run this console command on your plot: setpv bIsUpgradeReady true
+
3. Close the Creation Kit and make sure your CSV file isn’t open in any software.
This will flag your plot as being eligible for an upgrade so you can access the plot menu options, choose Upgrade Building and select the path you’re looking to test.
+
4. Make a backup of your esp file in case something goes wrong (it shouldn’t but, not worth the risk anyway).
 
+
5. Open your esp in FO4Edit.
2. This method simulates to the code that your building went through all of the appropriate paths. It’s more complicated to understand, will take more setup up front as you’ll need to look up and write down all of the keyword form IDs, but is quicker for each individual test - so it’s worth learning.
 
 
 
Use the same command as above, except after the 0, add a space and then the form IDs for the path keywords of each of the paths involved. For example, to test the Flare building in our example above, you would use the command:
 
cf testbuildingplan XXXXXXX 0 YYYYYYYY ZZZZZZZZ WWWWWWW Replacing the X’s with the plan form ID you want to test, the Y’s, Z’s with the
 
Requirement_PreviousPathKeyword form IDs and the W’s with the Flare path’s PathKeyword ID. If you’re
 
testing an earlier level, you would ignore an argument for each level earlier. For example, to just test the Wood path, you could skip the Z’s and W’s.
 
 
 
  
 +
Wait for it to finish loading, it is substantially faster than the Creation Kit. When it’s done, you should see a message similar to this in the lower left corner:
  
==Registering Your Branching Plans With Sim Settlements==
+
6. On the left side of the screen, you will see all of your mod’s parent files as well as your mod. Expand your esp by clicking the plus sign next to it.
 +
7. Next expand Misc. Item and find your Building Plan in the list (if you click the word EditorID near the top of the screen, it will sort all of the entries alphabetically).
 +
8. Warning: This step is destructive, it will erase the previous entries of your StageModels property before inserting your spreadsheet data. Right-click on your building plan and choose Apply Script.
 +
9. In the window that pops up, find kgSIM_ImportStageModels in the list (if you don’t see this, close the box, then copy the .pas files from the XEdit Scripts folder of the Builder’s Toolkit into the Edit Scripts directory where FO4Edit is installed).
  
Throughout this tutorial, I’ve mentioned multiple methods of working with Branching plans. Now that you’ve seen the various pieces of the whole process, the methods should make a little more sense. Though calling them methods is kind of a misnomer, in reality these are very different things, but they allow you to contribute to the branching building path system.
+
10. Press OK.
 +
11. After a second or two, you will be prompted to enter the file path. Type the exact path on your local computer to the spreadsheet you created and press OK.
 +
12. As the script runs you should see messages on the right hand side confirming each of your building stage models was imported.
 +
13. If you receive any errors, fix your spreadsheet, and try running the script again.
  
The actual registering with Sim Settlements part is very easy, but the option you choose determines the steps from the previous sections you’ll need to do to create your idea.
 
  
===Option 1 - Alternate Plans===
+
After you’ve finished importing data for any building plans you’re working with. Close FO4Edit and it will prompt you to save the changes. (If you don’t want to save, simply uncheck the boxes next to the plugins.)
  
If you have a single building plan idea, that would work well with an existing Building Path in Sim Settlements, you can contribute it without having to create new Building Path or Master Plan objects (for example, say you’d like to build your own building that provides Wood, it would make sense to add it to the Sim Settlements Wood Path). When the player has a plot that’s eligible for the path you’re contributing a plan to, your plan will be included as one of the options.
+
Load the Creation Kit and confirm everything is setup correctly.
 
 
IMPORTANT: Do NOT set up the ResourcesGenerated field on your plan if contributing to Level 1 or Level 2 Sim Settlements paths on Advanced Industrial plots unless you ensure that your LeveledItem entry will be creating the resources configured in the path you’re contributing to’s BaseUpgradeMaterials entry (see the Using the Stockpile System For Upgrades). This will create a situation where it’s nearly impossible for those to upgrade as they require generating specific resources, which your plan will override.
 
 
# After building your single level Building Path Plan, open your Addon Quest.
 
# Select the SimSettlements:AddonScript script and click Properties.
 
# Expand the MyTechTreeAdditions Add a new entry to the MyBuildingPathAddons property.
 
# A secondary properties window will come up with two fields, each of these fields is a drop-down menu that will detect the correct types automatically so you don’t have to dig through all of the various object types described in this tutorial.
 
## Set the MyBuildingPlan property to your building plan form.
 
## Set the TargetBuildingPath property to the Sim Settlements building path you want your plan to a part of.
 
# Press OK on these two screens to exit the property windows, then Press OK on your Addon quest.
 
 
 
===Option 2 - Forking Existing Tech Trees===
 
 
 
If you have an idea for a new path that would work well with an existing Sim Settlements Tech Tree, you can add it without having to create an entire Master Plan worth of building paths and plans. You’ll only need to create that path and the levels to follow it.
 
 
 
For example, if you were adding an alternate path for the PaperPath to follow instead of Magazines or News, you would only need to create a single Building Path and Building Path Plan.
 
 
 
Or if you wanted to create an alternate path for Wood to follow instead of Paper and Coal at level 2, you would create your new Building Path and Building Path Plan(s), followed by one or more pairs of Paths and Path Plans for your new path to follow at level 3.
 
 
 
When creating your new alternate path, be sure to set up the appropriate Required_PreviousPathKeywords to match other paths at that same level.
 
 
 
# After creating your Building Path and Building Path Plan objects, and adding the plan(s) to the corresponding formlists of your custom paths, open your Addon Quest.
 
# Select the SimSettlements:AddonScript script and click Properties.
 
# Expand the MyTechTreeAdditions Add a new entry to the MyBuildingPathForks property.
 
# A secondary properties window will come up with two fields.
 
## Set the TargetMasterPlan property to the appropriate Master Building Plan you want your path to be a part of. Since the Master Building Plans use the same core script, look for the ones that start with kgSIM_MasterPlan.
 
## Set the MyBuildingPath property to your Path object.
 
# If your forked path was a level 2, you’ll need to repeat steps 3 and 4 for each of your level 3 paths that it leads to. All paths that a plot should go through must be part of the Master Plan or they won’t function.
 
 
 
===Option 3 - Custom Tech Trees===
 
 
 
If you’re creating an entire Master Plan of your own, you register it the same way you would a normal building plan and add it to the Formlist you have configured for that plot type.
 
 
 
 
 
 
 
 
 
==Using the Stockpile System For Upgrades==
 
 
 
If you’re looking to make use of the Stockpile system the way the Level 1 and Level 2 Advanced Industrial buildings in Industrial Revolution do, you need to set up the BaseUpgradeMaterials and CreateResources properties, and you need to do so in a way that two will work together.
 
 
 
The CreateResources property holds a LeveledItem, the same way a Building Plan’s ResourcesGenerated property does. It works identically, but is also overwritten by it. So if a Building Path Plan has the ResourcesGenerated property set up, and it’s Path has the CreateResources property set up, the Plan level will take precedence. This is important to understand when configuring the BaseUpgradeMaterials.
 
 
 
BaseUpgradeMaterials is an array that consists of pairs of items and quantities. These represent the stuff the plot must have in its stockpile before it can upgrade from the current plan to something else. When this path completes construction, it will add a single item of each type set in this property to the stockpile, this is to ensure the player knows what type of materials the building needs to stockpile for upgrades, in case they’d like to make donations and speed up the process.
 
 
 
The quantity of each entry will be multiplied by twice the number of days it takes that plot to upgrade. So if the BaseUpgradeMaterials had an entry of 10 Wood and 20 Steel, and the plot’s upgrade time for that level was 5 days, the Stockpile would need to have 100 Wood and 200 Steel before it would be eligible to upgrade. (10 Wood * 5 Days * 2 = 100, 20 Steel * 5 Days * 2 = 200). The numbers were designed so that if the player “gives back” everything that the plot produced in their workshop to the stockpile, the plot will take approximately the same amount of time as a normal plot to upgrade - but if instead they keep the materials, the plot will take twice as long as a normal plot to upgrade.
 
 
 
If the CreateResources or ResourcesGenerated entries don’t create the materials expected by BaseUpgradeMaterials, the plot will effectively be incapable of an automatic upgrade and will require player contribution. This will break the player’s expectation of how Sim Settlements works and is not advised, in general, you should make sure that any of your building paths and plans can generate the resources set in the paths’s BaseUpgradeMaterials.
 
 
 
===Determining BaseUpgradeMaterials===
 
 
 
For Industrial Revolution, I stuck with the most abundant resource generated and chose the highest possible quantity the CreateResources LeveledItem could create. For example, the Lumber Yard can generate a varying amount between 10 and 20 wood per day, so for the BaseUpgradeMaterials I set to 20 Wood. This ensures that the plot will always take at least twice as long as the upgrade period to generate the necessary material.
 
 
If I had set it to 10 Wood instead, and the plot “rolled” high on the daily wood multiple times, the plot could upgrade much faster than expected and dilute one of the penalties to differentiate basic and advanced plots.
 
 
 
===Testing That The Stockpile Works===
 
 
 
The easiest way to test that your stockpile related settings are working, is to do the following:
 
 
 
1. Change Upgrades Advanced to Manual in your holotape.
 
2. Change Citizen Needs Requirement to OFF in your holotape.
 
3. Under Notification Settings, disable the Crash Watch notification (we’re about to do something that will trigger it a lot).
 
4. Run the console command: set timescale to 200
 
This will change the days to run 10 times faster so you’ll know in a few minutes if your resources are generating in the stockpile of the plot.
 
 
 
Once you’ve confirmed the appropriate resources are being added to the stockpile, use the console to add yourself enough of that resource to pay the Upgrade cost based on the formula described above and BaseUpgradeMaterials you set.
 
 
 
Place that resource in the Stockpile and then wait until the appropriate number of days have passed (the time requirements can be found here: https://simsettlements.com/web/wiki/index.php?title=Breakdown). Remember that your timescale is set incredibly high, so you can wait in real-time, or sleep.
 
 
 
Confirm that the Upgrade Building option appears on the ASAM Sensor menu. At this point, the Stockpile should have a large chunk taken out as the process of making a building eligible to upgrade consumes the appropriate amount of resources from the stockpile.
 
 
 
When you’re done testing, be sure to restore your timescale (the default value is 20).
 
  
  
 
==You’re Done!==
 
==You’re Done!==
  
You should now have the knowledge to integrate with, or create your own, Branching Building plans. These special plans are incredibly powerful (and equally complex), and they can be expanded indefinitely. So you can continue to add more paths and plans in any combination.
+
You can now speed past the most difficult stages of setting up the building plan! You can even hold onto your spreadsheets for quickly editing things in the future. Once you get really comfortable with it - you’ll even be able to add completely new entries to the spreadsheet and into your add-on without ever entering the Creation Kit.
 
 
Many of the optional features, should provide the tools you need to set up complex requirements and linked technology trees. Be sure to check out the Industrial Revolution paths for examples, as many of them are configured to make use of these various features.
 
 
 
[[Category:Toolkit]]
 

Latest revision as of 17:06, 12 February 2018

Greetings, you people!

My name is Infinithil, I am from Germany and work as a civil servant.

In my free time, I work on my first addon pack for SimSettlements and help around the SimSettlements Wiki.

Have a nice day!

Last finished: Toolkit Extra - Advanced Possibilities


Workshop area


Toolkit Extra - Custom Flag Tutorial


All of my guides will highlight things that are specific to your experience level: Green for beginners, and Red for seasoned modders. So if you’re new, you aren’t meant to understand the red messages, and if you’re a vet - you can probably skip the green.

If you’ve never built a mod or used the Creation Kit before, it’s recommended that you go through the Sim Settlements Builder’s Toolkit. Even if you aren’t interested in creating buildings for Sim Settlements, it teaches you the basics of the Creation Kit and shows you how to package and upload a mod.


This tutorial will go over adding custom flags to the Sim Settlements system. It does not cover photo-editing techniques, only the steps needed to convert an image into a custom flag for use with Sim Settlements.

If you already have a mod with custom flags, and you’d like to integrate them without making Sim Settlements a dependent mod, please contact me and I’d be happy to show you the steps required.


Programs Needed

Gimp or Photoshop

Gimp DDS Plugin or Intel TextureWorks Plugin

Material Editor by Ousnius

Creation Kit (or XEdit, though this tutorial will only show the steps in the Creation Kit)

Sim Settlements 2.0.8 + (make sure you have the mod installed as it includes scripts you’ll need)


Used in this tutorial are several files:

Flag_Material_Template.BGSM - which tells the game which texture files to use.
Flag_Diffuse_Template_d.dds - which is the art texture file.

And two optional files, that you most likely won’t need unless you’re a 3d artist. Most people will just want to use the game’s default files for these.
Flag_Diffuse_Template_n.dds - which is the normal map
Flag_Diffuse_Template_s.dds - which is the specular map

Download the full Builder's Toolkit to get the files.


Setting Up Your Files/Directories

  1. Go into your Fallout 4/Data folder, this is usually found under C:/Program Files(x86)/Steam/steamapps/common. This is where your game files exist.
  2. If you don’t have a folder called Textures, create it. Then inside of that, create a new folder for your mod. Copy Flag_Diffuse_Template_d.dds to this folder, now rename it something for the first flag you want to create, for consistency sake, make sure it ends in “_d” like the current name.
    So if you decide to name it MyFlag, name it MyFlag_d instead. The d stands for diffuse, and represents what most people would consider the texture.
  3. If you don’t have a folder called Materials, create it. Then inside of that, create a new folder for your mod. Copy Flag_Material_Template.BGSM to this folder, now rename it something similar to the texture name you used above for the first flag you want to create.
  4. Open the .BGSM file you just renamed in the Material Editor program.
    File:Toolkit Extra Custom Flag Tutorial image01.jpg
  5. Go to the Material tab, then click on the grey box to the far right next to the Diffuse Texture row, and navigate to the DDS file you copied in step 2. Now save the material and exit this program.

If you are going to be creating custom normal and specular maps, you would link those files here.


Making Your Custom Flag Art

Open the DDS file you copied into your directory in Gimp or Photoshop.
File:Toolkit Extra Custom Flag Tutorial image02.jpg
The flag art is made up of two images that look mostly identical, and for the most part you would fine using the same image on top and bottom. Though they are used slightly differently.

When the Martial Plot is manned, and flag is up in the air, only the top half of the texture is used on both sides of the flag. When the Martial Plot is not manned, and the flag is down, it uses both halves of the texture.

You’ll be fine copy pasting the top half to the bottom as it’s hard to tell the difference when the flag is down anyway. If you’re a perfectionist, you have the option to do each side separately.

The erased parts of the texture file are what will show up as holes in the flag.

  1. Once you have your flag designed the way you want, do the following to save the file correctly:
    1. Gimp: Choose File -> Export As, in the window that pops up, select the file you are editing, then press Export. A second window will come up with DDS settings.
      1. Set Compression to BC3 /DXT5
      2. Change Mipmaps to Generate mimmaps
      3. Press OK.
    2. Photoshop: Choose File -> Save As, in the Save As Type dropdown, select Intel Textureworks, click Save. A second window with come up with DDS settings.
      1. Change Texture Type to Color + Alpha
      2. Set Compression to BC3 8bpp (Linear)
      3. Set Mip Maps to Auto Generate.
      4. Press OK.

Configuring Your Flag

This portion uses the Creation Kit, it will be written as if you’ve never used it before, but you may want to go through a basics tutorial, such as the one included in the Sim Settlement’s Builder’s Toolkit.

  1. Open the Creation Kit.
  2. Click on File->Data and check in SimSettlements.ESM, then press OK.
  3. Once the files are loaded, select the Object Window, and type kgsim*flag in the Filter box. This will show all of the different Sim Settlements objects related to flags.
  4. Find the object with the name kgSIM_FlagDown_USA, right-click it and choose Duplicate and Rename, in the pop-up, type in kgSIM_ in the Search box, and enter your own prefix in the Replace box - it can be whatever you want. You’ll use this prefix to identify all of your custom objects.
    File:Toolkit Extra Custom Flag Tutorial image05.jpg
  5. Press OK.
  6. Now repeat step 4 for kgSIM_FlagWavingUSA01, kgSIM_FlagWallUSA, and kgSIM_DynamicFlag_Template.
  7. In the Object Window, replace the Filter field with the prefix you used for your three objects.
  8. Double-click yourPrefix_FlagDown_USA.
    1. In the ID field, erase USA and give the flag a name.
    2. Click on the Edit button near the center of the window. This will bring up the model selection screen.
    3. Use the Material Swap dropdown menu to select Custom Material Swap.
    4. In the large white section with the headings “Original Material”, “Replacement Material”, and “Remap Index”, double-click the white area under Replacement Material next to “clothflag01alpha.bgsm”.
    5. Navigate to materials folder you created at the beginning of this guide and select your .BGSM file, and press OK.
    6. Press OK again, and when prompted to Create a New form select No. You’ll then be prompted to Rename, answer Yes.
  9. Repeat step 8 for yourPrefix_FlagWavingUSA01 and yourPrefix_FlagWallUSA. The Wall version will be the exact same steps, and the only difference for the Waving version is that screen will look slightly different, so the Edit button won’t be in the exact same position.
  10. Double-click yourPrefix_DynamicFlag_Template. This is going be your Dynamic Flag Record.
    File:Toolkit Extra Custom Flag Tutorial image06.jpg
    1. In the ID field, erase Template and replace it with your flag name.
    2. In the Name field, erase Dynamic Flag and replace it with what you want the player to see when choosing your flag from the list.
    3. Select the SimSettlements:DynamicFlag script and click the Properties button.
    4. Double-click FlagDown.
      1. Select Static from the Form Type dropdown (there may be a slight delay before the Creation Kit response).
      2. Check in the Filter box and type in your prefix.
      3. Select your flag down model from the Pick Object dropdown.
    5. Double-click FlagWall.
      1. Select Static from the Form Type dropdown (there may be a slight delay before the Creation Kit response).
      2. Check in the Filter box and type in your prefix.
      3. Select your flag wall model from the Pick Object dropdown.
    6. Double-click FlagUp.
      1. Select MoveableStatic from the Form Type dropdown.
      2. Check in the Filter box, your prefix should be there already (type it in if not).
      3. Select your flag model from the Pick Object dropdown.
    7. Press OK to exit the properties screen.
    8. Press OK to exit the MiscItem screen, when prompted to Create a new form, select No. Then press Yes when asked to rename.

Adding Your Flag to Sim Settlements

If you already have an add-on pack, you can use your existing Quest during this setup.

Now that you have a flag configured, you’re going to tell Sim Settlements about it.

You’re only going to do this section once, after which, you’ll only need to add additional flags to the form list you’ll configure in this section.

In the Object Window, expand the Character category, then select Quest. Set the Filter to “kgsim_addon”. You’re looking for a quest called kgSIM_AddonTemplate - right-click this and choose Duplicate. Now open the newly created kgSIM_AddonTemplateCOPY0000.

  1. On the Quest Data tab, change the ID to something unique (as always, remember to start with your prefix!).
  2. Press OK. If it asks you to Create a new form, answer No, then answer Yes to renaming.
  3. Next we’re going to prepare a FormList for holding your Flag(s).
    1. In the Object Window, expand the Miscellaneous category and click FormList. Then in the right-side of the Object Window, right-click and select New.
    2. Enter a unique id (remember to start with your prefix), for example: yourPrefix_FlagList
    3. Press OK.
  4. While you’re still in the FormLists category, change the Filter in the Object Window to your prefix and double-click the FormList you just created and drag it off to the side.
  5. In the Object Window, expand the Items category, select MiscItem.
  6. Drag your Dynamic Flag Record into the main part of the formlist. It should look like this:
    File:Toolkit Extra Custom Flag Tutorial image07.jpg
  7. Press OK.
  8. Next, in the Object Window, expand the Characters category, then click on Quest, and filter for your prefix to find the quest you made. Double-click it to open it up.
  9. On the scripts tab, select SimSettlements:AddOnScript and click Properties.
  10. Double-click on SIMParent and select kgSIM_SIMSettlementParent from the drop down menu.
  11. Double-click the MyClutter section, it will be in blue and have a horizontal line next to it. This will expand the MyClutter properties.
  12. Double-click MyMartialFlags.
  13. Check in filter and enter your prefix.
  14. Select your flag list from the Pick Object drop down.
  15. Press OK to close the properties window.
  16. Press OK again to close the quest.
  17. Now click File->Save to save your plugin. Name it anything you like.


You’re done!

Your flag will now be selectable from the flag menu on the City Planner’s Desk!

To add additional flags, just repeat the Configuring Your Flag section and add your additional Dynamic Flag Records to your flag formlist you created. No need to do configure additional quests.

If this is your first Addon for Sim Settlements, know that there can be a short delay after starting up your game before it registers completely with Sim Settlements, so don’t be alarmed if your flag isn’t there in the first 10 seconds.


Toolkit Extra - FO4Edit - Working Faster


This tutorial assumes you know basic navigation and keyboard shortcuts to navigate the Creation Kit. If not, please go back and check out the Creation Kit 101 primer.

All of my guides will highlight things that are specific to your experience level: Green for beginners, and Red for seasoned modders. So if you’re new, you aren’t meant to understand the red messages, and if you’re a vet - you can probably skip the green.


Preamble

This guide assumes you’ve been through the numbered tutorials and understand how Building Plans work. It may use some shorthand that you’d only be familiar with if you’ve successfully created a building for Sim Settlements.

Always be sure that you backup your esp file before applying a script in XEdit. While the software will offer to backup your mod file before committing the changes, it’s better to be safe than sorry. XEdit is mostly agnostic to the specifics of Fallout 4 mods and can create entries that the game doesn’t support, so you should always test your mod after editing it with XEdit scripts. (FO4Edit is the Fallout 4 version of XEdit that you’ll need for this. XEdit is the collective name for all of the variations of this software that work for different games. For example, TES5Edit is the Skyrim version.)


Programs Needed

  • Creation Kit
  • FO4Edit 3.2 or Greater
  • Any Free Text editing software (ex. Notepad)
  • Any Free Spreadsheet software (ex. Google Sheets or OpenOffice)


Importing Stage Data To Your Add-on

Two of the more time-consuming fields to fill out for your Building Plan, are the StageModels and the StageItemSpawns. With the scripts included in the Builder’s Toolkit, the process is greatly simplified.


Start by creating your actual building - essentially do all of the staging work of creating your SCOLs and static records for your building levels and construction stages, and laying out all of the objects you’d normally put in

the StageItemSpawns field. A best practice to make this easier is to create a Layer for each level of your building (you’ll understand why shortly).

If you’re using scripted objects that do things OnInit or OnLoad, you have to consider a few extra things.

The below Export process is much simpler if you use the actual objects you want to appear, rather than static placeholders inside the staging cell (which is something you might see that I’ve done in a lot of my builds). Doing so will leave active objects that might trigger things happening when the player is playing, even if they haven’t built your building plan.

As an easy way to combat this, you can actually continue to use the placeholder objects in your staging cell, and then edit the exported records to reference your actual objects by their Editor ID.

After you’ve done all this, create your Building Plan object like you would for any other building - just don’t fill out the StageModels or StageItemSpawns fields. We’re going to do that with FO4Edit.

You’ll want to find the XEdit scripts (.pas files) from the Builder’s Toolkit and copy them to the Edit Scripts directory where FO4Edit is installed.


StageItemSpawns Export/Import Process

To start, you’ll need to export the position/rotation/scale data of your StageItemSpawns. This is best done in 3 stages so that you can easily keep track of which goes on which stage.

1. Select the objects for your Level 1 building, then choose File -> Export -> Ref Placements for Selection. a. You’ll be prompted to create a file, name it something that makes sense to you, and then repeat the process for your the items of each of your other levels. 2. Now that you have the exported data for each group of items, you need to combine them together in a spreadsheet and fill in the missing data fields. a. You’re going to need to be sure to follow a template for the spreadsheet you’re making. The first row should be a header row and not hold any of your item data, if you’d like to label that top row, the data will go in this order:

Editor ID, posX, posY, posZ, RotX, RotY, Rotz, Scale, sSpawnName, iStageNum, iStageEnd, iType, ActorValue, iValidActorValue

To make this simpler, I’ve created a file you can paste your data into on a google drive, simply save it to your own drive and edit that copy: https://docs.google.com/spreadsheets/d/1OIgadz52gQLF3jh5by9XyFh9qttDiImIw0ZyVn9jSoc/e dit#gid=0 b. Now that you have your spreadsheet started, open one of your exported documents you created in Step 1. Copy everything but the header row from one of your exported documents, click on the first field in the first empty row of your spreadsheet and paste.

The software should detect the formatting, and automatically place each piece of data in its own field. You may notice that the EditorID fields don’t quite match the in game version. In order to support multiple objects of the same form, a 3 digit suffix is added to the end. You can leave these on if you like, as the XEdit script will strip them automatically.

c. Fill in the iStageNum and sSpawnName fields at minimum. d. Fill in any additional fields you’d like to use. If you’re filling in the ActorValue field, be sure to enter the Editor ID of the ActorValue object you used. e. At this point, you may alter any of the data manually, such as pointing your placeholders to your actual editor ids. f. Repeat these steps for each of your level files of stage items, be sure to use the correct iStageNum for each. 3. Once your spreadsheet is finished, save it as a .CSV file (comma separated values) - you’re going to end up having to type the exact path to it, so best to store it somewhere simple. I like to create a folder in my C:\ drive called Imports, that way my path will just be C:\Imports\filename.csv 4. Close the Creation Kit and make sure your CSV file isn’t open in any software. 5. Make a backup of your esp file in case something goes wrong (it shouldn’t but, not worth the risk anyway). 6. Open your esp in FO4Edit.

Wait for it to finish loading, it is substantially faster than the Creation Kit. When it’s done, you should see a message similar to this in the lower left corner:

7. On the left side of the screen, you will see all of your mod’s parent files as well as your mod. Expand your esp by clicking the plus sign next to it. 8. Next expand Misc. Item and find your Building Plan in the list (if you click the word EditorID near the top of the screen, it will sort all of the entries alphabetically). 9. Warning: This step is destructive, it will erase the previous entries of your StageItemSpawns property before inserting your spreadsheet data. Right-click on your building plan and choose Apply Script. 10. In the window that pops up, find kgSIM_ImportStageItemSpawns in the list (if you don’t see this, close the box, then copy the .pas files from the XEdit Scripts folder of the Builder’s Toolkit into the Edit Scripts directory where FO4Edit is installed).

11. Press OK. 12. After a second or two, you will be prompted to enter the file path. Type the exact path on your local computer to the spreadsheet you created and press OK. 13. As the script runs you should see messages on the right hand side confirming each line of your document was imported. 14. If you receive any errors, fix your spreadsheet, and try running the script again.

StageModels Import Process

The StageModels process is much simpler as you can just type up the data needed instead of combining documents.

1. Create a new text file or spreadsheet, which ever is easier for you. If you used a naming scheme, it should go fairly quickly as you can just copy/paste the name and change the ending for each stage. a. If a text file, type the Editor ID of each of your StageModels, separated by a comma and NO spaces. (Editor ID is the unique ID you gave your Static, for example the Tato Mud Farm’s first stage model Editor ID is: kgSIM_Farm01_SA_L1_Final)

b. If a spreadsheet, type the Editor ID of each of your StageModels in a cell across a single row. 2. Save the file as a .CSV file. If you’re using Notepad, just type in .csv at the end of your filename, it won’t be an option in the dropdown menu. 3. Close the Creation Kit and make sure your CSV file isn’t open in any software. 4. Make a backup of your esp file in case something goes wrong (it shouldn’t but, not worth the risk anyway). 5. Open your esp in FO4Edit.

Wait for it to finish loading, it is substantially faster than the Creation Kit. When it’s done, you should see a message similar to this in the lower left corner:

6. On the left side of the screen, you will see all of your mod’s parent files as well as your mod. Expand your esp by clicking the plus sign next to it. 7. Next expand Misc. Item and find your Building Plan in the list (if you click the word EditorID near the top of the screen, it will sort all of the entries alphabetically). 8. Warning: This step is destructive, it will erase the previous entries of your StageModels property before inserting your spreadsheet data. Right-click on your building plan and choose Apply Script. 9. In the window that pops up, find kgSIM_ImportStageModels in the list (if you don’t see this, close the box, then copy the .pas files from the XEdit Scripts folder of the Builder’s Toolkit into the Edit Scripts directory where FO4Edit is installed).

10. Press OK. 11. After a second or two, you will be prompted to enter the file path. Type the exact path on your local computer to the spreadsheet you created and press OK. 12. As the script runs you should see messages on the right hand side confirming each of your building stage models was imported. 13. If you receive any errors, fix your spreadsheet, and try running the script again.


After you’ve finished importing data for any building plans you’re working with. Close FO4Edit and it will prompt you to save the changes. (If you don’t want to save, simply uncheck the boxes next to the plugins.)

Load the Creation Kit and confirm everything is setup correctly.


You’re Done!

You can now speed past the most difficult stages of setting up the building plan! You can even hold onto your spreadsheets for quickly editing things in the future. Once you get really comfortable with it - you’ll even be able to add completely new entries to the spreadsheet and into your add-on without ever entering the Creation Kit.