Fixed corrupted module

Fixed corrupted module.  Added doors.  Checked dungeon / teleporter continuity.  Replaced Message #02 with a magical sending from Werdna.  Removed trash / test areas.
This commit is contained in:
Jaysyn904
2023-04-23 22:07:17 -04:00
parent 22d6119c14
commit 103f315feb
136 changed files with 10430 additions and 31161 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1232,7 +1232,7 @@
},
"Tileset": {
"type": "resref",
"value": "ttf01"
"value": "ttf02"
},
"Version": {
"type": "dword",

View File

@@ -32,10 +32,6 @@
"type": "dword",
"value": 1
},
"FogClipDist": {
"type": "float",
"value": 45.0
},
"Height": {
"type": "int",
"value": 6
@@ -122,10 +118,6 @@
"type": "byte",
"value": 60
},
"SkyBox": {
"type": "byte",
"value": 0
},
"SunAmbientColor": {
"type": "dword",
"value": 0
@@ -1451,7 +1443,7 @@
},
"Version": {
"type": "dword",
"value": 7
"value": 6
},
"Width": {
"type": "int",

View File

@@ -54,7 +54,7 @@
},
"LoadScreenID": {
"type": "word",
"value": 153
"value": 336
},
"ModListenCheck": {
"type": "int",
@@ -74,11 +74,11 @@
},
"MoonFogAmount": {
"type": "byte",
"value": 3
"value": 5
},
"MoonFogColor": {
"type": "dword",
"value": 7091712
"value": 4194368
},
"MoonShadows": {
"type": "byte",
@@ -92,7 +92,7 @@
},
"NoRest": {
"type": "byte",
"value": 0
"value": 1
},
"OnEnter": {
"type": "resref",
@@ -120,7 +120,7 @@
},
"ShadowOpacity": {
"type": "byte",
"value": 60
"value": 45
},
"SkyBox": {
"type": "byte",
@@ -24929,7 +24929,7 @@
},
"Version": {
"type": "dword",
"value": 10
"value": 15
},
"Width": {
"type": "int",

File diff suppressed because it is too large Load Diff