[QUOTE=light dasher;42144859]May I have that image?[/QUOTE]
Seconded.
And to honor one of the best cartoons:
[IMG]http://i.imgur.com/EbX3qje.jpg[/IMG]
Though I'm not sure whether I should make the background transparent or keep it solid white.
[QUOTE=light dasher;42144859]May I have that image? I know what I need for my decal now.
More Chie butt, getting kinda tired of my Pony decal sign.[/QUOTE]
I don't really like the rest of the image to be honest, the artist kinda did some stuff with it i don't like, i just like the Chie butt.
Because chie is best purse owner.
P.S. yukiko is a loser
[QUOTE=cpt. Jebski;42147371]I don't really like the rest of the image to be honest, the artist kinda did some stuff with it i don't like, i just like the Chie butt.
Because chie is best purse owner.
P.S. yukiko is a loser[/QUOTE]
But shipping Yukiko with Chie is the best way to go, best butts.
I'll do that now, I'll find a different image for my decal, I just need to get a hold of another decal tool.
[QUOTE=GabrielWB;42145413]Seconded.[/QUOTE]
upon further inspection I believe it's this [URL="http://i.imgur.com/XCyTsse.jpg"]image[/URL] (NSFW)
[QUOTE=light dasher;42149290]But shipping Yukiko with Chie is the best way to go, best butts.
I'll do that now, I'll find a different image for my decal, I just need to get a hold of another decal tool.
upon further inspection I believe it's this [URL="http://i.imgur.com/XCyTsse.jpg"]image[/URL] (NSFW)[/QUOTE]
Yukiko isn't bad, it was a joke, I just don't like what the guy did with them nipples. eugh
[T]http://i.imgur.com/Fdb2Rrn.png[/T]
This might've been done before, but I don't care.
Sorry to bump, but how do colors/removing painterly effect work at this moment?
[QUOTE=Talishmar;42284796]Sorry to bump, but how do colors/removing painterly effect work at this moment?[/QUOTE]
Same way as before, but after steam pipe you have to do this.
1- Create your overlay files and put them in this file structure: C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\custom\Scripts_Custom\scripts\items\custom_texture_blend_layers
2- make sure that your overlays are 128x128 pixels.
3- overlay file names are: flair_template_guide.png for flair and paper_overlay.png for objector.
4- put your real image on the overlay files and decal the same image inside TF2.
For Clan pride and photo badge.
1- Create your overlay files and put them in this file structure: C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\custom\Scripts_Custom\scripts\items\custom_texture_blend_layers
2- make sure that your overlays are 128x128 pixels.
3- overlay file names are: Clan_Pride_Overlay.png for Clan Pride and Photo_Badge_Overlay.png for Photo Badge.
4- Get an updated items_game.txt and modify it:
4A- Put items_game.txt in: C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\custom\Scripts_Custom\scripts\items
4B- Tell the game that Clan Pride and Photo Badge DOES use overlays pasting this codes over items_game.txt.
4C- Find the line for Clan Pride in "625". and paste the code above to be:
[QUOTE] "625"
{
"name" "Clan Pride"
"prefab" "base_misc"
"first_sale_date" "2011/09/15"
"item_class" "tf_wearable"
"craft_class" "hat"
"craft_material_type" "hat"
"capabilities"
{
"nameable" "1"
"can_gift_wrap" "1"
"can_craft_count" "1"
"can_customize_texture" "1"
"can_craft_if_purchased" "1"
}
"loadondemand" "1"
"show_in_armory" "1"
"item_type_name" "#TF_Wearable_Medallion"
"item_name" "#TF_StampableMedal"
"item_description" "#TF_StampableMedal_Desc"
"item_slot" "misc"
"equip_region" "medal"
"image_inventory" "backpack/player/items/all_class/stampable_medal"
"image_inventory_size_w" "128"
"image_inventory_size_h" "82"
"item_quality" "unique"
"min_ilevel" "20"
"max_ilevel" "20"
"drop_type" "none"
"mouse_pressed_sound" "ui/item_hat_pickup.wav"
"drop_sound" "ui/item_hat_pickup.wav"
"propername" "0"
"model_player" "models/player/items/all_class/stampable_medal.mdl"
"armory_desc" "can_customize_texture"
"used_by_classes"
{
"scout" "1"
"sniper" "1"
"soldier" "1"
"demoman" "1"
"medic" "1"
"heavy" "1"
"spy" "1"
"engineer" "1"
"pyro" "1"
}
"custom_texture_blend_steps"
{
"1"
{
"op" "normal"
"image" "scripts/items/custom_texture_blend_layers/Clan_pride_overlay.png"
}
}
}[/QUOTE]
4D- Find the line for Photo Badge in "623". and paste the code above to be:
[QUOTE] "623"
{
"name" "Photo Badge"
"prefab" "base_misc"
"first_sale_date" "2011/09/15"
"item_class" "tf_wearable"
"craft_class" "hat"
"craft_material_type" "hat"
"capabilities"
{
"nameable" "1"
"can_gift_wrap" "1"
"can_craft_count" "1"
"can_customize_texture" "1"
"can_craft_if_purchased" "1"
}
"loadondemand" "1"
"show_in_armory" "1"
"item_type_name" "#TF_Wearable_Badge"
"item_name" "#TF_PhotoBadge"
"item_description" "#TF_PhotoBadge_Desc"
"item_slot" "misc"
"equip_region" "medal"
"image_inventory" "backpack/player/items/all_class/photo_badge"
"image_inventory_size_w" "128"
"image_inventory_size_h" "82"
"item_quality" "unique"
"min_ilevel" "20"
"max_ilevel" "20"
"drop_type" "none"
"mouse_pressed_sound" "ui/item_hat_pickup.wav"
"drop_sound" "ui/item_hat_pickup.wav"
"propername" "0"
"model_player" "models/player/items/all_class/photo_badge.mdl"
"armory_desc" "can_customize_texture"
"used_by_classes"
{
"scout" "1"
"sniper" "1"
"soldier" "1"
"demoman" "1"
"medic" "1"
"heavy" "1"
"spy" "1"
"engineer" "1"
"pyro" "1"
}
"custom_texture_blend_steps"
{
"1"
{
"op" "normal"
"image" "scripts/items/custom_texture_blend_layers/Photo_Badge_Overlay.png"
}
}
}[/QUOTE]
5- Open notepad as an Administrator.
6- Go to: C:\Windows\System32\drivers\etc and select to be able to see all kinds of files, search for "hosts" and open it.
7- Paste this IPs to redirect data from steam to your own machine into "hosts"
[QUOTE]127.0.0.1 media.steampowered.com
::1 media.steampowered.com[/QUOTE]
8- Go to TF2 for the decal process, if you pasted your image into Clan_Pride_Overlay.png for Clan Pride and Photo_Badge_Overlay.png for Photo Badge, and selected the same image as decal you should see them as full color now, MAKE SURE that the Overlays are 128x128 pixels.
9- Go back to the C:\Windows\System32\drivers\etc and select to be able to see all kinds of files, search for "hosts" and open it and put a # in front to the IPs so you can "deactivate" the data from be redirected, why do that ? to avoid problems like not be able to see friends pictures and all kind of problems, so in the "hosts" file should be like:
For decal process to work with data being redirected:
[QUOTE]127.0.0.1 media.steampowered.com
::1 media.steampowered.com[/QUOTE]
For keeping your code save without working for latter use and steam data being NOT redirected:
[QUOTE]#127.0.0.1 media.steampowered.com
#::1 media.steampowered.com[/QUOTE]
10- Be the coolest kid with items like these:
[QUOTE][IMG]http://cloud-2.steampowered.com/ugc/615025248111091622/31B17533BE907F1C9766C09EBF11181924FC6890/[/IMG][/QUOTE]
11- Ps: don't be a dick and try to "sell" this method in trading sites for Earbills.
This is quite old, But I still love every single bit of it:
[t]http://i.imgur.com/BycmcbP.jpg[/t]
My bf gave me this the day after the "something special" was crated, And I think that I appreciate this more than real one.
since I didn't see anyone posting this, i made this for anyone who wanted it.
[T]http://i.imgur.com/bZQozur.png[/T]
and while i'm here, i did my own version of the no fun allowed sign.
[T]http://i.imgur.com/MMEx0Rs.png[/T]
it's not original, but it's Pinion
[thumb]http://cloud-2.steampowered.com/ugc/597016103917435470/97B6FF4C3EC69063A3E6147A7F0D98C1D8D5E78C/[/thumb]
Had these for a looong time. I need to get a decal tool and redo it now that there are people who know what the fuck they're doing to help me.
I made my own decal. I haven't even messed with this custom decal stuff in maybe two years, I'm surprised they _still_ won't just let people have full color decals, without resorting to using scripts and stuff. But that doesn't matter much with the icons I chose.
I always wanted to find stuff that looked like it actually belonged in TF2, because honestly I get a little annoyed when I see animu or pony stuff...but lets not get into that...so I decided to use the achievement icons. Really, they're perfect for this sort of thing! I don't know why I never thought of using them before.
Anyway, here's my flair decal
[IMG]http://i.imgur.com/fDfPh9a.png[/IMG]
In game
[IMG]http://i.imgur.com/X1DpGBo.jpg[/IMG]
[IMG]http://i.imgur.com/Ka6czJ9.png[/IMG]
I also forgot to mention that I have "ARIN WINS" bound to a key for whenever I kill someone
[t]http://puu.sh/2uuEZ[/t]
I posted this a while ago in the funny TF2 screenshots thread. I still use it.
[QUOTE=DrPyspy;42472087][img]http://puu.sh/4M6pF.png[/img]
In-Game:
[img]http://puu.sh/4M6ia.jpg[/img]
[img]http://puu.sh/4M6gh[/img]
[img]http://puu.sh/4M6sh.jpg[/img][/QUOTE]
They look like cookies.
[T]http://cloud-2.steampowered.com/ugc/541848736557334049/E364C9935936634470BFCA45436423F7A40B4A1F/[/T]
should I do this?
Didn't there used to be an exploit that got around the removal of painterly?
Don't knock Bestralium until you've tried it.
[img]https://dl.dropboxusercontent.com/s/b3bpuycadjqff77/bestraliumfryingpan.png[/img]
No need for schema hackery, just import the pic and select the appropiate palette and it'll look fine.
this is my decal
[IMG]http://i0.kym-cdn.com/photos/images/newsfeed/000/489/966/dc2.jpg[/IMG]
needs resizing first, couldn't find the cropped version
Well this thread is pretty dead, but still.
[img]http://i.imgur.com/q799fNo.jpg[/img]
Could anyone give me a hand? I need a colored decal, but none of the guides cover how to set it up through linux, and I'd be willing to pay a craft hat just to have someone make it for me.
Sorry for bringing this thread back, but does anyone have any clue how to load custom flairs and such in HLMV? Or does Steampipe no longer allow it?
This thread deserves a bump!
[IMG]http://i.imgur.com/fLWCmpz.jpg[/IMG]
[img]http://i.imgur.com/piDvpOe.png[/img]
cookie flair
gonna test it ingame real quick
[editline]butt[/editline]
looking good
[T]http://cloud-2.steampowered.com/ugc/776058630415065183/30F1BA08BD13DD3A52A549847F3B50B099C3E5EB/[/T]
I think I'll name it "The Steam Flail".
Also, when the heavy swings the sign, the entire thing clips straight through his head.
[T]http://cloud-3.steampowered.com/ugc/776058630415066111/447669402DD7374B825E6C0B79AD2A06813C6310/[/T]
[img]http://i.imgur.com/aBxd3Ph.png[/img]
[img]http://i.imgur.com/mv41NC6.png[/img]
looking good
Been running this for some time now
[t]http://cloud-3.steampowered.com/ugc/3264296809080980311/59E44FEBE1FFBB4D58015A09438267132E0E0CD6/[/t]
Got the decal from this thread
did i show this thread this co yet
[img]http://37.media.tumblr.com/45f8f74b68c386e54f483d530652e699/tumblr_n3s56kiAhB1tvfc4go1_400.jpg[/img]
i did now for damn sure
Sorry, you need to Log In to post a reply to this thread.