Please or Register to create posts and topics.

How make Cave Johnson SHUT UP?!

Page 1 of 3Next

So I uploaded some of my maps into the workshop, only to find out that in there does cave start rambling at the beginning of every custom map as well.

How do I turn him OFF

Just when I think I understand the system, it changes on me.

Set the 'disable_pti_audio' instance variable in the global_pti_ents instance to 1. This disables the relay which triggers this.

My stuff:
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]

Alternatively, you can create another instance as a copy of the global pti ents that does not even give the option to play the lines. That way, you will not ever have issues with it.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!
CamBen wrote:
Alternatively, you can create another instance as a copy of the global pti ents that does not even give the option to play the lines. That way, you will not ever have issues with it.

You could do this; but don't overwrite the original instance, provided by default, give it a different name :D

couldn't I just paste in the contents and delete the output?

Just when I think I understand the system, it changes on me.

Can't you just set a simple parm to 1? There's no need to copy the instance.

yishbarr wrote:
Can't you just set a simple parm to 1? There's no need to copy the instance.

It takes about 2 seconds to make a new instance, and gives you one less thing to worry about each time you make a map. I see no downsides.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!

okey this is what i got, I hope this is right because I don't get the audio anymore now that i heard them all

func_instance
$disable_pti_audio - ???
VMF - instances/p2editor/global_pti_ents.vmf
replace - $disable_pti_audio

Just when I think I understand the system, it changes on me.

If you set that to 1, that's what makes it stop.

that was a vague response

Just when I think I understand the system, it changes on me.
Page 1 of 3Next