A-0.06.29

This commit is contained in:
rixty 2021-05-15 09:43:58 +02:00
parent aa2d7a2afe
commit 2b4316e219
52 changed files with 109 additions and 19 deletions

View File

@ -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
............................................

View File

@ -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

View File

@ -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

Binary file not shown.

Binary file not shown.

BIN
soundfx/birds_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/birds_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/bonfire_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/bonfire_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/brownian_noise.mp3 Normal file

Binary file not shown.

BIN
soundfx/coffee_shop_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/coffee_shop_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/creaking_ship_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/creaking_ship_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/crickets.mp3 Normal file

Binary file not shown.

BIN
soundfx/distant_thunder.mp3 Normal file

Binary file not shown.

BIN
soundfx/electric_car_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/electric_car_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/heavy_rain.mp3 Normal file

Binary file not shown.

BIN
soundfx/howling_wolf.mp3 Normal file

Binary file not shown.

BIN
soundfx/human_heartbeat.mp3 Normal file

Binary file not shown.

BIN
soundfx/light_rain.mp3 Normal file

Binary file not shown.

BIN
soundfx/moderate_rain.mp3 Normal file

Binary file not shown.

Binary file not shown.

BIN
soundfx/moving_train.mp3 Normal file

Binary file not shown.

BIN
soundfx/night_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/night_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/office_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/office_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/pink_noise.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
soundfx/purring_cat.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
soundfx/rolling_thunder.mp3 Normal file

Binary file not shown.

Binary file not shown.

BIN
soundfx/seaside.mp3 Normal file

Binary file not shown.

BIN
soundfx/soft_wind_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/soft_wind_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/thunder_crack.mp3 Normal file

Binary file not shown.

BIN
soundfx/train_horn.mp3 Normal file

Binary file not shown.

Binary file not shown.

BIN
soundfx/water_hose_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/water_hose_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/water_stream_0.mp3 Normal file

Binary file not shown.

BIN
soundfx/water_stream_1.mp3 Normal file

Binary file not shown.

BIN
soundfx/white_noise.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.