Hey devs,
In our mod Stormworld we have a lot of files - approximately 117 MB of files extracted. Of these, 65 MB are graphics files.
I'm wondering if I have another 30 MB of graphical files that are in the /Gfx/ folder (.dds, .png, .hkb files) but are not linked up with any XML, will these files still get read into memory by the game?
I understand that they are added to the asset manager the game uses, but I am wondering if that is just the file name and location, or if the whole 30mb will be read into memory?