Browse Source

enable footstep sounds

resolves #245
master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
9ec4f56969
  1. 1
      patches/subgame/minetest.LAN-client-example.conf
  2. 1
      patches/subgame/minetest.client-example.conf
  3. 2
      patches/subgame/minetest.server-example.conf

1
patches/subgame/minetest.LAN-client-example.conf

@ -1,3 +1,4 @@
enable_footsteps = true
lifetimer = 20000
maintab_LAST = online
fallback_font_size = 22

1
patches/subgame/minetest.client-example.conf

@ -1,4 +1,5 @@
# address =
enable_footsteps = true
lifetimer = 20000
ambient_occlusion_gamma = 2.2
anisotropic_filter = true

2
patches/subgame/minetest.server-example.conf

@ -5,7 +5,7 @@
# The CenterOfTheSun server overrides the settings below.
# See "EnlivenMinetest/overrides/worlds/CenterOfTheSun/world.conf"
# instead.
enable_footsteps = true
lifetimer = 20000
protector_radius = 7

Loading…
Cancel
Save