Skip to content

Reverb

Configuration for audio reverb. You can find a list of reverb settings below. In-game you can also find a list of reverb settings, but you can test a select few sounds with a given reverb setting in the Reverb tab of the Singleplayer menu.

json
// MaxRoomSize: Useful for limiting reverb on maps like Laser Tag.
// MinIndoor: Minimum reverb setting for "indoor" areas
// MinIndoor: Maximum reverb setting for "indoor" areas
// Outdoor: Reverb setting for "outdoor" areas
"Reverb": {
	"MaxRoomSize": 15000,
    "MinIndoor": "paddedcell",
    "MaxIndoor": "wooden_hall",
	"Outdoor": "forest",

    // From the old mapmaking Discord server - this may not work because Room size in-game always displays 0.
    // For clarification, reverb is strongest when in a room with volume <= MinRoomVolume, and reverb is weakest when in a room with volume >= MaxRoomVolume, e.g. in Laser Tag I've reduced MaxRoomVolume to 2000000 to reduce reverb
    // Default values are:
    "MinRoomVolume": 200000,
    "MaxRoomVolume": 6000000
},

List of reverb settings

These are used for MinIndoor and MaxIndoor.

GeneralOutdoorCastleFactoryWoodSportPrefabSpace StationCityDrivingIce PalaceDomeMood
genericbackyardcastle_smallroomfactory_smallroomwooden_smallroomsport_emptystadiumprefab_workshopspacestation_smallroomcity_streetsdriving_commentatoricepalace_smallroomdome_tombmood_heaven
paddedcellrollingplainscastle_shortpassagefactory_shortpassagewooden_shortpassagesport_squashcourtprefab_practiseroomspacestation_shortpassagecity_subwaydriving_pitgarageicepalace_shortpassagepipe_smallmood_hell
roomdeepcanyoncastle_mediumroomfactory_mediumroomwooden_mediumroomsport_smallswimmingpoolprefab_outhousespacestation_mediumroomcity_museumdriving_incar_racericepalace_mediumroomdome_saintpaulsmood_memory
bathroomcreekcastle_largeroomfactory_largeroomwooden_largeroomsport_largeswimmingpoolprefab_caravanspacestation_largeroomcity_librarydriving_incar_sportsicepalace_largeroompipe_longthin
livingroomvalleycastle_longpassagefactory_longpassagewooden_longpassagesport_gymnasiumspacestation_longpassagecity_underpassdriving_incar_luxuryicepalace_longpassagepipe_large
stoneroomforestcastle_hallfactory_hallwooden_hallsport_fullstadiumspacestation_hallcity_abandoneddriving_fullgrandstandicepalace_hallpipe_resonant
auditoriumcitycastle_cupboardfactory_cupboardwooden_cupboardsport_stadiumtannoyspacestation_cupboarddriving_emptygrandstandicepalace_cupboard
concerthallmountainscastle_courtyardfactory_courtyardwooden_courtyardspacestation_courtyarddriving_tunnelicepalace_courtyard
cavequarrycastle_alcovefactory_alcovewooden_alcovespacestation_alcoveicepalace_alcove
arenaplain
hangarparkinglot
carpetedhallway
hallway
stonecorridor
alley
sewerpipe
underwater
dustyroom
chapel
smallwaterroom
drugged
dizzy
psychotic

Made with ❤ by the Sector's Edge community