Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mememotes ♂Right Version♂ (feat. French Cheeks) #959

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 126 additions & 1 deletion modular_splurt/code/modules/mob/living/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@
/datum/emote/living/audio/taunt/alt
key = "tt2"
key_third_person = "taunts2"
emote_volume = 100
emote_sound = 'modular_splurt/sound/voice/orchestrahit.ogg'

/datum/emote/living/audio/weh2
Expand Down Expand Up @@ -1072,5 +1073,129 @@
emote_pitch_variance = FALSE

/datum/emote/living/audio/scream2/run_emote(mob/user, params)
emote_sound = pick('modular_splurt/sound/voice/cscream1.ogg', 'modular_splurt/sound/voice/cscream2.ogg', 'modular_splurt/sound/voice/cscream3.ogg', 'modular_splurt/sound/voice/cscream4.ogg', 'modular_splurt/sound/voice/cscream5.ogg', 'modular_splurt/sound/voice/cscream6.ogg', 'modular_splurt/sound/voice/cscream7.ogg', 'modular_splurt/sound/voice/cscream8.ogg', 'modular_splurt/sound/voice/cscream9.ogg', 'modular_splurt/sound/voice/cscream10.ogg', 'modular_splurt/sound/voice/cscream11.ogg')
emote_sound = pick('modular_splurt/sound/voice/cscream1.ogg', 'modular_splurt/sound/voice/cscream2.ogg', 'modular_splurt/sound/voice/cscream3.ogg', 'modular_splurt/sound/voice/cscream4.ogg', 'modular_splurt/sound/voice/cscream5.ogg', 'modular_splurt/sound/voice/cscream6.ogg', 'modular_splurt/sound/voice/cscream7.ogg', 'modular_splurt/sound/voice/cscream8.ogg', 'modular_splurt/sound/voice/cscream9.ogg', 'modular_splurt/sound/voice/cscream10.ogg', 'modular_splurt/sound/voice/cscream11.ogg', 'modular_splurt/sound/voice/cscream12.ogg')
. = ..()

// Here comes gachimuchi
/datum/emote/living/audio/scream3
key = "scream3"
key_third_person = "screams3"
message = "screams manly!"
message_mime = "acts out a rather manly scream!"
emote_sound = 'modular_splurt/sound/voice/gachi/scream1.ogg'
emote_cooldown = 4.64 SECONDS // Uses longest sound's time.

/datum/emote/living/audio/scream3/run_emote(mob/user, params)
emote_sound = pick('modular_splurt/sound/voice/gachi/scream1.ogg', 'modular_splurt/sound/voice/gachi/scream2.ogg', 'modular_splurt/sound/voice/gachi/scream3.ogg', 'modular_splurt/sound/voice/gachi/scream4.ogg')
. = ..()

/datum/emote/living/audio/moan2
key = "moan2"
key_third_person = "moans2"
message = "moans somewhat manly!"
message_mime = "acts out a rather manly moan!"
emote_sound = 'modular_splurt/sound/voice/gachi/moan1.ogg'
emote_cooldown = 2.7 SECONDS // Uses longest sound's time.

/datum/emote/living/audio/moan2/run_emote(mob/user, params)
emote_sound = pick('modular_splurt/sound/voice/gachi/moan1.ogg', 'modular_splurt/sound/voice/gachi/moan2.ogg', 'modular_splurt/sound/voice/gachi/moan3.ogg', 'modular_splurt/sound/voice/gachi/moan4.ogg')
. = ..()

/datum/emote/living/audio/woop
key = "woop"
key_third_person = "woops"
message = "woops!"
message_mime = "silently woops!"
emote_sound = 'modular_splurt/sound/voice/gachi/woop.ogg'
emote_volume = 35
emote_cooldown = 0.4 SECONDS

/datum/emote/living/audio/whatthehell/right
key = "wth2"
key_third_person = "wths2"
emote_sound = 'modular_splurt/sound/voice/gachi/wth2.ogg'
emote_volume = 100
emote_cooldown = 1.0 SECONDS

