Page 8 of 14

Re: Post here your problems/questions with hammer. Post & Re

Posted: Wed Jan 30, 2013 7:46 pm
by MaestraFénix
It would be possible to set in Hammer the bodygroup of a model?

Re: Post here your problems/questions with hammer. Post & Re

Posted: Sat Feb 23, 2013 5:02 am
by Umbrae
If you are talking about physics, static and dynamic I don't think it is in the default features. I come to this conclusion by the fact that car models have specific models for physics and static/dynamic, meaning models are either one or the other. Unless it was added with Obsidian Conflict content, my best guess is it wouldn't be.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Sat Feb 23, 2013 10:32 am
by MaestraFénix
Umbrae wrote:If you are talking about physics, static and dynamic I don't think it is in the default features. I come to this conclusion by the fact that car models have specific models for physics and static/dynamic, meaning models are either one or the other. Unless it was added with Obsidian Conflict content, my best guess is it wouldn't be.
I knew it D:

Also, someone knows if is possible to colour the skin of a model from Hammer on OC, like you can do with the cars in L4D/L4D2?

Re: Post here your problems/questions with hammer. Post & Re

Posted: Sun Feb 24, 2013 1:12 pm
by Shana
Maestro Fénix wrote:It would be possible to set in Hammer the bodygroup of a model?
You can with the "SetBodygroup" input, there may be a keyvalue too. Works on all dynamic and physics props.
Maestro Fénix wrote:
Umbrae wrote:If you are talking about physics, static and dynamic I don't think it is in the default features. I come to this conclusion by the fact that car models have specific models for physics and static/dynamic, meaning models are either one or the other. Unless it was added with Obsidian Conflict content, my best guess is it wouldn't be.
I knew it D:

Also, someone knows if is possible to colour the skin of a model from Hammer on OC, like you can do with the cars in L4D/L4D2?
You can only color the whole model currently, and it only works for dynamic entities (props, NPCs etc).
It will probably be possible in the future though.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Sun Feb 24, 2013 7:54 pm
by MaestraFénix
W0rf0x wrote:You can with the "SetBodygroup" input, there may be a keyvalue too. Works on all dynamic and physics props.
I completely forgot that input. Thanks.
W0rf0x wrote:You can only color the whole model currently, and it only works for dynamic entities (props, NPCs etc).
It will probably be possible in the future though.
I don´t understand at all how it works in L4D/L4D2. On the rest of "engine branchs" it colours the entire model, but there, it colours only a part of it. I bet that is a keyvalue on their VMTs, something like the "player picked" color on HL:S and Gmod.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Mon Feb 25, 2013 5:00 pm
by Gary
I believe ASW has the color option thing. We could probably rip it from there if we wanted it in OC.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Mon Feb 25, 2013 10:38 pm
by Umbrae
W0rf0x wrote:
Maestro Fénix wrote:It would be possible to set in Hammer the bodygroup of a model?
You can with the "SetBodygroup" input, there may be a keyvalue too. Works on all dynamic and physics props.
Maestro Fénix wrote:
Umbrae wrote:If you are talking about physics, static and dynamic I don't think it is in the default features. I come to this conclusion by the fact that car models have specific models for physics and static/dynamic, meaning models are either one or the other. Unless it was added with Obsidian Conflict content, my best guess is it wouldn't be.
I knew it D:

Also, someone knows if is possible to colour the skin of a model from Hammer on OC, like you can do with the cars in L4D/L4D2?
You can only color the whole model currently, and it only works for dynamic entities (props, NPCs etc).
It will probably be possible in the future though.
Oh wow, learn something new everyday.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Tue Feb 26, 2013 8:59 pm
by Umbrae
Does anyone know/ have a list of textures that when used with create geometry, will grow 3D grass? I know a few of them like blendgrassgravel, but I think there are quite a few more, and don't know of any others.

Thanks.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Tue Feb 26, 2013 11:23 pm
by MaestraFénix
Umbrae wrote:Does anyone know/ have a list of textures that when used with create geometry, will grow 3D grass? I know a few of them like blendgrassgravel, but I think there are quite a few more, and don't know of any others.

Thanks.
Is small, but is something https://developer.valvesoftware.com/wik ... tail_types

Re: Post here your problems/questions with hammer. Post & Re

Posted: Thu Mar 07, 2013 8:32 pm
by SANICADVENTURE2
Hi! I hope someone can help me with this little problem I have.

It's about a trigger_push that's not working. I don't know what I'm doing wrong.

Here's a screenshot about what what I've done.

Image

Thanks for your help!

Re: Post here your problems/questions with hammer. Post & Re

Posted: Thu Mar 07, 2013 10:59 pm
by Shana
Set the proper flags as to what to affect? If that doesn't work, try a bigger push force.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Fri Mar 08, 2013 12:10 am
by MaestraFénix
Raise the push force. The player will start moving from 250. Check the flags too.

Re: Post here your problems/questions with hammer. Post & Re

Posted: Fri Mar 08, 2013 5:15 pm
by SANICADVENTURE2
W0rf0x wrote:Set the proper flags as to what to affect? If that doesn't work, try a bigger push force.
Maestro Fénix wrote:Raise the push force. The player will start moving from 250. Check the flags too.
Thank you both :!:

:thumbup:

I activated the flag "Everything" and raised the push force to 500 and now the trigger_push works perfect!

Re: Post here your problems/questions with hammer. Post & Re

Posted: Sun Mar 10, 2013 2:14 pm
by MaestraFénix
We have any entity which triggers an output depending on the skill level (for example, another player joins and the skill level goes to 3, then, idk, make spawn a npc, or a player leaves and the skill goes to 1, then, make something).?

Re: Post here your problems/questions with hammer. Post & Re

Posted: Mon Mar 11, 2013 2:00 am
by Gary
You can count the amount of players: http://wiki.obsidianconflict.net/?title ... yer_branch

Just use that to set up difficult levels.