Skip to content

Commit

Permalink
First push for Relto page 28
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazado committed Jul 27, 2023
1 parent ddc4a0e commit b9e1b3a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Scripts/Python/xLinkingBookDefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,14 @@
xYeeshaPage24 = ( "YeeshaPage24", '<pb><img src="xYeeshaPageAlphaSketchStorm*1#0.hsm" align=center check=00ff18,00800c,%d link=25>' )
xYeeshaPage25 = ( "YeeshaPage25", '<pb><img src="xYeeshaPageAlphaSketch14*1#0.hsm" align=center check=00ff18,00800c,%d link=26>' )
xYeeshaPage26 = ( "YeeshaPage26", '<pb><img src="xYeeshaPageVeelay7.dds" align=center check=00ff18,00800c,%d link=27>' )
xYeeshaPage27 = ( "YeeshaPage27", '<pb><img src="xYeeshaPageOcean.dds" align=center check=00ff18,00800c,%d link=28>' )
xYeeshaPage28 = ( "YeeshaPage28", '<pb><img src="xYeeshaPageBlueFlower.dds" align=center check=00ff18,00800c,%d link=29>' )


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 ]



Expand Down
44 changes: 44 additions & 0 deletions Scripts/SDL/Cleft.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

4 changes: 2 additions & 2 deletions Scripts/dat/Personal.fni
Original file line number Diff line number Diff line change
@@ -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
Graphics.Renderer.SetClearColor .4 .4 .5

0 comments on commit b9e1b3a

Please sign in to comment.