diff --git a/Scripts/Python/xLinkingBookDefs.py b/Scripts/Python/xLinkingBookDefs.py index 984073c329..395a7ace02 100644 --- a/Scripts/Python/xLinkingBookDefs.py +++ b/Scripts/Python/xLinkingBookDefs.py @@ -99,11 +99,14 @@ xYeeshaPage24 = ( "YeeshaPage24", '' ) xYeeshaPage25 = ( "YeeshaPage25", '' ) xYeeshaPage26 = ( "YeeshaPage26", '' ) +xYeeshaPage27 = ( "YeeshaPage27", '' ) +xYeeshaPage28 = ( "YeeshaPage28", '' ) xYeeshaPages = [ xYeeshaPage1, xYeeshaPage2, xYeeshaPage3, xYeeshaPage4, xYeeshaPage5, xYeeshaPage6, xYeeshaPage7,\ xYeeshaPage8, xYeeshaPage9, xYeeshaPage10, xYeeshaPage12, xYeeshaPage13, xYeeshaPage14, xYeeshaPage15,\ - xYeeshaPage16, xYeeshaPage17, xYeeshaPage18, xYeeshaPage19, xYeeshaPage20, xYeeshaPage21, xYeeshaPage22, xYeeshaPage23, xYeeshaPage24, xYeeshaPage25, xYeeshaPage26 ] + xYeeshaPage16, xYeeshaPage17, xYeeshaPage18, xYeeshaPage19, xYeeshaPage20, xYeeshaPage21, xYeeshaPage22,\ + xYeeshaPage23, xYeeshaPage24, xYeeshaPage25, xYeeshaPage26, xYeeshaPage27, xYeeshaPage28 ] diff --git a/Scripts/SDL/Cleft.sdl b/Scripts/SDL/Cleft.sdl index 6023bfac63..88cdbc4791 100644 --- a/Scripts/SDL/Cleft.sdl +++ b/Scripts/SDL/Cleft.sdl @@ -212,3 +212,47 @@ STATEDESC Cleft VAR BOOL clftIsCleftDone[1] DEFAULT=0 DISPLAYOPTION=red } + +STATEDESC Cleft +{ + VERSION 25 + +# Boolean variables + + VAR BOOL clftJourneyCloth01Vis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftJourneyCloth02Vis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftJourneyCloth03Vis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftJourneyCloth04Vis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftJourneyCloth05Vis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftJourneyCloth06Vis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftJourneyCloth07Vis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftZandiShirtVis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftAtrusGogglesVis[1] DEFAULT=1 DEFAULTOPTION=VAULT + VAR BOOL clftYeeshaPage19Vis[1] DEFAULT=0 DISPLAYOPTION=VAULT + VAR BOOL clftYeeshaPage28Vis[1] DEFAULT=0 DISPLAYOPTION=VAULT + +# Age Mechanics + + VAR BOOL clftAgeSDLWindmillLocked[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftAgeSDLWindmillRunning[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftBahroDoorClosed[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftJourneysVis[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftYeeshaBookVis[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftZandiVis[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftYeeshaPage08Vis[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftBridgeCollapse[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftBucketLowered[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftKitchenDoorClosed[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftOfficeDoorClosed[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftTomahnaActive[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftSceneYeeshaUnseen[1] DEFAULT=1 DISPLAYOPTION=red + VAR BOOL clftSceneBahroUnseen[1] DEFAULT=1 DISPLAYOPTION=red + VAR BYTE clftImagerPanelN[1] DEFAULT=3 DISPLAYOPTION=red + VAR BYTE clftImagerPanelS[1] DEFAULT=5 DISPLAYOPTION=red + VAR BYTE clftImagerPanelE[1] DEFAULT=3 DISPLAYOPTION=red + VAR BYTE clftImagerPanelW[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftWindmillUnstuck[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftYeeshaShowJC[1] DEFAULT=0 DISPLAYOPTION=red + VAR BOOL clftIsCleftDone[1] DEFAULT=0 DISPLAYOPTION=red +} + diff --git a/Scripts/dat/Personal.fni b/Scripts/dat/Personal.fni index f02b44ec82..bd170062e1 100644 --- a/Scripts/dat/Personal.fni +++ b/Scripts/dat/Personal.fni @@ -1,4 +1,4 @@ Graphics.Renderer.Setyon 10000 -Graphics.Renderer.Fog.SetDefLinear 1 900 2 +Graphics.Renderer.Fog.SetDefLinear 1 1800 2 Graphics.Renderer.Fog.SetDefColor .4 .4 .5 -Graphics.Renderer.SetClearColor .4 .4 .5 \ No newline at end of file +Graphics.Renderer.SetClearColor .4 .4 .5