Disable HEV Suit "message" Created 15 years ago2009-04-14 16:44:36 UTC by pwseo pwseo

Created 15 years ago2009-04-14 16:44:36 UTC by pwseo pwseo

Posted 15 years ago2009-04-14 16:44:36 UTC Post #265532
Hi there,

I was wondering if it is at all possible to prevent the message that says "Welcome to the H.E.V. mark IV protective system for use in
hazardous..." when the player picks up the suit.
I wanted to make a map where the player starts with the suit and I wanted to give the idea that the suit came from before (you already put it on somewhere in the past, though that same past is not part of the game lol). So, I would need the suit to shut up :D

Can anyone help me? :)
Posted 15 years ago2009-04-14 16:48:21 UTC Post #265533
You can use Spirit to disable that, or make a minimod that makes the HEV startup sentence use the 'comma' sound.
Notewell NotewellGIASFELFEBREHBER
Posted 15 years ago2009-04-14 16:50:20 UTC Post #265534
With Spirit, you can set the player to start with the suit under the map properties. You won't hear the welcome message if you do this.

Otherwise, you can do is replace the sound with a blank wav and check the "short logon" flag for the entity. The sound to replace will be "sound/fvox/hev_logon.wav"

Edit: Or modify sentences.txt, as Jeffmod suggested.

Either way, you will have to make a minimod out of your map if you want a silent login.
Posted 15 years ago2009-04-14 16:55:06 UTC Post #265535
@JeffMOD:

HEV_AAx fvox/bell, HEV_logon, powerarmor_on, atmospherics_on,vitalsigns_on, automedic_on, weaponselect_on, munitionview_on, communications_on, safe_day
HEV_A0 fvox/bell, HEV_logon

HEV_A1 fvox/blip blip(p130) powermove_on
HEV_A2 fvox/blip blip powerarmor_on
HEV_A3 fvox/blip blip(p130) atmospherics_on
HEV_A4 fvox/blip blip vitalsigns_on boop, boop, boop
HEV_A5 fvox/blip blip(p130) munitionview_on
HEV_A6 fvox/blip blip communications_on
HEV_A7 fvox/blip blip(p70) weaponselect_on
HEV_A8 fvox/blip blip(p70) automedic_on
HEV_A9 fvox/fuzz power_level_is onehundred percent
HEV_A10 fvox/safe_day, bell

What shall I do here? Should I comment these lines altogether?
Posted 15 years ago2009-04-14 17:37:40 UTC Post #265536
Change
HEV_AAx fvox/bell, HEV_logon, powerarmor_on, atmospherics_on,vitalsigns_on, automedic_on, weaponselect_on, munitionview_on, communications_on, safe_day
HEV_A0 fvox/bell, HEV_logon
To look like this:
HEV_AAx scientist/_comma
HEV_A0 scientist/_comma
Unless I spelled scientist wrong, it should make the suit silent.
Notewell NotewellGIASFELFEBREHBER
You must be logged in to post a response.