Page 1 of 1

Texture missing error! :(

Posted: 2018-05-06 20:34
by THE_PR_FAN
so i made a custom map for vBF2 and while debugging the crash, i got this error

whats this exactly and how do i fix this!! :(

https://imgur.com/tfl2AXR

Re: Texture missing error! :(

Posted: 2018-05-06 23:29
by Arab
It means one of the vehicles/stationary weapons loaded in GameplayObjects.con can't find the icon in the mod folder to load.
The only way to fix this is to load all the ObjectTemplate.setObjectTemplate objects' .tweak from the GPO into Notepad++ and search for the texture path inside objects_server.zip to replace it with an existing icon.

The placeholder icon might be missing the extension in the path also. The debugger log might show the vehicle that has the missing icon at the bottom usually.