diff --git a/..svnbridge/.svnbridge b/..svnbridge/.svnbridge
index ab8f4c7..17def6e 100644
--- a/..svnbridge/.svnbridge
+++ b/..svnbridge/.svnbridge
@@ -1,3 +1,6 @@
svn:ignoreMud Designer ToolKit.jpeg
MudDesigner.suo
+svn:ignoreMud Designer ToolKit.jpeg
+MudDesigner.suo
+Design Document.gdp
\ No newline at end of file
diff --git a/..svnbridge/Design Document.pdf b/..svnbridge/Design Document.pdf
new file mode 100644
index 0000000..0f29a9e
--- /dev/null
+++ b/..svnbridge/Design Document.pdf
@@ -0,0 +1,4 @@
+svn:ignoreMud Designer ToolKit.jpeg
+MudDesigner.suo
+Design Document.gdp
+svn:mime-typeapplication/octet-stream
\ No newline at end of file
diff --git a/..svnbridge/Mud Designer.pod b/..svnbridge/Mud Designer.pod
new file mode 100644
index 0000000..0f29a9e
--- /dev/null
+++ b/..svnbridge/Mud Designer.pod
@@ -0,0 +1,4 @@
+svn:ignoreMud Designer ToolKit.jpeg
+MudDesigner.suo
+Design Document.gdp
+svn:mime-typeapplication/octet-stream
\ No newline at end of file
diff --git a/Design Document.pdf b/Design Document.pdf
new file mode 100644
index 0000000..be94abb
Binary files /dev/null and b/Design Document.pdf differ
diff --git a/Mud Designer.pod b/Mud Designer.pod
new file mode 100644
index 0000000..4fa6ab4
Binary files /dev/null and b/Mud Designer.pod differ
diff --git a/Mud Designer/Mud Designer.csproj b/Mud Designer/Mud Designer.csproj
index 32c71ae..64fa463 100644
--- a/Mud Designer/Mud Designer.csproj
+++ b/Mud Designer/Mud Designer.csproj
@@ -147,6 +147,10 @@
Resources.Designer.cs
Designer
+
+ Runtime.cs
+ Designer
+
RealmWidget.cs
Designer
@@ -167,6 +171,12 @@
+
+ Form
+
+
+ Runtime.cs
+
UserControl
diff --git a/Readme.txt b/Readme.txt
new file mode 100644
index 0000000..db12135
--- /dev/null
+++ b/Readme.txt
@@ -0,0 +1,30 @@
+Mud Designer Source Code Information
+Author: Scionwest
+Website: http://MudDesigner.Codeplex.com
+========================================
+
+Introduction
+========================================
+Thank you for downloading the source code to my product Mud Designer.
+Included you will find the complete source code for the project, along
+with a couple of documents pertaining to the development roadmap of the
+project.
+
+What's included
+========================================
+Included in this download is several things, including the source code
+to the project, development roadmap file and the projects design document.
+Not all of these files are completed files and are subject to change over
+the next few weeks.
+
+The Mud Designer Source is included within the "Mud Designer" directory.
+The source code can be modified by loading the Mud Designer.csproj file
+into Microsofts Visual C# 2008 Express or newer. The Source Code requires
+Microsofts .NET Framework 3.5 to compile correctly.
+
+The File "Mud Designer.pod" is the project roadmap, and can be viewed by
+opening the file within the free OpenProject software found at
+http://openproj.org/openproj. This file is not yet completed.
+
+The file "Design Document.pdf" is the design document associated with this
+project. This file is not yet completed.