readded scary sound files. got somehow removed from the git tracker

Signed-off-by: CaelAislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
CaelAislinn
2012-02-06 03:41:11 +10:00
parent 85101a2d00
commit 14f0f8418c
25 changed files with 22 additions and 4 deletions

View File

@@ -146,6 +146,7 @@
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn" #define FILE_DIR "code/WorkInProgress/Cael_Aislinn"
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Rust" #define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Rust"
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Tajara" #define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Tajara"
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/tajara_sprites"
#define FILE_DIR "code/WorkInProgress/mapload" #define FILE_DIR "code/WorkInProgress/mapload"
#define FILE_DIR "code/WorkInProgress/Mini" #define FILE_DIR "code/WorkInProgress/Mini"
#define FILE_DIR "code/WorkInProgress/organs" #define FILE_DIR "code/WorkInProgress/organs"
@@ -191,7 +192,6 @@
#define FILE_DIR "sound/scary" #define FILE_DIR "sound/scary"
#define FILE_DIR "sound/voice" #define FILE_DIR "sound/voice"
#define FILE_DIR "sound/weapons" #define FILE_DIR "sound/weapons"
#define FILE_DIR "tajara_sprites"
// END_FILE_DIR // END_FILE_DIR
// BEGIN_PREFERENCES // BEGIN_PREFERENCES
#define DEBUG #define DEBUG

View File

@@ -6,7 +6,7 @@
var/is_decipherable = 0 var/is_decipherable = 0
var/n = length(text) var/n = length(text)
var/p = 0 var/p = 0
while(p <= n) while(p < n)
if (copytext(text, p, p + 1) in tajspeak_letters) if (copytext(text, p, p + 1) in tajspeak_letters)
p++ p++
continue continue
@@ -65,6 +65,7 @@
return html_encode(t)*/ return html_encode(t)*/
/mob/living/carbon/human/tajaran/say(var/message) /mob/living/carbon/human/tajaran/say(var/message)
world << "\blue check1:\"[message]\")"
var/message_old = message var/message_old = message
message = trim(copytext(sanitize(message), 1, MAX_MESSAGE_LEN)) message = trim(copytext(sanitize(message), 1, MAX_MESSAGE_LEN))
@@ -169,6 +170,8 @@
if (!ishuman(src) && (message_mode=="department" || (message_mode in radiochannels))) if (!ishuman(src) && (message_mode=="department" || (message_mode in radiochannels)))
message_mode = null //only humans can use headsets message_mode = null //only humans can use headsets
world << "\blue check2:\"[message]\")"
if (!message) if (!message)
return return
@@ -214,6 +217,8 @@
*/ */
var/list/obj/item/used_radios = new var/list/obj/item/used_radios = new
world << "\blue check3:\"[message]\")"
switch (message_mode) switch (message_mode)
if ("headset") if ("headset")
if (src:l_ear && istype(src:l_ear,/obj/item/device/radio)) if (src:l_ear && istype(src:l_ear,/obj/item/device/radio))
@@ -308,12 +313,16 @@
italics = 1 italics = 1
/////SPECIAL HEADSETS END /////SPECIAL HEADSETS END
world << "\blue check4:\"[message]\")"
//work out if we're speaking tajaran or not //work out if we're speaking tajaran or not
var/is_speaking_taj = 0 var/is_speaking_taj = 0
if(copytext(message, 1, 3) == ":j") if(copytext(message, 1, 3) == ":j")
is_speaking_taj = 1 is_speaking_taj = 1
message = trim(copytext(message, 1, 3)) message = trim(copytext(message, 1, 3))
world << "\blue check5:\"[message]\")"
var/list/listening var/list/listening
/* /*
if(istype(loc, /obj/item/device/aicard)) // -- TLE if(istype(loc, /obj/item/device/aicard)) // -- TLE
@@ -409,6 +418,7 @@
else else
rendered = "<span class='game say'><span class='name'>[real_name]</span>[alt_name] <span class='message'>[message_a]</span></span>" rendered = "<span class='game say'><span class='name'>[real_name]</span>[alt_name] <span class='message'>[message_a]</span></span>"
/* /*
// Create speech bubble // Create speech bubble
var/obj/effect/speech_bubble/B = new/obj/effect/speech_bubble var/obj/effect/speech_bubble/B = new/obj/effect/speech_bubble
@@ -427,6 +437,7 @@
if(istype(src, /mob/living/carbon/metroid)) if(istype(src, /mob/living/carbon/metroid))
presay = "metroid" presay = "metroid"
*/ */
world << "\blue check6:\"[message]\")"
for (var/mob/M in heard_a) for (var/mob/M in heard_a)
M.show_message(rendered, 2) M.show_message(rendered, 2)
@@ -442,6 +453,9 @@
I.override = 1 I.override = 1
M << I M << I
*/ */
world << "\blue check7:\"[message]\")"
/* /*
// find the suffix, if bot, human or monkey // find the suffix, if bot, human or monkey
var/punctuation = "" var/punctuation = ""
@@ -526,3 +540,5 @@
sleep(11) sleep(11)
del(B) del(B)
*/ */
world << "\blue check8:\"[message]\")"

