Research Tree always lock after finish the tree
i have no idea how fixed it , the research tree are link to geothermal vanilla!
Solution:Jump to solution
@VelvetCrowe [GeoMk,AdvancedMk+] a commit was just pushed to SML dev that will make it so this does not happen any more (SML will cause a re-check of tree unlock conditions after save load)
14 Replies
what do you mean "finish the tree"?
can you send the unlock conditions of your tree here?
yes wait
in your save file, did you already have the caterium tree completed before setting up this dependency?
if I recall correctly, they only check and update access in response to a schematic being unlocked
yes all caterium tree are unlock
try in a new save file without them unlocked
or unlocking some other milestone somewhere else
in new save it work without problem
but not with the research tree already unlock
you will probably have to add something to a subsystem or game world module to check if you already have that milestone unlocked and open the tree
the tree are already in the game world module
i think i need add subsystem for check if the shematic for geothermal are unlock
correct, I mean that that code could live either in a game world module or a subsystem and still work
I don't know how to do it
look at another mod that does something similar like Early and Free Blueprint Designer
okey
Solution
@VelvetCrowe [GeoMk,AdvancedMk+] a commit was just pushed to SML dev that will make it so this does not happen any more (SML will cause a re-check of tree unlock conditions after save load)