[help] Is it possible to move the tech tree legend?

kaspergm

Deity
Joined
Aug 19, 2012
Messages
5,740
A while ago, I asked about a situation where the pipe-lines didn't connect properly in the beginning of my new techtree - explanation for this should be that the game does not allow for tech dependancies over more than 3 or 4 vertical rows, which gave me these gaps:

Spoiler :
TechTreeIssues_zps24aa4e72.jpg


A solution for this would be to have not one but two dummy-techs at the level-0 which unlocks the first "real" tech level - however, in order to add a tech towards the bottom, I would need to shift the "legend" towards the centre, something along these lines (obviously the second added tech in the bottom would be different from the one in the top, probably I'll add a Hunting tech):

Spoiler :
TechTreeIssuesSolve_zpscecacef9.jpg


So, does anybody know if it's possible to shift the tech-tree legend (preferably without an obscene amount of coding), and how it is done if possible?
 
From memory, TechTree.xml, increase the value indicated

Code:
<!--The legend-->
<Grid Size="230,200" Anchor="L,B" Offset="64,[COLOR="Red"]48[/COLOR]" Style="WindowGridBlack">
 
Worked beautifully, thanx a bunch as always! :)

Edit > And here's a shot of the finished result:
Spoiler :
TechTreeSolved_zps46795696.jpg
 
Top Bottom