SA-MP Forums Archive
How to create .txd and .dff - 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: How to create .txd and .dff (/showthread.php?tid=651134)



How to create .txd and .dff - Libbyphay - 14.03.2018

I'm using SAMP 0.3 DL and I need to create beautiful images in my server.
Sorry, i bad english


Re: How to create .txd and .dff - Lokii - 14.03.2018

look for tutorials:

3dsmax or blender

txdworkshop


Re: How to create .txd and .dff - PepsiCola23 - 14.03.2018

take a look here
http://forum.sa-mp.com/forumdisplay.php?f=90


Re: How to create .txd and .dff - Libbyphay - 14.03.2018

I created .txd from txdworkshop but I have to do to create .dff


Re: How to create .txd and .dff - NaS - 14.03.2018

Quote:
Originally Posted by Libbyphay
Посмотреть сообщение
I created .txd from txdworkshop but I have to do to create .dff
I'm assuming you only want the texture as TextDraw and not the actual model placed ingame?

If so, you don't need a model that actually uses the Texture. You can use any (valid) dff you can think of (preferably an empty one as it's as small as possible).
It also doesn't have to include a SAMP Collision as it will never actually be loaded.

If you have IMG Tool you can check SAMP.img for "NoModelFile.dff" and extract it. It's an extremely small model you could use to load your TXD.


Otherwise learn a bit about Blender, you could literally export the default model that's loaded on start-up as DFF using the DFF exporter.