From 84a2eeabb159137f864b05e070aa91c43834e3cc Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 13 May 2013 19:28:55 +0100 Subject: [PATCH] Moved resources out of examples folder. --- .../resource => resources}/DOM-shim-ie8.js | 0 {examples/resource => resources}/polyfill.js | 0 {examples/resource => resources}/script.js | 0 {examples => resources}/settings.yaml | 17 +++++++++++++++++ {examples/resource => resources}/storage.js | 0 {examples/resource => resources}/style.css | 0 6 files changed, 17 insertions(+) rename {examples/resource => resources}/DOM-shim-ie8.js (100%) rename {examples/resource => resources}/polyfill.js (100%) rename {examples/resource => resources}/script.js (100%) rename {examples => resources}/settings.yaml (62%) rename {examples/resource => resources}/storage.js (100%) rename {examples/resource => resources}/style.css (100%) 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