Dominions 5

Dominions 5

Tura Sep 24, 2020 @ 7:25pm
Sprite Loading issue
So the mod ive been working on is unable to find the sprites even though they seem to be in the correct location, or when i point them to look in the main mod folder.

#spr1 "modfolder/unit1.tga"
#spr2 "modfolder/unit1_a.tga"

or

#spr1 "unit1.tga"
#spr2 "unit1_a.tga"

(the current test code)
< >
Showing 1-4 of 4 comments
Red_Rob Sep 25, 2020 @ 1:52am 
Try adding a dot and slash at the start of the sprite path, like this:

#spr1 "./MagicEnhanced/EEWaterSprite.tga"
#spr2 "./MagicEnhanced/EEWaterSprite2.tga"
Tura Sep 25, 2020 @ 1:08pm 
Just tryed adding the dot and slash and sadly still not working, bellow is the current code i tested

#spr1 "./modfolder/unit1.tga"
#spr2 "./modfolder/unit1_a.tga"

the second test with the image in the same location as the mod
#spr1 "./unit1.tga"
#spr2 "./unit1_a.tga"
Tura Sep 25, 2020 @ 11:11pm 
Still tinkering around, ive copyed both the mod images into the main mod folder, the sub mod folder, and created a whole new folder to do this. and still no luck, even going as far as to create a whole new mod file
Tura Sep 25, 2020 @ 11:22pm 
So after much testing it seems to have an issue with the sprite file, as i tryed sprites from other mods in the same locations and they work.
< >
Showing 1-4 of 4 comments
Per page: 1530 50