Problem with textures - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (
https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (
https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: Problem with textures (
/showthread.php?tid=646481)
Problem with textures -
Antenastyle - 17.12.2017
Alright, I've made a football ball and in Blender I see it fine, but when I load it into my server, it shows without textures...
In Blender
https://gyazo.com/b239372e47df0e7550...704e1183a8da3d
In game
https://gyazo.com/f1c9eceb89b4e273a2b38f25e309492b
The textures are uploaded fine into the .txd, and in kdff gui it seems with texture
https://gyazo.com/84620311441a3d5d8e60e61ebac7427e
Re: Problem with textures -
RIDE2DAY - 17.12.2017
Did you set the material's name in Blender according to the .txd name? What size are you using for the texture?
Re: Problem with textures -
chneubeul - 17.12.2017
Hello,
i'm working on a skin array system, and i have the same problem with my system that doesn't load the texture. And some skin are loading all time.. the custom model are not so stable..
Re: Problem with textures -
Antenastyle - 17.12.2017
Quote:
Originally Posted by RIDE2DAY
Did you set the material's name in Blender according to the .txd name? What size are you using for the texture?
|
Yeah, it's the same name
Re: Problem with textures -
dugi - 17.12.2017
You need to provide more info, post your .txd and .dff files.
Re: Problem with textures -
chneubeul - 17.12.2017
between these 2 load of the dinosaur i just tested an other skin..
So maybe the problem isn't due to the object.
EDIT : I have found my issue, was due to the OnPlayerRequestDownload script from the original FS in the sa:mp librarie. Check if you have it, remove it and test again
Re: Problem with textures -
Antenastyle - 17.12.2017
Quote:
Originally Posted by dugi
You need to provide more info, post your .txd and .dff files.
|
You have the txd and dff files below, also the .blend file.
dff txd blend.rar
Quote:
Originally Posted by chneubeul
So maybe the problem isn't due to the object.
EDIT : I have found my issue, was due to the OnPlayerRequestDownload script from the original FS in the sa:mp librarie. Check if you have it, remove it and test again 
|
I don't know what's that, I haven't used the default FS/GM of the sa:mp
Re: Problem with textures -
ATomas - 17.12.2017
Make sure server_log.txt does not have that:
"[artwork:error] Bad file: texture.txd"
ATomas -
Antenastyle - 19.12.2017
Quote:
Originally Posted by ATomas
Make sure server_log.txt does not have that:
"[artwork:error] Bad file: texture.txd"
|
Nope, it is loaded right
Someone?
Any help?