Space Engineers

Space Engineers

(AR) Realistic Progress
All right!  [developer] 14 Feb, 2022 @ 7:38am
How to edit research tree.
Edit progress tree:
After first start in mod storage you'll find NotAddedBlocks.xml. It contains all blocks from another mods. Add them in TechTree.xml.
Storage - C:\Users\<username>\AppData\Roaming\SpaceEngineers\Saves\<SteamId>\<SaveGameName>\Storage\<ThisModName>
  1. <string>Blueprint_00</string> - subtype name. Attention! Number should be equals index number in the list.
  2. <string>ResearchTimeSec=1800</string> no comments =)
  3. <string>DisplayName=default</string> - for default blueprints.
    DisplayName=any_name - name for new blueprint (after last game update doesn't work).
  4. <string>Icon=default</string> - for default blueprints.
    Icon=244850\2250952156\Textures\GUI\Icons\Blueprints\Bp_atom_I.dds - icon from this mod. Can use icons from other mods.
  5. <string>*MyObjectBuilder_Datapad/Datapad=3</string> - components for producing blueprint element. You can use any custom ore/ingot/component.
  6. <string>MyObjectBuilder_HydrogenEngine/LargeBlockBatteryBlock</string> - blocks in the progress group Attention! You can add block only if it has ResearchBlock.sbc. If hasn't, you'll see alert: "Can't find ResearchBlock.sbc for: MyObjectBuilder_Assembler/Furnace". File can be added in another mod.


You can send your example.
Last edited by All right!; 15 Feb, 2022 @ 12:00am
< >
Showing 1-4 of 4 comments
Harukonea 14 Feb, 2022 @ 8:38pm 
What about the ability to edit the TechTree.xml so that the mod blocks are not easily created after the second layer?
All right!  [developer] 15 Feb, 2022 @ 12:02am 
Originally posted by Harukonea:
What about the ability to edit the TechTree.xml so that the mod blocks are not easily created after the second layer?
Increase research time or add rare ingredient into blueprint recipe.
Harukonea 15 Feb, 2022 @ 4:03am 
Originally posted by All right!:
Originally posted by Harukonea:
What about the ability to edit the TechTree.xml so that the mod blocks are not easily created after the second layer?
Increase research time or add rare ingredient into blueprint recipe.

Upon closer inspection, I noticed that the mod blocks are currently placed on the same layer as the mod blueprints, so the adjustable mod blueprints cannot function.
Normally, there would be a layer of mod blocks that branch off from the added mod blueprints.

I tried to increase the difficulty by registering with the existing high tier tree, but there were many mods without ResearchBlock.sbc.
Then I tried to add/edit the .sbc but it was too hard so I gave up.
Please fix this!
Last edited by Harukonea; 15 Feb, 2022 @ 5:02am
TheKao 6 Dec, 2022 @ 9:08am 
@All Right,
is it not possible to take informations from ResearchBlock.sbc to adjust the

<string>*MyObjectBuilder_Component/Blueprint_6?=3</string>

in the Ressourch-Tree all my mods have ressource dependencys that can be taken for the TechTree-Dependencies for the Blueprints.

Greetz
< >
Showing 1-4 of 4 comments
Per page: 1530 50