Fixed area transition

Fixed area transition from Tomb to Descent.  Updated release archive.
This commit is contained in:
Jaysyn904 2024-01-26 16:33:26 -05:00
parent a0fa1baf2b
commit 06b074e7af
5 changed files with 20562 additions and 392 deletions

View File

@ -32,6 +32,10 @@
"type": "dword", "type": "dword",
"value": 3 "value": 3
}, },
"FogClipDist": {
"type": "float",
"value": 45.0
},
"Height": { "Height": {
"type": "int", "type": "int",
"value": 16 "value": 16
@ -118,6 +122,10 @@
"type": "byte", "type": "byte",
"value": 60 "value": 60
}, },
"SkyBox": {
"type": "byte",
"value": 0
},
"SunAmbientColor": { "SunAmbientColor": {
"type": "dword", "type": "dword",
"value": 0 "value": 0
@ -22169,7 +22177,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 53 "value": 54
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -32,6 +32,10 @@
"type": "dword", "type": "dword",
"value": 7 "value": 7
}, },
"FogClipDist": {
"type": "float",
"value": 45.0
},
"Height": { "Height": {
"type": "int", "type": "int",
"value": 8 "value": 8
@ -118,6 +122,10 @@
"type": "byte", "type": "byte",
"value": 60 "value": 60
}, },
"SkyBox": {
"type": "byte",
"value": 0
},
"SunAmbientColor": { "SunAmbientColor": {
"type": "dword", "type": "dword",
"value": 0 "value": 0
@ -2905,7 +2913,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 17 "value": 18
}, },
"Width": { "Width": {
"type": "int", "type": "int",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff