Focus trees not showing up properly in game and forgotten line in interface gfx file.

Dear @jordsta95,

I really like your focus tree tool but I am having some issues with it. First of all in the interface gfx file the website forgets to add the first line "spriteTypes = {" which causes the custom icons not to work. This is easily fixed, but I am also having trouble with half the focuses just not showing up in game. I don't know the exact cause but changing the order in which the focuses are placed in the file seem to solve the issue some of the times. Other times removing some brackets helps. These bugs really make the focus tree tool a pain to use. Could you look in to it?


If you run your game in debug mode, what errors do you get?

Focuses not showing up is usually a syntax error (e.g. a reward that requires a state to be specified not being assigned a state, a closing brace being missed, or any other number of issues)


The sprite type issue should be resolved. Thanks for bringing that to my attention :)

Well when I looked in the error log file it was complaining about a lot of malformed and unexpected tokens. I had imported focus trees already in the game, so a lot of unnecessary complicated code had come along with it. When I removed those parts the focus trees work fine. Thanks for the help and quick response!