Quest and script fixes for quest
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -7,19 +7,19 @@
|
||||
"__struct_id": 100,
|
||||
"AmbientSndDay": {
|
||||
"type": "int",
|
||||
"value": 56
|
||||
"value": 49
|
||||
},
|
||||
"AmbientSndDayVol": {
|
||||
"type": "int",
|
||||
"value": 87
|
||||
"value": 68
|
||||
},
|
||||
"AmbientSndNight": {
|
||||
"type": "int",
|
||||
"value": 49
|
||||
"value": 0
|
||||
},
|
||||
"AmbientSndNitVol": {
|
||||
"type": "int",
|
||||
"value": 85
|
||||
"value": 69
|
||||
},
|
||||
"EnvAudio": {
|
||||
"type": "int",
|
||||
@@ -13782,11 +13782,11 @@
|
||||
},
|
||||
"Positional": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"Priority": {
|
||||
"type": "byte",
|
||||
"value": 19
|
||||
"value": 20
|
||||
},
|
||||
"Random": {
|
||||
"type": "byte",
|
||||
@@ -13794,15 +13794,15 @@
|
||||
},
|
||||
"RandomPosition": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"RandomRangeX": {
|
||||
"type": "float",
|
||||
"value": 10.0
|
||||
"value": 90.0
|
||||
},
|
||||
"RandomRangeY": {
|
||||
"type": "float",
|
||||
"value": 10.0
|
||||
"value": 100.0
|
||||
},
|
||||
"Sounds": {
|
||||
"type": "list",
|
||||
@@ -13845,15 +13845,15 @@
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 13.00829315185547
|
||||
"value": 45.0
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 50.35118103027344
|
||||
"value": 60.0
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
"value": 1.500000238418579
|
||||
"value": 1.509999990463257
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -15452,6 +15452,126 @@
|
||||
"type": "float",
|
||||
"value": 1.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 6,
|
||||
"Active": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Continuous": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Elevation": {
|
||||
"type": "float",
|
||||
"value": 1.5
|
||||
},
|
||||
"GeneratedType": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"Hours": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"Interval": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"IntervalVrtn": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"LocName": {
|
||||
"id": 67830,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"Looping": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"MaxDistance": {
|
||||
"type": "float",
|
||||
"value": 10.0
|
||||
},
|
||||
"MinDistance": {
|
||||
"type": "float",
|
||||
"value": 1.0
|
||||
},
|
||||
"PitchVariation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"Positional": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Priority": {
|
||||
"type": "byte",
|
||||
"value": 2
|
||||
},
|
||||
"Random": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"RandomPosition": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"RandomRangeX": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"RandomRangeY": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"Sounds": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "al_an_crickets1"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "CricketsLoop"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
"value": "cricketsloop"
|
||||
},
|
||||
"Times": {
|
||||
"type": "byte",
|
||||
"value": 2
|
||||
},
|
||||
"Volume": {
|
||||
"type": "byte",
|
||||
"value": 65
|
||||
},
|
||||
"VolumeVrtn": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 34.13674545288086
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 63.10918426513672
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
"value": 11.07046413421631
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -11,15 +11,15 @@
|
||||
},
|
||||
"AmbientSndDayVol": {
|
||||
"type": "int",
|
||||
"value": 86
|
||||
"value": 69
|
||||
},
|
||||
"AmbientSndNight": {
|
||||
"type": "int",
|
||||
"value": 53
|
||||
"value": 0
|
||||
},
|
||||
"AmbientSndNitVol": {
|
||||
"type": "int",
|
||||
"value": 87
|
||||
"value": 69
|
||||
},
|
||||
"EnvAudio": {
|
||||
"type": "int",
|
||||
@@ -9438,6 +9438,126 @@
|
||||
"type": "float",
|
||||
"value": 2.099999904632568
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 6,
|
||||
"Active": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Continuous": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Elevation": {
|
||||
"type": "float",
|
||||
"value": 1.5
|
||||
},
|
||||
"GeneratedType": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"Hours": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"Interval": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"IntervalVrtn": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"LocName": {
|
||||
"id": 67830,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"Looping": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"MaxDistance": {
|
||||
"type": "float",
|
||||
"value": 10.0
|
||||
},
|
||||
"MinDistance": {
|
||||
"type": "float",
|
||||
"value": 1.0
|
||||
},
|
||||
"PitchVariation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"Positional": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Priority": {
|
||||
"type": "byte",
|
||||
"value": 2
|
||||
},
|
||||
"Random": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"RandomPosition": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"RandomRangeX": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"RandomRangeY": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"Sounds": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "al_an_crickets1"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "CricketsLoop"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
"value": "cricketsloop"
|
||||
},
|
||||
"Times": {
|
||||
"type": "byte",
|
||||
"value": 2
|
||||
},
|
||||
"Volume": {
|
||||
"type": "byte",
|
||||
"value": 65
|
||||
},
|
||||
"VolumeVrtn": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 37.42736053466797
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 45.05339431762695
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
"value": 1.509999990463257
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user