17
6
mirror of https://github.com/H-uru/moul-assets.git synced 2025-07-14 02:27:40 -04:00

Myst Online Intangible Assets

This commit is contained in:
Mark DeForest
2021-06-07 14:37:06 -04:00
committed by Adam Johnson
parent 1008ff52a4
commit bbb400a862
2481 changed files with 55353 additions and 6 deletions

View File

@ -0,0 +1,24 @@
StartDateTime=0946713600
DayLength=24
MaxCapacity=10
LingerTime=180
SequencePrefix=21
ReleaseVersion=0
Page=dsntCaveNode01,2
Page=dsntCaveNode02,0
Page=dsntCaveTunnel01,13
Page=dsntCaveTunnel03,12
Page=dsntChannel,16
Page=dsntGreatShaftBalcony,3
Page=dsntGreatShaftLowerRm,4
Page=dsntGreatShaftTunnelSystem,15
Page=dsntGreatShaftUnderground,5
Page=dsntNode,6
Page=dsntNode2RiverTunnel,7
Page=dsntRiver,18
Page=dsntShft2NodeTunnel,14
Page=dsntShftGeneratorRoom,8
Page=dsntTianaCave,1
Page=dsntTreasureBookShaft,9
Page=dsntUpperShaft,17
Page=dsntYeeshaPage09Vis,10

View File

@ -0,0 +1,7 @@
Graphics.Renderer.Setyon 100000
Graphics.Renderer.Fog.SetDefLinear -50 2000 1
Graphics.Renderer.Fog.SetDefColor .3 .2 .05
Graphics.Renderer.SetClearColor .3 .2 .05

View File

@ -0,0 +1,52 @@
"""
Module: Descent.py
Age: Descent
Date: January 2004
Event Manager hooks for Descent
"""
from Plasma import *
from PlasmaTypes import *
from PlasmaVaultConstants import *
class Descent(ptResponder):
def __init__(self):
ptResponder.__init__(self)
self.id = 5325
self.version = 1
def OnServerInitComplete(self):
self.ICityBookLink()
def OnVaultNotify(self,type,tupdata):
# was an owned age just added?
if type == PtVaultNotifyTypes.kRegisteredOwnedAge:
link = tupdata[0]
name = link.getAgeInfo().getAgeFilename()
if name == "Descent":
cityBookSP = ptSpawnPointInfo("dsntShaftFall","LinkInPointShaftFall")
link.addSpawnPoint(cityBookSP)
link.save()
PtDebugPrint("Descent - setting the spawnpoint for the city book - OnVaultNotify",level=kDebugDumpLevel)
else:
PtDebugPrint("Descent - registering age '%s' (why is this not Descent?)"%(name))
else:
PtDebugPrint("Descent:OnVaultNotify - not what we want - type=%d"%(type),level=kDebugDumpLevel)
def ICityBookLink(self):
vault = ptVault()
folder = vault.getAgesIOwnFolder()
contents = folder.getChildNodeRefList()
for content in contents:
link = content.getChild()
link = link.upcastToAgeLinkNode()
name = link.getAgeInfo().getAgeFilename()
if name == "Descent":
cityBookSP = ptSpawnPointInfo("dsntShaftFall","LinkInPointShaftFall")
link.addSpawnPoint(cityBookSP)
link.save()
PtDebugPrint("Descent:OnServerInitComplete - setting the spawnpoint for the city book",level=kDebugDumpLevel)
return
PtDebugPrint("Descent:OnServerInitComplete - error - Descent is not there... hopefully OnVaultNotify catches it")
return

View File

@ -0,0 +1,18 @@
#==============================================================
# READ: When modifying an SDL record, do *not* modify the
# existing record. You must copy and paste a new version
# below the current one and make your changes there.
#==============================================================
#
# State Description Language for the Descent
STATEDESC Descent
{
VERSION 1
# Boolean variables
VAR BOOL dsntGZMarkerVis[1] DEFAULT=0 DEFAULTOPTION=VAULT
}

BIN
sources/Descent/Descent max/ShaftFallFloor.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/ShaftFallcutout.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbc1opacity.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbc1opacityGB.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbc1speckles.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbc2citylftdrcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbc2cityrtdrcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbc4edgefadeao.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcAlgea02ca.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBed2.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBedshadow.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBlanket1a.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBlastmarkls.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBlockrow01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBlocks&mortar01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBlocks&mortar02cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBook_cover.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBook_script.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBook_side.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBottomgrad01ao.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBrdgsuppshadalpha.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBrickrow04cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBrickwalkwayconcretecm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridge6.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgeend.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgefloordoorshadowao.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgerungshad02ca.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgeside2.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgetop01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgetop02cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgetop03cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBridgetopshadow01ao.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBrownnoiseparticleca.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBrownstain2rockwall02ca.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBrownstainbordered01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBs_slowwake.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBs_wake.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBubblecm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBugcavelightoffcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBugcavelighton.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcBugcavelighton3.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcC_fire1.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCaustic01ca.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCavedirtrockscm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCavefloorcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCavenarlycm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCavewalls2cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCavewallswalkscm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcChannelholedec.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcChannelholedecal.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcChanneltunnelgrad.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcChippedstone01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcChippedstone01dirt.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCircledropshadowls.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCntrlckfloorthincm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCobble&block01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcCobblestone01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDarkrock01cm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDarkrockl&rfade01ca.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDarkstonecm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDetailbarkcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDetailrock2strong.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDetailrockcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDevice.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDevice_shadow.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDevice_shadowBig.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDirtcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDirtdarkcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDirtedgedecalls.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDirtpackedcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDirtpilecm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDirtstonescm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDrwaypintopcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDrwyarchlftshpcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcDrwyarchrtshpcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcElbowshad01ao.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcFabric1.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcFallsrippleca.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGBFabricRoll_C.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGBHull.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGBInterior PanelsGB.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGBLeatherColor.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGBRiverFoamwater.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGBSeat1.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGBWater.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGearssm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGlarecm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGlarecyancm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGlaregoldcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGlass.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcGrateinsetcm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcHatchdomecm.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcHole01ao.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcHorn.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcInteriorbridgedecalals.tga (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sources/Descent/Descent max/chbcL&rfade01ao.tga (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More