samp mapping with custom texture - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: samp mapping with custom texture (
/showthread.php?tid=659824)
samp mapping with custom texture -
Zeus666 - 17.10.2018
I want to texture a wall with my custom dff and txd
What should I add at artconfig
also what I should at mapping part?
thanks
I added
PHP код:
AddSimpleModel(-1, 3593, -1000, "copcarla.dff", "copcarla.txd");
3593 = la_fuckcar
I want to add custom vehicle as la_fuckar.
Re: samp mapping with custom texture -
v1k1nG - 17.10.2018
As far as I know you cannot add vehicle models yet! Sorry
Re: samp mapping with custom texture -
Zeus666 - 17.10.2018
Quote:
Originally Posted by v1k1nG
As far as I know you cannot add vehicle models yet! Sorry
|
I want to add only the skin of vehicle, without entering on it and to replace it with objects
Re: samp mapping with custom texture -
v1k1nG - 17.10.2018
Okay, maybe editing a pedestrian txd and dff model to something car-like could work.
Re: samp mapping with custom texture -
Zeus666 - 17.10.2018
Quote:
Originally Posted by v1k1nG
Okay, maybe editing a pedestrian txd and dff model to something car-like could work.
|
How to do this?
Re: samp mapping with custom texture -
v1k1nG - 17.10.2018
Never did that, but I guess:
Create a .dff file with a 3D rendering software, and then create a .txd file too.
Tell the server which artwork will be loaded via server.cfg.
Play
Re: samp mapping with custom texture -
Zeus666 - 17.10.2018
Well can't I just add vehicle txd dff and use it as "wall" texture? Because I don't know how to create vehicle textures
Re: samp mapping with custom texture -
v1k1nG - 17.10.2018
Quote:
Originally Posted by Zeus666
Well can't I just add vehicle txd dff and use it as "wall" texture? Because I don't know how to create vehicle textures
|
I don't really know.
Backup your files, give it a try.