herbix / hoi4modutilities

A VSCode extension that contains utilities for Heart of Iron IV mods developers
MIT License
74 stars 9 forks source link

tech tree preview not working #2

Closed Zapaeryan closed 4 years ago

Zapaeryan commented 4 years ago

I've been trying to load the tech tree preview on my custom mod but it's not working or even displaying any of it properly. I've followed all the steps properly but when I load up the preview I get this Capture

anyone know how I can fix this to get the preview working properly?

Zapaeryan commented 4 years ago

so apparently the reason this is happening is that the extension flat out isn't recognizing or loading any of the new .dds files or the new custom folders and techs found in the gui and gfx folders. here's an example of what i'm talking about:

Capture

any idea how I can fix this?

herbix commented 4 years ago

Hi @Zapaeryan,

The extension searches files based on your opened folder and HOI4 install folder. Your opened folder is interface. So it tried to search interface/interface/countrytechtreeview.gui and got nothing. To fix it, you need to open parent folder of interface. image

Zapaeryan commented 4 years ago

Hi @Zapaeryan,

The extension searches files based on your opened folder and HOI4 install folder. Your opened folder is interface. So it tried to search interface/interface/countrytechtreeview.gui and got nothing. To fix it, you need to open parent folder of interface. image

wow thanks mate, that seemed to do the trick! I really appreciate the help, this will finally let me get into modding hoi4 properly :)