/datum/emote/living/audio/pardon
key = "sorry"
key_third_person = "sorrys"
message = "exclaims, \"Oh shit, I am sorry!\""
emote_sound = 'modular_splurt/sound/voice/gachi/sorry.ogg'
emote_cooldown = 1.3 SECONDS

/datum/emote/living/audio/fock
key = "fuckyou"
key_third_person = "fuckyous"
message = "curses someone!"
message_mime = "silently curses someone!"
emote_sound = 'modular_splurt/sound/voice/gachi/fockyou1.ogg'
emote_cooldown = 1.18 SECONDS // Uses longest sound's time.

/datum/emote/living/audio/fock/run_emote(mob/user, params)
emote_sound = pick('modular_splurt/sound/voice/gachi/fockyou1.ogg', 'modular_splurt/sound/voice/gachi/fockyou2.ogg')
. = ..()

/datum/emote/living/audio/letsgo
key = "go"
key_third_person = "goes"
message = "yells, \"Come on, lets go!\""
message_mime = "motions moving forward!"
emote_sound = 'modular_splurt/sound/voice/gachi/go.ogg'
emote_cooldown = 1.6 SECONDS

/datum/emote/living/audio/chuckle2
key = "chuckle2"
key_third_person = "chuckles2"
message = "chuckles."
message_mime = "chuckles silently."
emote_sound = 'modular_splurt/sound/voice/gachi/chuckle.ogg'
emote_cooldown = 1.01 SECONDS

/datum/emote/living/audio/boss
key = "boss"
key_third_person = "boss"
message = "seeks the boss of this place!"
message_mime = "stares at the potential boss of this place!"
emote_sound = 'modular_splurt/sound/voice/gachi/boss.ogg'
emote_cooldown = 1.68 SECONDS

/datum/emote/living/audio/attention
key = "attention"
key_third_person = "attentions"
message = "demands an attention!"
message_mime = "seems to be looking for an attention."
emote_volume = 100
emote_sound = 'modular_splurt/sound/voice/gachi/attention.ogg'
emote_cooldown = 1.36 SECONDS

/datum/emote/living/audio/ah
key = "ah"
key_third_person = "ahs"
message = "ahs!"
message_mime = "ahs silently!"
emote_sound = 'modular_splurt/sound/voice/gachi/ah.ogg'
emote_cooldown = 0.67 SECONDS
emote_volume = 25

/datum/emote/living/audio/boolets
key = "ammo"
key_third_person = "ammos"
message = "is requesting ammo!"
message_mime = "seem to ask for ammo!"
emote_sound = 'modular_splurt/sound/voice/gachi/boolets.ogg'
emote_cooldown = 1.1 SECONDS // Uses longest sound's time.
emote_volume = 10

/datum/emote/living/audio/boolets/run_emote(mob/user, params)
emote_sound = pick('modular_splurt/sound/voice/gachi/boolets.ogg', 'modular_splurt/sound/voice/gachi/boolets2.ogg')
. = ..()

/datum/emote/living/audio/wepon
key = "wepon"
key_third_person = "wepons"
message = "is requesting bigger weapons!"
message_mime = "seem to ask for weapons!"
emote_sound = 'modular_splurt/sound/voice/gachi/wepons.ogg'
emote_cooldown = 1.07 SECONDS
emote_volume = 10
Binary file added modular_splurt/sound/voice/cscream12.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/ah.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/attention.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/boolets.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/boolets2.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/boss.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/chuckle.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/fockyou1.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/fockyou2.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/go.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/moan1.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/moan2.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/moan3.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/moan4.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/scream1.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/scream2.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/scream3.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/scream4.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/sorry.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/wepons.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/woop.ogg
Binary file not shown.
Binary file added modular_splurt/sound/voice/gachi/wth2.ogg
Binary file not shown.
Loading