herbix / hoi4modutilities

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

GFX support for mods as well as base game #92

Closed Fullchord closed 5 days ago

Fullchord commented 1 week ago

My focus tree preview does not work for GFX in the mod I am working on, but it does work for the GFX in the base game. image

herbix commented 1 week ago

Hi @Fullchord, can you please try adding gfxIndex in feature flags? Here's the related wiki: https://github.com/herbix/hoi4modutilities/wiki/Feature-flags#list-of-feature-flags

Fullchord commented 1 week ago

@herbix Yes, I enabled that setting with the same outcome as above. Here is my settings file image Me and my friends have never gotten the in-mod focus tree gfx to work while the base game gfx does work

gyhs commented 6 days ago

https://github.com/herbix/hoi4modutilities/wiki/Reference-custom-sprite_type

check this page

Fullchord commented 5 days ago

@gyhs This fixed my issue. Thanks for the response.