Content Providers
From WCell Wiki
(Redirected from Supported Databases)
Currently WCell's only supported content providers are UDB and a few of it's branches. If you wish to make your project work with WCell, let us know on the Forums or IRC
Contents |
Supported projects
UDB
WCell supports UDB. Read the Guide to installing UDB
SVN: https://unifieddb.svn.sourceforge.net/svnroot/unifieddb/trunk WIKI: http://udbwiki.webhop.net/index.php/Main_Page SITE: http://udbforums.kicks-ass.net/index.php
RUDB
The russian version of UDB. Guide to installing RUDB
SITE: http://sourceforge.net/projects/rudb/
GMDB
The german version of UDB. Guide to installing GMDB
SVN: https://sourceforge.net/projects/gm-db/
YTDB
SNV: http://svn2.assembla.com/svn/ytdbase SITE: http://www.assembla.com/wiki/show/ytdbase
Making your project work with WCell
WCell uses a template system that allows you to easily match your project's tables and fields to WCell's internal variables. All table definitions should be defined in Run\RealmServer\Content\YourProject\Tables.xml
UDB\Tables.xml
Each table's fields will then be defined in the xml document you set it to in Tables.xml. All definitions should go to Content\YourProject\Data
Example
In the Configuration you must set
<ContentProviderName>UDB</ContentProviderName>
to YourProject
