From cf9381f43ed00bea4d1feb8f4f76a0ab20e6aada Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 14 Nov 2024 20:17:41 -0500 Subject: [PATCH 1/3] Remove many fan-created Age link defs. --- Scripts/Python/xLinkingBookDefs.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Scripts/Python/xLinkingBookDefs.py b/Scripts/Python/xLinkingBookDefs.py index 984073c329..c7cd2670e6 100644 --- a/Scripts/Python/xLinkingBookDefs.py +++ b/Scripts/Python/xLinkingBookDefs.py @@ -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 From 0f472a5be842dfb9d4c538b93784378e9296dab3 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 14 Nov 2024 20:19:36 -0500 Subject: [PATCH 2/3] Remove many fan Age files. --- Scripts/Python/Serene.py | 51 ----------------- Scripts/Python/Tiam.py | 50 ---------------- Scripts/Python/Vothol.py | 51 ----------------- Scripts/Python/trebivdil.py | 50 ---------------- Scripts/SDL/Serene.sdl | 51 ----------------- Scripts/SDL/Tiam.sdl | 98 -------------------------------- Scripts/SDL/Vothol.sdl | 50 ---------------- Scripts/SDL/trebivdil.sdl | 48 ---------------- Scripts/dat/FahetsHighgarden.age | 7 --- Scripts/dat/FahetsHighgarden.fni | 4 -- Scripts/dat/Serene.age | 8 --- Scripts/dat/Serene.fni | 4 -- Scripts/dat/Tiam.age | 8 --- Scripts/dat/Tiam.fni | 3 - Scripts/dat/Vothol.age | 8 --- Scripts/dat/Vothol.fni | 4 -- Scripts/dat/trebivdil.age | 7 --- Scripts/dat/trebivdil.fni | 4 -- 18 files changed, 506 deletions(-) delete mode 100644 Scripts/Python/Serene.py delete mode 100644 Scripts/Python/Tiam.py delete mode 100644 Scripts/Python/Vothol.py delete mode 100644 Scripts/Python/trebivdil.py delete mode 100644 Scripts/SDL/Serene.sdl delete mode 100644 Scripts/SDL/Tiam.sdl delete mode 100644 Scripts/SDL/Vothol.sdl delete mode 100644 Scripts/SDL/trebivdil.sdl delete mode 100644 Scripts/dat/FahetsHighgarden.age delete mode 100644 Scripts/dat/FahetsHighgarden.fni delete mode 100644 Scripts/dat/Serene.age delete mode 100644 Scripts/dat/Serene.fni delete mode 100644 Scripts/dat/Tiam.age delete mode 100644 Scripts/dat/Tiam.fni delete mode 100644 Scripts/dat/Vothol.age delete mode 100644 Scripts/dat/Vothol.fni delete mode 100644 Scripts/dat/trebivdil.age delete mode 100644 Scripts/dat/trebivdil.fni diff --git a/Scripts/Python/Serene.py b/Scripts/Python/Serene.py deleted file mode 100644 index 90913c338c..0000000000 --- a/Scripts/Python/Serene.py +++ /dev/null @@ -1,51 +0,0 @@ -# /*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ - -from Plasma import * -from PlasmaTypes import * -import time - -class Serene(ptResponder): - def __init__(self): - ptResponder.__init__(self) - self.id = 1022601 - self.version = 1 diff --git a/Scripts/Python/Tiam.py b/Scripts/Python/Tiam.py deleted file mode 100644 index 268721e4e3..0000000000 --- a/Scripts/Python/Tiam.py +++ /dev/null @@ -1,50 +0,0 @@ -#/*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ - -from Plasma import * -from PlasmaTypes import * - -class Tiam(ptResponder): - def __init__(self): - ptResponder.__init__(self) - self.id = 906939 - self.version = 0 diff --git a/Scripts/Python/Vothol.py b/Scripts/Python/Vothol.py deleted file mode 100644 index 16df401462..0000000000 --- a/Scripts/Python/Vothol.py +++ /dev/null @@ -1,51 +0,0 @@ -# /*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ - -from Plasma import * -from PlasmaTypes import * - -class Vothol(ptResponder): - def __init__(self): - ptResponder.__init__(self) - self.id = 401944 - self.version = 0 - diff --git a/Scripts/Python/trebivdil.py b/Scripts/Python/trebivdil.py deleted file mode 100644 index 4b19086d6a..0000000000 --- a/Scripts/Python/trebivdil.py +++ /dev/null @@ -1,50 +0,0 @@ -# /*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ - -from Plasma import * -from PlasmaTypes import * - -class trebivdil(ptResponder): - def __init__(self): - ptResponder.__init__(self) - self.id = 463493 - self.version = 0 diff --git a/Scripts/SDL/Serene.sdl b/Scripts/SDL/Serene.sdl deleted file mode 100644 index a7100bacfc..0000000000 --- a/Scripts/SDL/Serene.sdl +++ /dev/null @@ -1,51 +0,0 @@ -# /*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ - -STATEDESC Serene - -{ - VERSION 1 - - VAR BOOL sereneChristmasVis[1] DEFAULT=0 DEFAULTOPTION=VAULT # Christmas Deco - VAR BOOL sereneCylDoorStat[1] DEFAULT=0 # For proper MOULa status - VAR BOOL sereneChisoBookVis[1] DEFAULT=1 DEFAULTOPTION=VAULT -} diff --git a/Scripts/SDL/Tiam.sdl b/Scripts/SDL/Tiam.sdl deleted file mode 100644 index 33d1e7d9cf..0000000000 --- a/Scripts/SDL/Tiam.sdl +++ /dev/null @@ -1,98 +0,0 @@ -# /*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ -#============================================================== -# 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. -#============================================================== - -STATEDESC Tiam -{ - VERSION 15 - - VAR BOOL entreDoor[1] DEFAULT=0 - VAR BOOL doorVirvel[1] DEFAULT=0 - VAR BOOL treeDoor[1] DEFAULT=0 - VAR BOOL fruitFA[1] DEFAULT=0 - VAR BOOL fruitMC[1] DEFAULT=0 - VAR BOOL tiamSolved[1] DEFAULT=0 - VAR BOOL tiamPuzInUse[1] DEFAULT=0 - VAR INT tiamCorrectPushes[1] DEFAULT=0 - VAR BOOL fraktSolved[1] DEFAULT=0 - VAR BOOL fraktPuzInUse[1] DEFAULT=0 - VAR INT fraktCorrectPushes[1] DEFAULT=0 - VAR BOOL wheelTurning[1] DEFAULT=0 - VAR BOOL vredeOnOff[1] DEFAULT=0 - VAR BOOL caveDoor[1] DEFAULT=0 - VAR BOOL ballSolved[1] DEFAULT=0 - VAR BOOL ballPzlInUse[1] DEFAULT=0 - VAR INT ballCorrPush[1] DEFAULT=0 - VAR BOOL wtrstrOnOff[1] DEFAULT=0 - VAR BOOL fliesFlwr[1] DEFAULT=0 -} - -STATEDESC Tiam -{ - VERSION 16 - - VAR BOOL entreDoor[1] DEFAULT=0 - VAR BOOL doorVirvel[1] DEFAULT=0 - VAR BOOL treeDoor[1] DEFAULT=0 - VAR BOOL fruitFA[1] DEFAULT=0 - VAR BOOL fruitMC[1] DEFAULT=0 - VAR BOOL tiamSolved[1] DEFAULT=0 - VAR BOOL tiamPuzInUse[1] DEFAULT=0 - VAR INT tiamCorrectPushes[1] DEFAULT=0 - VAR BOOL fraktSolved[1] DEFAULT=0 - VAR BOOL fraktPuzInUse[1] DEFAULT=0 - VAR INT fraktCorrectPushes[1] DEFAULT=0 - VAR BOOL wheelTurning[1] DEFAULT=0 - VAR BOOL vredeOnOff[1] DEFAULT=0 - VAR BOOL caveDoor[1] DEFAULT=0 - VAR BOOL ballSolved[1] DEFAULT=0 - VAR BOOL ballPzlInUse[1] DEFAULT=0 - VAR INT ballCorrPush[1] DEFAULT=0 - VAR BOOL wtrstrOnOff[1] DEFAULT=0 - VAR BOOL fliesFlwr[1] DEFAULT=0 - VAR BOOL tiamCrystalPageVis[1] DEFAULT=0 DEFAULTOPTION=VAULT - -} diff --git a/Scripts/SDL/Vothol.sdl b/Scripts/SDL/Vothol.sdl deleted file mode 100644 index a4c9bc33b4..0000000000 --- a/Scripts/SDL/Vothol.sdl +++ /dev/null @@ -1,50 +0,0 @@ -# /*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ - -STATEDESC Vothol -{ - VERSION 1 - - VAR BOOL votholChisoBookVis[1] DEFAULT=1 DEFAULTOPTION=VAULT - -} - diff --git a/Scripts/SDL/trebivdil.sdl b/Scripts/SDL/trebivdil.sdl deleted file mode 100644 index 017d9d0d9b..0000000000 --- a/Scripts/SDL/trebivdil.sdl +++ /dev/null @@ -1,48 +0,0 @@ -# /*==LICENSE==* -# -# CyanWorlds.com Engine - MMOG client, server and tools -# Copyright (C) 2011 Cyan Worlds, Inc. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# Additional permissions under GNU GPL version 3 section 7 -# -# If you modify this Program, or any covered work, by linking or -# combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK, -# NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent -# JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK -# (or a modified version of those libraries), -# containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA, -# PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG -# JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the -# licensors of this Program grant you additional -# permission to convey the resulting work. Corresponding Source for a -# non-source form of such a combination shall include the source code for -# the parts of OpenSSL and IJG JPEG Library used as well as that of the covered -# work. -# -# You can contact Cyan Worlds, Inc. by email legal@cyan.com -# or by snail mail at: -# Cyan Worlds, Inc. -# 14617 N Newport Hwy -# Mead, WA 99021 -# -# *==LICENSE==*/ - -STATEDESC trebivdil -{ - VERSION 1 - - VAR BOOL trebChisoBookVis[1] DEFAULT=1 DEFAULTOPTION=VAULT -} diff --git a/Scripts/dat/FahetsHighgarden.age b/Scripts/dat/FahetsHighgarden.age deleted file mode 100644 index dfb3e8e6e2..0000000000 --- a/Scripts/dat/FahetsHighgarden.age +++ /dev/null @@ -1,7 +0,0 @@ -StartDateTime=0672211080 -DayLength=30.230000 -MaxCapacity=50 -LingerTime=180 -SequencePrefix=10446 -ReleaseVersion=0 -Page=Default,0 diff --git a/Scripts/dat/FahetsHighgarden.fni b/Scripts/dat/FahetsHighgarden.fni deleted file mode 100644 index 17e1c451fc..0000000000 --- a/Scripts/dat/FahetsHighgarden.fni +++ /dev/null @@ -1,4 +0,0 @@ -Graphics.Renderer.SetClearColor 0.00 0.00 0.00 -Graphics.Renderer.SetYon 100000.0 -Graphics.Renderer.Fog.SetDefColor 0.11 0.15 0.08 -Graphics.Renderer.Fog.SetDefLinear 0.00 2000.00 1.50 diff --git a/Scripts/dat/Serene.age b/Scripts/dat/Serene.age deleted file mode 100644 index e68560bb71..0000000000 --- a/Scripts/dat/Serene.age +++ /dev/null @@ -1,8 +0,0 @@ -StartDateTime=0000000000 -DayLength=24.000000 -MaxCapacity=50 -LingerTime=180 -SequencePrefix=5201 -ReleaseVersion=0 -Page=mainRoom,0 -Page=Snowfall,1 diff --git a/Scripts/dat/Serene.fni b/Scripts/dat/Serene.fni deleted file mode 100644 index 59159e5e2c..0000000000 --- a/Scripts/dat/Serene.fni +++ /dev/null @@ -1,4 +0,0 @@ -Graphics.Renderer.SetClearColor 0.20 0.20 0.40 -Graphics.Renderer.SetYon 100000.0 -Graphics.Renderer.Fog.SetDefColor 0.20 0.20 0.40 -Graphics.Renderer.Fog.SetDefLinear 0.00 150.00 0.50 diff --git a/Scripts/dat/Tiam.age b/Scripts/dat/Tiam.age deleted file mode 100644 index aabc1a4214..0000000000 --- a/Scripts/dat/Tiam.age +++ /dev/null @@ -1,8 +0,0 @@ -StartDateTime=0672211080 -DayLength=24.000000 -MaxCapacity=50 -LingerTime=180 -SequencePrefix=10263 -ReleaseVersion=0 -Page=Default,0 - diff --git a/Scripts/dat/Tiam.fni b/Scripts/dat/Tiam.fni deleted file mode 100644 index 225e99bfba..0000000000 --- a/Scripts/dat/Tiam.fni +++ /dev/null @@ -1,3 +0,0 @@ -Graphics.Renderer.SetClearColor 0.00 0.00 0.00 -Graphics.Renderer.SetYon 100000.0 -Graphics.Renderer.Fog.SetDefLinear 0 0 0 diff --git a/Scripts/dat/Vothol.age b/Scripts/dat/Vothol.age deleted file mode 100644 index c885a8ccff..0000000000 --- a/Scripts/dat/Vothol.age +++ /dev/null @@ -1,8 +0,0 @@ -StartDateTime=0000000000 -DayLength=24.000000 -MaxCapacity=50 -LingerTime=180 -SequencePrefix=1240 -ReleaseVersion=0 -Page=visitorlink,0 -Page=ChisoBook,1 diff --git a/Scripts/dat/Vothol.fni b/Scripts/dat/Vothol.fni deleted file mode 100644 index f403b2f1d3..0000000000 --- a/Scripts/dat/Vothol.fni +++ /dev/null @@ -1,4 +0,0 @@ -Graphics.Renderer.SetClearColor 0.35 0.18 0.00 -Graphics.Renderer.SetYon 10000.0 -Graphics.Renderer.Fog.SetDefColor 0.35 0.18 0.00 -Graphics.Renderer.Fog.SetDefLinear 100.00 1000.00 1.00 diff --git a/Scripts/dat/trebivdil.age b/Scripts/dat/trebivdil.age deleted file mode 100644 index b810e9a1d7..0000000000 --- a/Scripts/dat/trebivdil.age +++ /dev/null @@ -1,7 +0,0 @@ -StartDateTime=0000000000 -DayLength=24.000000 -MaxCapacity=50 -LingerTime=180 -SequencePrefix=10228 -ReleaseVersion=0 -Page=mainRoom,0 diff --git a/Scripts/dat/trebivdil.fni b/Scripts/dat/trebivdil.fni deleted file mode 100644 index f2bd948581..0000000000 --- a/Scripts/dat/trebivdil.fni +++ /dev/null @@ -1,4 +0,0 @@ -Graphics.Renderer.SetClearColor 0.5 0.7 0.8 -Graphics.Renderer.SetYon 100000 -Graphics.Renderer.Fog.SetDefColor 0.5 0.7 0.8 -Graphics.Renderer.Fog.SetDefLinear 0.0 0.0 0.0 From 6c5b4ba8486711a0fa9891c60d5c69568de2e155 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 16 Nov 2024 12:45:51 -0500 Subject: [PATCH 3/3] Remove removed Age from Nexus. --- Scripts/Python/nxusBookMachine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Python/nxusBookMachine.py b/Scripts/Python/nxusBookMachine.py index aca3e5250a..6b4848e0d3 100644 --- a/Scripts/Python/nxusBookMachine.py +++ b/Scripts/Python/nxusBookMachine.py @@ -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 = {