Progress on Xmas-theme medkits.
I've got a yule log (the dessert thing) as a medium medkit.
[t]http://i.imgur.com/pJyDDq8.png[/t]
[url]http://imgur.com/a/n1wJV[/url]
[QUOTE=psyke;43033765]I'd be up for working on this with someone.[/QUOTE]
awesome!
[QUOTE=Filipianosol;43027692]Is it not possible to not disable punctuation marks such as brackets and dots and still get rid of ASCII spam that uses them?
[IMG]http://i.imgur.com/KysAs5o.png[/IMG][/QUOTE]
Yeah, I've been considering ways of doing this. I did the easy thing first.
[editline]1st December 2013[/editline]
[QUOTE=gigazelle;43027799]They could just have a flag that filters for a certain number of ascii characters, including semicolons, periods, and ░ ▒ ▓. Once the post reaches a threshold of these characters, then it's classified as ascii spam.[/QUOTE]
That's exactly what it does. :v:
[QUOTE=A B.A. Survivor;43033814]Progress on Xmas-theme medkits.
I've got a yule log (the dessert thing) as a medium medkit.
[t]http://i.imgur.com/pJyDDq8.png[/t]
[url]http://imgur.com/a/n1wJV[/url][/QUOTE]
Why is the log blue inside?
[QUOTE=TrevorTheJedi;43033902]Why is the log blue inside?[/QUOTE]
Because all the health kits have blue in them. The plastic of each container.
[t]http://i.imgur.com/VRyTNIG.jpg[/t]
Started work on a Pyro masquerade mask, just laying down basic ideas at the moment. Should I add more feathers? And/or nix the beak?
Also, is it OK with Valve to use the class's mesh for things like form-fitting masks and gloves?
[QUOTE=NuggetWarmer;43033979][IMG]http://puu.sh/5ywuU/099c860d92.jpg[/IMG]
omg goats[/QUOTE]
wonder if Valve will start making christmas holiday restrictions, or just let christmas ghosts exist all year round?
look at me ma i'm learning how to make basic shapes
[t]http://puu.sh/5yAZG.png[/t]
[QUOTE=Punchy;43034133]look at me ma i'm learning how to make basic shapes
[t]http://puu.sh/5yAZG.png[/t][/QUOTE]
one of my friends is also starting to learn how to do 3d modeling
best part is he's one of my roommates, so we can just become a two-man powerhouse for various things like making all these games we want to make
[QUOTE=Void Skull;43034155]one of my friends is also starting to learn how to do 3d modeling
best part is he's one of my roommates, so we can just become a two-man powerhouse for various things like making all these games we want to make[/QUOTE]
Your name will be Roomy Studios
I'm fixing Reb's Maskless Spy model in Blender and I've been able to compile it successfully, but for some reason his disguise masks only show the Spy, no matter what other class he disguises as.
I've done the $cdmaterials in the QC an identical copy and everything, but it still doesn't go. Help?
[url=http://i.imgur.com/rsUCNmK.jpg]Example of what I mean[/url]
[IMG]https://dl.dropboxusercontent.com/u/65113316/screenies/baconface.jpg[/IMG]
Sir baconface RETURNS
Seriously though, why does this happen every time the Soldier model is recompiled without ANY changes?
[QUOTE=NoaJM;43034508]-QC-[/QUOTE]
While Crowbar certainly is better at QCs than that piece of crap mdldecompiler, it still isn't perfect. Use this:
[CODE]$texturegroup spy_skins
{
{ spy_red spy_head_red eyeball_l eyeball_r mask_spy }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_spy }
{ spy_red_invun spy_head_red_invun eyeball_invun eyeball_invun ../../effects/invulnfx_red }
{ spy_blue_invun spy_head_blue_invun eyeball_invun eyeball_invun ../../effects/invulnfx_blue }
{ spy_red spy_head_red eyeball_l eyeball_r mask_scout }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_scout }
{ spy_red spy_head_red eyeball_l eyeball_r mask_sniper }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_sniper }
{ spy_red spy_head_red eyeball_l eyeball_r mask_soldier }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_soldier }
{ spy_red spy_head_red eyeball_l eyeball_r mask_demo }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_demo }
{ spy_red spy_head_red eyeball_l eyeball_r mask_medic }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_medic }
{ spy_red spy_head_red eyeball_l eyeball_r mask_heavy }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_heavy }
{ spy_red spy_head_red eyeball_l eyeball_r mask_pyro }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_pyro }
{ spy_red spy_head_red eyeball_l eyeball_r mask_spy }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_spy }
{ spy_red spy_head_red eyeball_l eyeball_r mask_engi }
{ spy_blue spy_head_blue eyeball_l eyeball_r mask_engi }
{ spy_red_zombie_alphatest spy_head_red_zombie_alphatest eyeball_zombie eyeball_zombie mask_spy }
{ spy_blue_zombie_alphatest spy_head_blue_zombie_alphatest eyeball_zombie eyeball_zombie mask_spy }
{ spy_red_zombie_invun spy_head_red_zombie_invun eyeball_invun eyeball_invun ../../effects/invulnfx_red }
{ spy_blue_zombie_invun spy_head_blue_zombie_invun eyeball_invun eyeball_invun ../../effects/invulnfx_blue }
}[/CODE]
(change the material names accordingly)
[QUOTE=Vincentor;43034575]Seriously though, why does this happen every time the Soldier model is recompiled without ANY changes?[/QUOTE]
It's Valve's fault, they turned on a Clamp in his head texture. Open the VTF and uncheck it.
[QUOTE=Vincentor;43034575][IMG]https://dl.dropboxusercontent.com/u/65113316/screenies/baconface.jpg[/IMG]
Sir baconface RETURNS
Seriously though, why does this happen every time the Soldier model is recompiled without ANY changes?[/QUOTE]
UVs are shifted down when decompiled. They still line up with everything but some textures have "Clamp S/T" enabled. I'm talking out of my ass by this point so what those settings do might not be this. What that does is instead of making the texture loop constantly it just stretches the edges. So if anything is out in some weird spot it'll create that.
[QUOTE=SergerantJoe;43034595]While Crowbar certainly is better at QCs than that piece of crap mdldecompiler, it still isn't perfect. Use this[/QUOTE]
Worked perfectly, thanks man! I love you.
[t]http://cloud-2.steampowered.com/ugc/902140326856847191/09D08DD5A455D3F8296D3328931DCFBE2BC4FC58/[/t]
[t]http://cloud-4.steampowered.com/ugc/902140326856928143/A843684FA897FD44964162FAB763A16022DDDC29/[/t]
You can kill me now.
Can a shape have facial flexes and jigglebones at the same time?
Annnnnd here, hot off the press.
[url=http://filesmelt.com/dl/MasklessSpy2014.rar][img]http://i.imgur.com/an2lOfT.png[/img]
[/url]
Special thanks to the Serge for helping me with my mask problem.
So I asked about the stretched neck thing on GB, and it appears that "the head is not in the right vertexgroup here".
What does that mean?
Should i make these items a mod? if yes what items do you want them to replace
[t]http://puu.sh/5yJ4h.jpg[/t]
[QUOTE=psyke;43033765]I'd be up for working on this with someone.[/QUOTE]
Got a modler yet?
A SFM render I made for an upcoming Sniper misc.
[t]http://i.imgur.com/69PKpGa.jpg[/t]
Not sure when it will go on the Workshop, though.
[QUOTE=davidrb18;43034806][t]http://cloud-2.steampowered.com/ugc/902140326856847191/09D08DD5A455D3F8296D3328931DCFBE2BC4FC58/[/t]
[t]http://cloud-4.steampowered.com/ugc/902140326856928143/A843684FA897FD44964162FAB763A16022DDDC29/[/t]
You can kill me now.[/QUOTE]
if only the pan was strange :v:
So, any takers for this?
[img]http://i.cubeupload.com/xvuiNg.png[/img]
Hey guys been a while since my last submission... Lots of stuff went on in my life.
Anyways I just thought I would post my newest WIP workshop item: The Aero-neer Jacket!
I wanted a jacket that went with the Barnstormer leather helmet for the engineer.
[IMG]http://i.imgur.com/v3cFxl6.png[/IMG]
[IMG]http://i.imgur.com/uH9HrvR.png[/IMG]
[IMG]http://i.imgur.com/cApu3CU.png[/IMG]
I still have a bunch of light texture work to do, and do a Blu themed pinup for the Blu jacket texture... I also need to rig this thing and maybe make a higher LOD version of the item just for shits and giggles.
So what do ya guys think? Do you think it's something that might make it this winter or am I covering up the colors too much/ obscuring the silhouette/ having something too offensive on the texture(boobs) ect...
[QUOTE=Flubbman;43035611][IMG]http://i.imgur.com/XIaSDCS.png[/IMG]
coming soonish[/QUOTE]
Keep fixing these buttons in mind then, they don't make sense now :v:
Sorry, you need to Log In to post a reply to this thread.