Jump to content

? servers

? players online

[map]Making func_button passable?

Recommended Posts


  • Content Count:  132
  • Joined:  01/15/11
  • Status:  Offline

Hello everyone, does anyone know how to make a func_button passable? Because i am making secret weapons on my map and you need a func_button to do it but when they pickup the weapon, the weapon follows them, but when u go through people, it just blocks them? Is there another way to make it so when you press E this happens and its passable? Or is there a way to make a func_button passable?

thanks,

gamemann_royhalladay

Link to comment

  • Content Count:  3697
  • Joined:  01/07/09
  • Status:  Offline

I've only found one way to do it and I GUESS I'll share it with you lol.

 

Func_buttons don't have an option to be passable, func_movelinears, brushes, physboxes, and doors all lose their ability to "use" when they become non-solid to world.

 

The only way I've found, is to texture your func_button with npc_clip and it should work. It won't clip them because it's set up to only clip npc's not players, but it will still be registered by "use".

 

Hope this helps.

  • Like 1
Link to comment

  • Content Count:  8756
  • Joined:  07/27/09
  • Status:  Offline

I've only found one way to do it and I GUESS I'll share it with you lol.

 

Func_buttons don't have an option to be passable, func_movelinears, brushes, physboxes, and doors all lose their ability to "use" when they become non-solid to world.

 

The only way I've found, is to texture your func_button with npc_clip and it should work. It won't clip them because it's set up to only clip npc's not players, but it will still be registered by "use".

 

Hope this helps.

 

That's genius! How did you figure that out? :p

Link to comment

  • Content Count:  132
  • Joined:  01/15/11
  • Status:  Offline

I've only found one way to do it and I GUESS I'll share it with you lol.

 

Func_buttons don't have an option to be passable, func_movelinears, brushes, physboxes, and doors all lose their ability to "use" when they become non-solid to world.

 

The only way I've found, is to texture your func_button with npc_clip and it should work. It won't clip them because it's set up to only clip npc's not players, but it will still be registered by "use".

 

Hope this helps.

thanks :)

Link to comment

Reply to Thread

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...