Create custom item decals: Difference between revisions

From SigMod
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This guide tells how to create decals for use in items like The Conscientious Objector
This guide will explain how to create custom decals for items like the Conscientious Objector.  These decals can also be used on vanilla servers 
[[File:Signs2.png|thumb|Example use of the item decal]]
[[File:Signs2.png|thumb|Example use of the item decal]]
#Prepare 128x128 PNG images you want to use for the decals
 
==How To Use==
#Prepare a 128x128 PNG images you want to use for the decals
#Create a new TF2 Guide with this link (do not publish it): https://steamcommunity.com/sharedfiles/editguide/?appid=440
#Create a new TF2 Guide with this link (do not publish it): https://steamcommunity.com/sharedfiles/editguide/?appid=440
#Put one of your decal images as a thumbnail, type whatever you want in text boxes (they are not published anyway)
#Put one of your decal images as a thumbnail, type whatever you want in text boxes (they are not published anyway)
#In the next step, put additional decal images, if any.
#In the next step, put additional decal images, if any.
#Right click the uploaded images and copy the image URL.
#Right click the uploaded images and copy the image URL.
#Visit https://testing.potatomvm.tf/generateattr.html
#Visit https://testing.potato.tf/generateattr.html
#Paste the image URL and copy the result into the TFBot of choice
#Paste the image URL and copy the result into your TFBot of choice
 
[[Category:Tutorials]]
=== Extra step to use the attributes in vanilla mvm (cosmetics only) ===
Equip the item with this command on testing servers, replacing the numbers with your own attribute numbers:
sig_makeitem @me "The Conscientious Objector" "custom texture lo" "x05ECED38" "custom texture hi" "x17A1F0CA"
. Then execute another command:
sig_listitemattr @me
From console, copy values marked in red, without parentheses, and use those as attribute value for custom texture lo and custom texture hi respectively
[[File:Command to get attributes.png|left|thumb]]

Latest revision as of 12:47, 29 December 2022

This guide will explain how to create custom decals for items like the Conscientious Objector. These decals can also be used on vanilla servers

Example use of the item decal

How To Use[edit | edit source]

  1. Prepare a 128x128 PNG images you want to use for the decals
  2. Create a new TF2 Guide with this link (do not publish it): https://steamcommunity.com/sharedfiles/editguide/?appid=440
  3. Put one of your decal images as a thumbnail, type whatever you want in text boxes (they are not published anyway)
  4. In the next step, put additional decal images, if any.
  5. Right click the uploaded images and copy the image URL.
  6. Visit https://testing.potato.tf/generateattr.html
  7. Paste the image URL and copy the result into your TFBot of choice