Graphics
Hello y'all. Been looking around on how to import graphics to DMODs and checked a DMODs .ini file with alot of custom graphics in it for guidance (Apex). I want to import some custom graphics to my DMOD. I've edited dink.ini by adding this line:
load_sequence graphics\DSTRUCT\DHOME- 844
It's a couple of modified houses from the original game. They are 8 in total. DHOME-01 to DHOME-08. I can see and place them in WinDinkEdit. When I test my DMOD in debug mode it says ..\dink\graphics\DSTRUCT\DHOME not found. It seems that it refers to the original dink folder. What else should I add to the .ini file?
load_sequence graphics\DSTRUCT\DHOME- 844
It's a couple of modified houses from the original game. They are 8 in total. DHOME-01 to DHOME-08. I can see and place them in WinDinkEdit. When I test my DMOD in debug mode it says ..\dink\graphics\DSTRUCT\DHOME not found. It seems that it refers to the original dink folder. What else should I add to the .ini file?
You could try "load_sequence_now"... Might solve the problem, but I'm not sure. Also, if the original game refers to a folder with the same name it might be a problem as well, if so, change the folders and sequences names.








