Name: ambience Source: Modified upstream mod - Do not replace License: See "README.md" ---------------------------------------------------------------------- 1. This is a modified version of an upstream mod. The starting point was obtained originally as follows: rm -fr ambience git clone https://notabug.org/TenPlus1/ambience.git ---------------------------------------------------------------------- 2. Changes include: 2a. Disabled "ambience_music": sed -e 's/true/false/' -i settingtypes.txt 2b. Renamed "init.lua" to "baseinit.lua". Added a new "init.lua" file that conditionally loads "baseinit.lua". "baseinit.lua" is loaded by default. To disable the load, use the following config-file setting: disable_ambience = true 2c. Removed screenshot(s). 2d. Added the files "00README" and "oldcoder.txt" (this file). ---------------------------------------------------------------------- 3. This mod shouldn't be replaced with an upstream version unless cha- nges (2a) and (2b) are duplicated in the new copy.