[Archive] Game can't find texture ( solved )
[Archive] Game can't find texture ( solved )
![[Image: 4aWjUzM.png]](http://i.imgur.com/4aWjUzM.png)
Archived author: XodusArt2 • Posted: 2016-12-01T11:46:20+00:00
Original source
So, I'm trying to hardcode a texture to my custom made hood model, but even if I get the texture location perfect, it still doesn't work (green model ingame).
Here's; the M2 my game is using at the moment, in 010, here you can see the texture location, etc.
Here's; my patch folder.
![[Image: 4aWjUzM.png]](http://i.imgur.com/4aWjUzM.png)
And here's ingame;
![[Image: CsrEyCL.png]](http://i.imgur.com/CsrEyCL.png)
Archived author: XodusArt2 • Posted: 2016-12-01T11:50:35+00:00
Original source
Also, I tried actually selecting the hardcoded mode, didn't work, same results ingame.
I just need help with the textures, I know how to fix the geometry issue.
Archived author: Amaroth • Posted: 2016-12-01T12:44:24+00:00
Original source
As always, if you manage to solve something on your own, please, let others know what your solution was. It may be helpful for others having similiar issues.
Archived author: XodusArt2 • Posted: 2016-12-01T12:46:49+00:00
Original source
I simply had my folder filepath in the texture location.
Like uh: "C:/Thisfolder/Item/ObjectComponents/Head/Helm23.blp"
When it just needs to be Item/ObjectComponents/Head/Helm23.blp
Pretty simple stuff that I'm embarassed I messed up, but eh. I'm just returning to this after a years break.