forked from tewlwolow/AURA-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.lua
More file actions
56 lines (56 loc) · 1.31 KB
/
Copy pathdefaults.lua
File metadata and controls
56 lines (56 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
return {
OAvol = 110,
IWvol = 130,
yurtVol = 200,
splashVol = 200,
UIvol = 150,
SVvol = 200,
Cvol = 150,
vsVol = 130,
intVol = 120,
popVol = 100,
tVol = 150,
moduleAmbientOutdoor = true,
moduleAmbientInterior = true,
moduleAmbientPopulated = true,
moduleInteriorWeather = true,
moduleServiceVoices = true,
moduleUI = true,
moduleContainers = true,
moduleMisc = true,
modulePC = true,
playSplash = true,
playInteriorAmbient = true,
playInteriorWeather = true,
playYurtFlap = true,
debugLogOn = false,
outputKey = {keyCode = tes3.scanCode.v},
tauntChance = 30,
serviceTravel = true,
serviceRepair = true,
serviceSpells = true,
serviceTraining = true,
serviceSpellmaking = true,
serviceEnchantment = true,
serviceBarter = true,
UIEating = true,
UISpells = true,
UITravel = true,
UITraining = true,
UIBarter = true,
pcVitalSigns = true,
PChealth = true,
PCfatigue = true,
PCmagicka = true,
PCDisease = true,
PCBlight = true,
PCtaunts = false,
interiorMusic = false,
windSounds = true,
rainSounds = true,
disabledTaverns = {},
windVol = 110,
playInteriorWind = true,
playRainOnStatics = true,
language = "tew.AURA.i18n.en",
}