diff --git a/examples/resource/DOM-shim-ie8.js b/resources/DOM-shim-ie8.js similarity index 100% rename from examples/resource/DOM-shim-ie8.js rename to resources/DOM-shim-ie8.js diff --git a/examples/resource/polyfill.js b/resources/polyfill.js similarity index 100% rename from examples/resource/polyfill.js rename to resources/polyfill.js diff --git a/examples/resource/script.js b/resources/script.js similarity index 100% rename from examples/resource/script.js rename to resources/script.js diff --git a/examples/settings.yaml b/resources/settings.yaml similarity index 62% rename from examples/settings.yaml rename to resources/settings.yaml index e7320062..68b3359b 100644 --- a/examples/settings.yaml +++ b/resources/settings.yaml @@ -15,3 +15,20 @@ Masterlist URLs: Skyrim: http://better-oblivion-sorting-software.googlecode.com/svn/data/boss-skyrim/masterlist.yaml Fallout 3: http://better-oblivion-sorting-software.googlecode.com/svn/data/boss-fallout/masterlist.yaml Fallout New Vegas: http://better-oblivion-sorting-software.googlecode.com/svn/data/boss-fallout-nv/masterlist.yaml + + +# Each TC's files get put in a subdirectory of the BOSS folder with name ' TC 1 - '. +# If registry is left blank, then BOSS must be installed locally for it. +# Only real difference between TCs and the original games is for interactions with libespm, libloadorder. +Total Conversions: + + - name: Nehrim - At Fate's Edge + base: oblivion + master: Nehrim.esm + registry: Software\Microsoft\Windows\CurrentVersion\Uninstall\Nehrim - At Fate's Edge_is1\InstallLocation + folder: Nehrim + + - name: Enderal - The Shards of Order + base: skyrim + master: Enderal.esm + folder: Enderal diff --git a/examples/resource/storage.js b/resources/storage.js similarity index 100% rename from examples/resource/storage.js rename to resources/storage.js diff --git a/examples/resource/style.css b/resources/style.css similarity index 100% rename from examples/resource/style.css rename to resources/style.css