Difference between revisions of "Tutorials/Spraylogo"

From Sven Co-op
Jump to navigation Jump to search
(The303's spraylogo tutorial.)
 
m (Links.)
 
Line 32: Line 32:
 
Now since we have covered the basics we can proceed to image preparation and creation of your spraylogo:
 
Now since we have covered the basics we can proceed to image preparation and creation of your spraylogo:
  
# [[Simple color remap spray]]
+
# [[Tutorials/Simple color remap spray|Simple color remap spray]]
# [[Spray with no transparency using HLtagconverter]]
+
# [[Tutorials/Spray with no transparency using HLtagconverter|Spray with no transparency using HLtagconverter]]
# [[Spray with transparency using HLtagconverter]]
+
# [[Tutorials/Spray with transparency using HLtagconverter|Spray with transparency using HLtagconverter]]
# [[Higher resolution Sven Co-op spray using Wally]]
+
# [[Tutorials/Higher resolution Sven Co-op spray using Wally|Higher resolution Sven Co-op spray using Wally]]
# [[Fixed IndexAlpha spray]]
+
# [[Tutorials/Fixed IndexAlpha spray|Fixed IndexAlpha spray]]
  
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Latest revision as of 06:55, 28 January 2019

Spraylogos are images you can place on most surfaces multiplayer games, with the exception of models. Spraylogos in GoldSrc tend to vary in height and width depending on their dimensions. GoldSrc Spraylogos are 8-bit meaning that they are restricted to 256 colours with only 1 of which is available for transparency.

1 What will you need

2 The basics

Default GoldSrc spraylogos are selected in the multiplayers tab, but in making your own you do not use this selector. A custom spraylogo consists of a .WAD file called "tempdecal.wad" that is saved in your root game directory. Some common directories include

  • Counter-Strike
\Steam\steamapps\common\Half-Life\cstrike
  • Sven Co-op
\Steam\steamapps\common\Sven Co-op\svencoop
  • Day of Defeat
\Steam\steamapps\common\Half-Life\dod
  • Team Fortress Classic
\Steam\steamapps\common\Half-Life\tfc
  • Half-Life
\Steam\steamapps\common\Half-Life\valve
  • Death Match Classic
\Steam\steamapps\common\Half-Life\dmc
  • 3rd-paty mods
\Steam\steamapps\common\Half-Life\<Mod_name>

3 Resolutions

The resolutions of GoldSrc spraylogos are quite low, however their dimensions are more forgiving than in source engine. The available sizes in pixels are as follows:

Spraylogo size chart.png

Now since we have covered the basics we can proceed to image preparation and creation of your spraylogo:

  1. Simple color remap spray
  2. Spray with no transparency using HLtagconverter
  3. Spray with transparency using HLtagconverter
  4. Higher resolution Sven Co-op spray using Wally
  5. Fixed IndexAlpha spray