View File

@@ -1,4 +1,4 @@
#define METEOR_TEMPERATURE #define METEOR_TEMPERATURE 0 //set to 0 until we work out a good number for it
/var/const/meteor_wave_delay = 625 //minimum wait between waves in tenths of seconds /var/const/meteor_wave_delay = 625 //minimum wait between waves in tenths of seconds
//set to at least 100 unless you want evarr ruining every round //set to at least 100 unless you want evarr ruining every round
@@ -106,7 +106,7 @@
pass_flags = PASSTABLE | PASSGRILLE pass_flags = PASSTABLE | PASSGRILLE
/obj/effect/meteor/Move() /obj/effect/meteor/Move()
var/turf/T = src.loc //var/turf/T = src.loc
//FUCK YOU. FUCK YOU ALL, METEORS. ~Hawk. //FUCK YOU. FUCK YOU ALL, METEORS. ~Hawk.
/*if (istype(T, /turf)) /*if (istype(T, /turf))
T.hotspot_expose(METEOR_TEMPERATURE, 1000) */ T.hotspot_expose(METEOR_TEMPERATURE, 1000) */

View File

@@ -387,6 +387,7 @@
if(istype(src, /mob/living/carbon/metroid)) if(istype(src, /mob/living/carbon/metroid))
presay = "metroid" presay = "metroid"
*/ */
world << "\blue rendered: \"[rendered]\""
for (var/mob/M in heard_a) for (var/mob/M in heard_a)
M.show_message(rendered, 2) M.show_message(rendered, 2)

View File

@@ -2,6 +2,7 @@ abi79 - Game Master
arcalane - Game Admin arcalane - Game Admin
bobbehluvspropane - Game Admin bobbehluvspropane - Game Admin
cacophony - Game Admin cacophony - Game Admin
caelaislinn - Game Admin
cajoes - Game Admin cajoes - Game Admin
cib - Game Master cib - Game Master
compactninja - Game Master compactninja - Game Master

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
sound/scary/behind_you1.ogg Normal file

Binary file not shown.

BIN
sound/scary/behind_you2.ogg Normal file

Binary file not shown.

BIN
sound/scary/far_noise.ogg Normal file

Binary file not shown.

BIN
sound/scary/growl1.ogg Normal file

Binary file not shown.

BIN
sound/scary/growl2.ogg Normal file

Binary file not shown.

BIN
sound/scary/growl3.ogg Normal file

Binary file not shown.

BIN
sound/scary/i_see_you1.ogg Normal file

Binary file not shown.

BIN
sound/scary/i_see_you2.ogg Normal file

Binary file not shown.

BIN
sound/scary/im_here1.ogg Normal file

Binary file not shown.

BIN
sound/scary/im_here2.ogg Normal file

Binary file not shown.

BIN
sound/scary/look_up1.ogg Normal file

Binary file not shown.

BIN
sound/scary/look_up2.ogg Normal file

Binary file not shown.

BIN
sound/scary/over_here1.ogg Normal file

Binary file not shown.

BIN
sound/scary/over_here2.ogg Normal file

Binary file not shown.

BIN
sound/scary/over_here3.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
sound/scary/wail.ogg Normal file

Binary file not shown.