Ok, this was written on Visual Studio 2010: Professional, you will require at the very least Visual Studio 2010, the .net 3.5 Framework and MsSQL Server 2005.
Once you have restored the database to your sql server you will need to modify Core -> Database.cs -> _sqlConnString and replace %Your Computername Here% with your computername, and optionally the servername where it says SQLEXPRESS if you installed it under a different name.
This was developed before my dmap/smap loader, however i believe i developed it within the fusionorigins project, so it is in there, it just has not been updated to use the new functions.
The source is aimed at a 4267 client.
There is no difference in the files bellow, just merely for your preference, interestingly there is a 2mb difference in the files lol.
Edit: Added the 2 missing projects.
Once you have restored the database to your sql server you will need to modify Core -> Database.cs -> _sqlConnString and replace %Your Computername Here% with your computername, and optionally the servername where it says SQLEXPRESS if you installed it under a different name.
This was developed before my dmap/smap loader, however i believe i developed it within the fusionorigins project, so it is in there, it just has not been updated to use the new functions.
The source is aimed at a 4267 client.
There is no difference in the files bellow, just merely for your preference, interestingly there is a 2mb difference in the files lol.
Edit: Added the 2 missing projects.