diff --git a/changelog.md b/changelog.md index ed50e72..10fe13c 100644 --- a/changelog.md +++ b/changelog.md @@ -25,6 +25,7 @@ Alpha 0.07 * added the day and night cycle (for now without weather conditions) * changed the days of the seasons from 28 to 31 (to not have each season start with the same day of the week) * added a cycle of 9999 years +* added some soundfx ............................................ diff --git a/maps/farm-house.txt b/maps/farm-house.txt index 10795c3..bfd4cae 100644 --- a/maps/farm-house.txt +++ b/maps/farm-house.txt @@ -194,6 +194,14 @@ activate=on_load requires_not_status=block_clock set_status=y0000 +[event] +# copy it only to the first map +type=event +location=0,0,0,0 +activate=on_load +requires_not_status=block_clock +set_status=morning + [event] # second no type=event diff --git a/maps/farm.txt b/maps/farm.txt index 8ac729a..cea66b5 100644 --- a/maps/farm.txt +++ b/maps/farm.txt @@ -2217,6 +2217,7 @@ parallax_layers=maps/parallax/01.txt repeat=false requires_not_status=PM requires_status=h04 +set_status=morning [event] # change parallax 05 @@ -2317,6 +2318,7 @@ parallax_layers=maps/parallax/18.txt repeat=false requires_not_status=AM requires_status=h06 +unset_status=morning [event] # change parallax 19 @@ -2430,84 +2432,163 @@ spawn=spring-tree1,19,6 type=event location=7,25,1,1 activate=on_load -soundfx=soundfx/environment/water.ogg +soundfx=soundfx/water.ogg [event] # river sound type=event location=15,2,1,1 activate=on_load -soundfx=soundfx/environment/water.ogg +soundfx=soundfx/water.ogg [event] # river sound type=event location=11,48,1,1 activate=on_load -soundfx=soundfx/environment/water.ogg +soundfx=soundfx/water.ogg [event] # river sound type=event location=30,60,1,1 activate=on_load -soundfx=soundfx/environment/water.ogg +soundfx=soundfx/water.ogg [event] # river sound type=event location=66,62,1,1 activate=on_load -soundfx=soundfx/environment/water.ogg +soundfx=soundfx/water.ogg [event] -# bird sound +# birds_0 type=event location=33,1,1,1 activate=on_load -soundfx=soundfx/environment/bird_twitter_loop.ogg +requires_status=morning +soundfx=soundfx/birds_0.mp3 [event] -# bird sound +# birds_0 type=event location=58,2,1,1 activate=on_load -soundfx=soundfx/environment/bird_twitter_loop.ogg +requires_status=morning +soundfx=soundfx/birds_0.mp3 [event] -# raven sound +# birds_1 type=event location=78,5,1,1 activate=on_load -soundfx=soundfx/environment/raven_loop.ogg +requires_status=morning +soundfx=soundfx/birds_1.mp3 [event] -# raven sound +# birds_1 type=event location=72,62,1,1 activate=on_load -soundfx=soundfx/environment/raven_loop.ogg +requires_status=morning +soundfx=soundfx/birds_1.mp3 [event] -# bird 1 +# birds_0 type=event location=2,35,1,1 activate=on_load -soundfx=soundfx/environment/amb_bird_1.ogg +requires_status=morning +soundfx=soundfx/birds_0.mp3 [event] -# bird 1 +# birds_0 type=event location=3,1,1,1 activate=on_load -soundfx=soundfx/environment/amb_bird_1.ogg +requires_status=morning +soundfx=soundfx/birds_0.mp3 [event] -# bird 1 +# birds_0 type=event location=78,36,1,1 activate=on_load -soundfx=soundfx/environment/amb_bird_1.ogg +requires_status=morning +soundfx=soundfx/birds_0.mp3 + +[event] +# birds_1 +type=event +location=11,62,1,1 +activate=on_load +requires_status=morning +soundfx=soundfx/birds_1.mp3 + +[event] +# night_0 +type=event +location=33,1,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/night_0.mp3 + +[event] +# night_0 +type=event +location=58,2,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/night_0.mp3 + +[event] +# night_1 +type=event +location=78,5,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/night_1.mp3 + +[event] +# night_1 +type=event +location=72,62,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/night_1.mp3 + +[event] +# night_0 +type=event +location=2,35,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/night_0.mp3 + +[event] +# night_0 +type=event +location=3,1,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/night_0.mp3 + +[event] +# night_0 +type=event +location=78,36,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/night_0.mp3 + +[event] +# crickets +type=event +location=11,62,1,1 +activate=on_load +requires_not_status=morning +soundfx=soundfx/crickets.mp3 [event] # stump1 diff --git a/soundfx/airplane_inflight.mp3 b/soundfx/airplane_inflight.mp3 new file mode 100644 index 0000000..98b7158 Binary files /dev/null and b/soundfx/airplane_inflight.mp3 differ diff --git a/soundfx/airplane_seatbelt_beeps.mp3 b/soundfx/airplane_seatbelt_beeps.mp3 new file mode 100644 index 0000000..852afbc Binary files /dev/null and b/soundfx/airplane_seatbelt_beeps.mp3 differ diff --git a/soundfx/birds_0.mp3 b/soundfx/birds_0.mp3 new file mode 100644 index 0000000..8fd4539 Binary files /dev/null and b/soundfx/birds_0.mp3 differ diff --git a/soundfx/birds_1.mp3 b/soundfx/birds_1.mp3 new file mode 100644 index 0000000..51d317f Binary files /dev/null and b/soundfx/birds_1.mp3 differ diff --git a/soundfx/bonfire_0.mp3 b/soundfx/bonfire_0.mp3 new file mode 100644 index 0000000..0e5575a Binary files /dev/null and b/soundfx/bonfire_0.mp3 differ diff --git a/soundfx/bonfire_1.mp3 b/soundfx/bonfire_1.mp3 new file mode 100644 index 0000000..9d18490 Binary files /dev/null and b/soundfx/bonfire_1.mp3 differ diff --git a/soundfx/brownian_noise.mp3 b/soundfx/brownian_noise.mp3 new file mode 100644 index 0000000..8772c82 Binary files /dev/null and b/soundfx/brownian_noise.mp3 differ diff --git a/soundfx/coffee_shop_0.mp3 b/soundfx/coffee_shop_0.mp3 new file mode 100644 index 0000000..0557b06 Binary files /dev/null and b/soundfx/coffee_shop_0.mp3 differ diff --git a/soundfx/coffee_shop_1.mp3 b/soundfx/coffee_shop_1.mp3 new file mode 100644 index 0000000..c150860 Binary files /dev/null and b/soundfx/coffee_shop_1.mp3 differ diff --git a/soundfx/creaking_ship_0.mp3 b/soundfx/creaking_ship_0.mp3 new file mode 100644 index 0000000..dc16c6a Binary files /dev/null and b/soundfx/creaking_ship_0.mp3 differ diff --git a/soundfx/creaking_ship_1.mp3 b/soundfx/creaking_ship_1.mp3 new file mode 100644 index 0000000..e9743ec Binary files /dev/null and b/soundfx/creaking_ship_1.mp3 differ diff --git a/soundfx/crickets.mp3 b/soundfx/crickets.mp3 new file mode 100644 index 0000000..818dfef Binary files /dev/null and b/soundfx/crickets.mp3 differ diff --git a/soundfx/distant_thunder.mp3 b/soundfx/distant_thunder.mp3 new file mode 100644 index 0000000..1d7589c Binary files /dev/null and b/soundfx/distant_thunder.mp3 differ diff --git a/soundfx/electric_car_0.mp3 b/soundfx/electric_car_0.mp3 new file mode 100644 index 0000000..90db7db Binary files /dev/null and b/soundfx/electric_car_0.mp3 differ diff --git a/soundfx/electric_car_1.mp3 b/soundfx/electric_car_1.mp3 new file mode 100644 index 0000000..fc644ec Binary files /dev/null and b/soundfx/electric_car_1.mp3 differ diff --git a/soundfx/heavy_rain.mp3 b/soundfx/heavy_rain.mp3 new file mode 100644 index 0000000..7b5782c Binary files /dev/null and b/soundfx/heavy_rain.mp3 differ diff --git a/soundfx/howling_wolf.mp3 b/soundfx/howling_wolf.mp3 new file mode 100644 index 0000000..c0ec4a2 Binary files /dev/null and b/soundfx/howling_wolf.mp3 differ diff --git a/soundfx/human_heartbeat.mp3 b/soundfx/human_heartbeat.mp3 new file mode 100644 index 0000000..bf57a53 Binary files /dev/null and b/soundfx/human_heartbeat.mp3 differ diff --git a/soundfx/light_rain.mp3 b/soundfx/light_rain.mp3 new file mode 100644 index 0000000..55b409e Binary files /dev/null and b/soundfx/light_rain.mp3 differ diff --git a/soundfx/moderate_rain.mp3 b/soundfx/moderate_rain.mp3 new file mode 100644 index 0000000..3361fd9 Binary files /dev/null and b/soundfx/moderate_rain.mp3 differ diff --git a/soundfx/morning_in_a_village.mp3 b/soundfx/morning_in_a_village.mp3 new file mode 100644 index 0000000..9ee9d0b Binary files /dev/null and b/soundfx/morning_in_a_village.mp3 differ diff --git a/soundfx/moving_train.mp3 b/soundfx/moving_train.mp3 new file mode 100644 index 0000000..88559bf Binary files /dev/null and b/soundfx/moving_train.mp3 differ diff --git a/soundfx/night_0.mp3 b/soundfx/night_0.mp3 new file mode 100644 index 0000000..08fc12b Binary files /dev/null and b/soundfx/night_0.mp3 differ diff --git a/soundfx/night_1.mp3 b/soundfx/night_1.mp3 new file mode 100644 index 0000000..e46ad6f Binary files /dev/null and b/soundfx/night_1.mp3 differ diff --git a/soundfx/office_0.mp3 b/soundfx/office_0.mp3 new file mode 100644 index 0000000..6a2a49c Binary files /dev/null and b/soundfx/office_0.mp3 differ diff --git a/soundfx/office_1.mp3 b/soundfx/office_1.mp3 new file mode 100644 index 0000000..197c14c Binary files /dev/null and b/soundfx/office_1.mp3 differ diff --git a/soundfx/pink_noise.mp3 b/soundfx/pink_noise.mp3 new file mode 100644 index 0000000..578f0af Binary files /dev/null and b/soundfx/pink_noise.mp3 differ diff --git a/soundfx/public_library_0.mp3 b/soundfx/public_library_0.mp3 new file mode 100644 index 0000000..71884fa Binary files /dev/null and b/soundfx/public_library_0.mp3 differ diff --git a/soundfx/public_library_1.mp3 b/soundfx/public_library_1.mp3 new file mode 100644 index 0000000..f3bbcbf Binary files /dev/null and b/soundfx/public_library_1.mp3 differ diff --git a/soundfx/purring_cat.mp3 b/soundfx/purring_cat.mp3 new file mode 100644 index 0000000..6a6ee50 Binary files /dev/null and b/soundfx/purring_cat.mp3 differ diff --git a/soundfx/quiet_conversation_0.mp3 b/soundfx/quiet_conversation_0.mp3 new file mode 100644 index 0000000..90bc828 Binary files /dev/null and b/soundfx/quiet_conversation_0.mp3 differ diff --git a/soundfx/quiet_conversation_1.mp3 b/soundfx/quiet_conversation_1.mp3 new file mode 100644 index 0000000..6c0a348 Binary files /dev/null and b/soundfx/quiet_conversation_1.mp3 differ diff --git a/soundfx/rolling_thunder.mp3 b/soundfx/rolling_thunder.mp3 new file mode 100644 index 0000000..1459e77 Binary files /dev/null and b/soundfx/rolling_thunder.mp3 differ diff --git a/soundfx/screeching_seagulls.mp3 b/soundfx/screeching_seagulls.mp3 new file mode 100644 index 0000000..1f8d7df Binary files /dev/null and b/soundfx/screeching_seagulls.mp3 differ diff --git a/soundfx/seaside.mp3 b/soundfx/seaside.mp3 new file mode 100644 index 0000000..e33bac3 Binary files /dev/null and b/soundfx/seaside.mp3 differ diff --git a/soundfx/soft_wind_0.mp3 b/soundfx/soft_wind_0.mp3 new file mode 100644 index 0000000..616e0b7 Binary files /dev/null and b/soundfx/soft_wind_0.mp3 differ diff --git a/soundfx/soft_wind_1.mp3 b/soundfx/soft_wind_1.mp3 new file mode 100644 index 0000000..2d4efdd Binary files /dev/null and b/soundfx/soft_wind_1.mp3 differ diff --git a/soundfx/thunder_crack.mp3 b/soundfx/thunder_crack.mp3 new file mode 100644 index 0000000..464ec92 Binary files /dev/null and b/soundfx/thunder_crack.mp3 differ diff --git a/soundfx/train_horn.mp3 b/soundfx/train_horn.mp3 new file mode 100644 index 0000000..ecbf9b8 Binary files /dev/null and b/soundfx/train_horn.mp3 differ diff --git a/soundfx/walking_through_the_snow.mp3 b/soundfx/walking_through_the_snow.mp3 new file mode 100644 index 0000000..dadbdd5 Binary files /dev/null and b/soundfx/walking_through_the_snow.mp3 differ diff --git a/soundfx/environment/water.ogg b/soundfx/water.ogg similarity index 100% rename from soundfx/environment/water.ogg rename to soundfx/water.ogg diff --git a/soundfx/water_hose_0.mp3 b/soundfx/water_hose_0.mp3 new file mode 100644 index 0000000..ef2a395 Binary files /dev/null and b/soundfx/water_hose_0.mp3 differ diff --git a/soundfx/water_hose_1.mp3 b/soundfx/water_hose_1.mp3 new file mode 100644 index 0000000..c09fb98 Binary files /dev/null and b/soundfx/water_hose_1.mp3 differ diff --git a/soundfx/water_stream_0.mp3 b/soundfx/water_stream_0.mp3 new file mode 100644 index 0000000..5651f16 Binary files /dev/null and b/soundfx/water_stream_0.mp3 differ diff --git a/soundfx/water_stream_1.mp3 b/soundfx/water_stream_1.mp3 new file mode 100644 index 0000000..85e712a Binary files /dev/null and b/soundfx/water_stream_1.mp3 differ diff --git a/soundfx/white_noise.mp3 b/soundfx/white_noise.mp3 new file mode 100644 index 0000000..4490e15 Binary files /dev/null and b/soundfx/white_noise.mp3 differ diff --git a/soundfx/wind_chimes_of_shells.mp3 b/soundfx/wind_chimes_of_shells.mp3 new file mode 100644 index 0000000..a315904 Binary files /dev/null and b/soundfx/wind_chimes_of_shells.mp3 differ diff --git a/soundfx/wind_in_palm_trees_0.mp3 b/soundfx/wind_in_palm_trees_0.mp3 new file mode 100644 index 0000000..710287e Binary files /dev/null and b/soundfx/wind_in_palm_trees_0.mp3 differ diff --git a/soundfx/wind_in_palm_trees_1.mp3 b/soundfx/wind_in_palm_trees_1.mp3 new file mode 100644 index 0000000..cfd9f89 Binary files /dev/null and b/soundfx/wind_in_palm_trees_1.mp3 differ