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/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 = {
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/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
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