pixartist
Newbie
- Joined
- Jul 23, 2003
- Messages
- 1,009
- Reaction score
- 0
Tutorial: How to make a working spraypaint in 3 minutes
This is a tutorial how to make spraypaints with transparency! I made this because this: http://www.raiden.se/spraytut/ makes it more complicated as it could be(you DO NOT need alpha channels). I use Photoshop for this tutorial(german version).
LIMIT for spraypaints is 130kb. So I am always using 256x256 pixels.
Size of the image (height&width) has to be power of 2...
2^0 = 1
2^1 = 2
2^2 = 4
2^3 = 8
2^4 = 16
2^5 = 32
2^6 = 64
2^7 = 128
2^8 = 256
2^9 = 512
2^10 = 1024
now...lets start:
Create a new image, with a transparent background:
After that, paste your image ( if your image is too big, resize it before pasting it here of course!):
Now you can cut out what you do not want:
->
If you do not already have it, download tga2vtf:
http://www.pixartist.de/hl2/vtex.rar
Extract it anywhere but not into the css folder, because it wont work with an @ in the file adress (remember the email-adress in the steam folder)
Save your image to
???\vtex\hl2\materialsrc\sprays
with 32bit and uncompressed.
Now start tga2vtf.bat...
The spraypaint file will be in
???\vtex\hl2\materials\sprays
Copy the vmt and vtf file and paste them into
???\steamfolder\SteamApps\[email protected]\counter-strike source beta\cstrike\materials\VGUI\logos
Now run css, the spraypaint should be in the list and work online!
have fun
This is a tutorial how to make spraypaints with transparency! I made this because this: http://www.raiden.se/spraytut/ makes it more complicated as it could be(you DO NOT need alpha channels). I use Photoshop for this tutorial(german version).
LIMIT for spraypaints is 130kb. So I am always using 256x256 pixels.
Size of the image (height&width) has to be power of 2...
2^0 = 1
2^1 = 2
2^2 = 4
2^3 = 8
2^4 = 16
2^5 = 32
2^6 = 64
2^7 = 128
2^8 = 256
2^9 = 512
2^10 = 1024
now...lets start:
Create a new image, with a transparent background:
After that, paste your image ( if your image is too big, resize it before pasting it here of course!):
Now you can cut out what you do not want:
->
If you do not already have it, download tga2vtf:
http://www.pixartist.de/hl2/vtex.rar
Extract it anywhere but not into the css folder, because it wont work with an @ in the file adress (remember the email-adress in the steam folder)
Save your image to
???\vtex\hl2\materialsrc\sprays
with 32bit and uncompressed.
Now start tga2vtf.bat...
The spraypaint file will be in
???\vtex\hl2\materials\sprays
Copy the vmt and vtf file and paste them into
???\steamfolder\SteamApps\[email protected]\counter-strike source beta\cstrike\materials\VGUI\logos
Now run css, the spraypaint should be in the list and work online!
have fun