Go to file
BuckarooBanzay e8f6a530af update readme 2020-06-13 11:00:15 +02:00
.github/workflows skeleton 2020-05-25 11:24:25 +02:00
integrations add priv to /area_effect_stopsound 2020-06-13 10:59:39 +02:00
.luacheckrc add area background sound 2020-06-12 08:29:52 +02:00
accessors.lua skeleton 2020-05-25 11:24:25 +02:00
chatcommands.lua bugfixing 2020-05-25 17:23:38 +02:00
effects.lua skeleton 2020-05-25 11:24:25 +02:00
hooks.lua skeleton 2020-05-25 11:24:25 +02:00
init.lua add area background sound 2020-06-12 08:29:52 +02:00
log.lua skeleton 2020-05-25 11:24:25 +02:00
mod.conf add area background sound 2020-06-12 08:29:52 +02:00
readme.md update readme 2020-06-13 11:00:15 +02:00
storage.lua skeleton 2020-05-25 11:24:25 +02:00
transition.lua fix area transition issue 2020-06-13 10:46:20 +02:00

readme.md

Area based effects

Chatcommands

  • /area_effects lists all area effects

Integrations

Available integrations

Skybox (epic_skybox)

Mod: https://github.com/damocles-minetest/epic_skybox

  • /skybox_list List available skyboxes
  • /area_effect_set [area_id] skybox Plain Black Set
  • /area_effect_get [area_id] skybox Get
  • /area_effect_set [area_id] skybox false Clear

day/night

Mod: builtin

  • /area_effect_set [area_id] day_night 0.4

Weather (epic_weather)

Mod: https://github.com/damocles-minetest/epic_weather

  • /area_effect_set [area_id] weather Light rain

Clouds

Mod: builtin

  • /area_effect_set [area_id] no_clouds true

Soundblock

Mod: https://github.com/mt-mods/soundblock

  • /area_effect_set [area_id] sound damocles_soundblock_ambient_1
  • /sound_list
  • /area_effect_stopsound [player] stops the background sound for the given playername (need the areas priv)