Skip to content

Commit

Permalink
Merge pull request #1628 from Hoikas/revert_fan_ages
Browse files Browse the repository at this point in the history
Remove (Almost) All Fan Ages
  • Loading branch information
Hoikas authored Dec 15, 2024
2 parents 76e31fe + 6c5b4ba commit a40c469
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 516 deletions.
51 changes: 0 additions & 51 deletions Scripts/Python/Serene.py

This file was deleted.

50 changes: 0 additions & 50 deletions Scripts/Python/Tiam.py

This file was deleted.

51 changes: 0 additions & 51 deletions Scripts/Python/Vothol.py

This file was deleted.

4 changes: 2 additions & 2 deletions Scripts/Python/nxusBookMachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@
}


kHiddenPersonalAges = ["Personal", "Nexus", "Neighborhood", "city", "AvatarCustomization", "Cleft", "BaronCityOffice", "BahroCave", "PelletBahroCave", "Kveer", "Myst", "LiveBahroCaves", "LiveBahroCave", "ChisoPreniv", "GoMePubNew", "FahetsHighgarden"]
kHiddenPersonalAges = ["Personal", "Nexus", "Neighborhood", "city", "AvatarCustomization", "Cleft", "BaronCityOffice", "BahroCave", "PelletBahroCave", "Kveer", "Myst", "LiveBahroCaves", "LiveBahroCave", "ChisoPreniv", "GoMePubNew"]
kHiddenCityLinks = ["islmPalaceBalcony03", "KadishGallery", "islmPalaceBalcony02", "islmDakotahRoof", "islmGreatTree"]
kHiddenAgesIfInvited = ["BahroCave", "PelletBahroCave", "Pellet Cave", "LiveBahroCave", "LiveBahroCaves", "Myst", "ChisoPreniv", "GoMePubNew", "FahetsHighgarden"]
kHiddenAgesIfInvited = ["BahroCave", "PelletBahroCave", "Pellet Cave", "LiveBahroCave", "LiveBahroCaves", "Myst", "ChisoPreniv", "GoMePubNew"]

#public ages SDL variables to be read from Vault on start (max. population, is link visible)
kAgeSdlVariables = {
Expand Down
50 changes: 0 additions & 50 deletions Scripts/Python/trebivdil.py

This file was deleted.

8 changes: 0 additions & 8 deletions Scripts/Python/xLinkingBookDefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,18 +264,10 @@
"BahroCaveLower": ( 'xLinkPanelBahroCaveLower','bkBahroRockBook','Bahro' ),
"islmGreatTree": ( 'xLinkPanelCityGreatTree','bkBahroRockBook','Bahro' ),
# Begin Fan Ages
"Trebivdil": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpaneltrebivdil' + LinkEnd ),
"FehnirHouse": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelfehnirhouse' + LinkEnd ),
"GoMePubNew": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelgomepubnew' + LinkEnd ),
"VeeTsah": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelsheten' + LinkEnd ),
"Vothol": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelvothol' + LinkEnd ),
"ChisoPreniv": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelchisopreniv' + LinkEnd ),
"ChisoPrenivNote": ( 0, 1.0, 1.0, FanAgeStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelchisopreniv' + LinkEnd ),
"Serene": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelserene' + LinkEnd ),
"Tiam": ( 1, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + DRCStampHolder + ShareBookDelete2 + LinkStart + 'xlinkpaneltiam' + LinkEnd ),
"Elonin": ( 1, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + DRCStampHolder + ShareBookDelete2 + LinkStart + 'xlinkpanelelonin' + LinkEnd ),
"EderNaybree": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpaneledernaybree' + LinkEnd ),
"FahetsHighgarden": ( 0, 1.0, 1.0, NoDRCStamp, BookStart1 + DRCStampHolder + NoShare + LinkStart + 'xlinkpanelhighgarden' + LinkEnd ),
}

# cross-references the book name with the age and spawn point it links to
Expand Down
51 changes: 0 additions & 51 deletions Scripts/SDL/Serene.sdl

This file was deleted.

98 changes: 0 additions & 98 deletions Scripts/SDL/Tiam.sdl

This file was deleted.

Loading

0 comments on commit a40c469

Please sign in to comment.