Ok, so I'm trying to build a brand new research tree for a mod project I'm working on for Entrenchment. And I've run into a brick Wall.
I'm trying to create a research pre-requisite for a ship. So I'll walk you through my process and see if someone can spot what I'm doing wrong. Also if someone is sitting on / would like to write up a how to mod the tech tree I'd be grateful.
Step 1
I open up the ship entity file. FrigateAncientScout.entity (the ship in questions entity folder)
I append
NumResearchPrerequisites 0 to 1 and add underneath it
ResearchPrerequisite
Subject "RESEARCHSUBJECT_FRIGATEACCESS_ANCIENTSSCOUT"
Level 1
Save and Close the Ship entity file.
I then proceed to grab a randomn RESEARCHSUBJECT_FRIGATEACCESS file from Reference data and rewrite it to deal wiith the vessel in question. Save the rewritten file as RESEARCHSUBJECT_FRIGATEACCESS_ANCIENTSSCOUT.Entity in the Gameinfo folder
Open up
PlayerAncient.Entity (the player entity file)
And add the research item to the research tree and change the research tree count increasing it by one.
Save and Close
Finally I go to English.str and add the Research String IDS for both Name and Description.
Save and Close
When I start up Entrenchment Dev with this mod pre-enabled with the research tree alteration I get the following Mini Dump Error
Entity Ref not found: RESEARCHSUBJECT_FRIGATEACCESS_ANCIENTSSCOUT
What am I doing wrong?
So yeah a Research Tree Guide would be nice. I don't think of myself as a nub, nor a pro, just getting frustrated at being stuck and not knowing why.