SA-MP Forums Archive
Creating a .txd - 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: Creating a .txd (/showthread.php?tid=423271)



Creating a .txd - gabyk - 17.03.2013

Hi.. i have a big problem with my .txd file...
Hm... two problems..

1. The textdraw doesn't show.
2. The textdraw is full black.

If i put other image from models/txd this work.. but...
My question is: How i can make a good .txd with full quality and work ?
And what program, with TXD Workshop ?


Re: Creating a .txd - park4bmx - 17.03.2013

Good quality, it all depends on the resulution of the .txd
As it will be re stretched later on in game and if someone has a large resulution and ur text draw doesn't have e enough pixels to re stretch properly(if u see what I mean)


Re: Creating a .txd - gabyk - 17.03.2013

So wtf... look:

pawn Код:
AE_LOGO = TextDrawCreate (  200.0,    220.0,    "ae:logo"                   );
    TextDrawFont             (  AE_LOGO,  4                                     );
    TextDrawColor            (  AE_LOGO,  0xFFFFFFFF                            );
    TextDrawUseBox           (  AE_LOGO,  1                                     );
    TextDrawTextSize         (  AE_LOGO,  200.0,    200.0                       );
And a image.. :



And my txd:




Re: Creating a .txd - park4bmx - 17.03.2013

Did u replace an existing layer or added a new 1 ?
edit don't u have to use it as a sprite ?


Re: Creating a .txd - gabyk - 17.03.2013

I made a new TXD
What is a sprite ?


Re: Creating a .txd - park4bmx - 17.03.2013

Sprites are images u can put on textdraws
https://sampforum.blast.hk/showthread.php?tid=291722

If this is a new one the samp wouldn't know the directory of the ae:logo
Best option replace one of the sprites and just apply it to a te draw and u should be good 2 go


Re: Creating a .txd - gabyk - 17.03.2013

Sprite Browser give me a error: Don't respond..


Re: Creating a .txd - gabyk - 18.03.2013

heya bump.


Re: Creating a .txd - park4bmx - 18.03.2013

U dont really need it, u can do it with the .txd editor
Also if its not responding there is no point saying it here as we didn't make the app, most likely a script prob.


Re: Creating a .txd - gabyk - 19.03.2013

park4bmx, i searched and i saw as i need image made in paint (convert) but my image is a render.. how to convert in paint as TXD Workshop don't give me error at compress ?