Strange Tech Tree Rendering Issue

Alzara

Emperor
Joined
Jan 2, 2008
Messages
1,214
Location
Florida
I don't suppose anybody has see anything like this. The links to my Faith technology look strange, despite the links and technologies being set up correctly in the xml (to my knowledge).

Gameplay wise Civ understands the technology links. It just seems to have not drawn the links to Faith properly...

Any ideas? :crazyeye:

Al
 

Attachments

  • Tech Tree Oddity.jpg
    Tech Tree Oddity.jpg
    484.8 KB · Views: 223
Known issue. The way the tech tree pipes are drawn, it can't handle branching at multiple levels.

The problem is that your Writing tech leads to both Faith and Calendar, which have differing X values, and when that happens it'll break unless the techs are in some very specific geometries.

If you moved Faith one space to the right, so that it was above Calendar, then it'd look fine. Alternatively, you could try actually fixing TechTree.lua to draw these correctly.
 
Known issue. The way the tech tree pipes are drawn, it can't handle branching at multiple levels.

The problem is that your Writing tech leads to both Faith and Calendar, which have differing X values, and when that happens it'll break unless the techs are in some very specific geometries.

If you moved Faith one space to the right, so that it was above Calendar, then it'd look fine. Alternatively, you could try actually fixing TechTree.lua to draw these correctly.

Excellent thanks for letting me know :)

I'll take a look at TechTree.lua :p

Al
 
Back
Top Bottom