Posts Tagged: dragon age


22
Nov 09

Dragon Age: Origins (PC)

Dragon Age was one of those few games that launched completely off my radar. I had seen bits and pieces about it here and there, but never payed much attention. I had no idea it was an RPG, let alone one from BioWare. It’s weird, because I love BioWare and am a huge fan of their RPGs, ever since Neverwinter Nights. It wasn’t until my buddy Jim started speaking it’s praises that I rab it off Steam.

Anyway; I finished my first play through last night, coming in at just under 60 hours played. I completed more than 75% of the side quests in the game (according the achievement I got) as a City Elf Rogue, with Bard and Assassin specializations applied. I decided to give this go through the “good guy” treatment.

Dragon Age has a variety of companions you can befriend along the way

Dragon Age has a variety of companions you can befriend along the way

On the surface, Dragon Age’s theme feels fairly uninspired. An demonic force is trying to conqueror the land. The peoples (made up of humans, elves, dwarves, etc.) of the land are in turmoil and civil war, too distracted to prepare for the invading army. You are the unlikely hero who must bring these nations together and lead a campaign against the enemy. Nothing too shocking here if you have ever played an RPG before.

What makes Dragon Age compelling, though, is the detail BioWare has put into the world and it’s inhabitants. From the moment you become a Grey Warden you are thrust into an ugly world of political espionage, slavery and religious zealotry that makes for some very enticing storytelling. You have to make tough decisions that will have lasting consequences, for better or worse, and you are free to take the honorable route, which often ends up being much harder, or the morally ambiguous one and try to cash in on an opportunity.

Continue reading →


10
Nov 09

Getting the Dragon Age Toolset Running on Windows 7 x64

This took me the better part of the afternoon to figure out, so hopefully I can save someone else the time.

  1. Install the Dragon Age Toolset, ensuring that you uncheck the “Install SQL Server 2005″ option.
  2. Download the x64 versions of SQL Server 2005 Express Edition and SQL Server Management Studio Express.
  3. Install Server and Management Studio with the default settings.
  4. Open Management Studio Express and connect with the default settings.
  5. Right click “Databases” and select “New Database.” Set the name to “dragonage_toolset” and press OK.
  6. Select “dragonage_toolset” from the list on the left and click the “New Query” button in the toolbar.
  7. Paste the contents of this file in the blank window, and click the “Execute” button in the toolbar. You may see some warnings, but that’s OK.
  8. Repeat the process, this time pasting the contents of this file.
  9. Close Management Studio Express.
  10. Run “ConfigureToolset.exe” from your Toolset installation folder.
  11. Click next on the first screen. On the “Content Database” dialog, uncheck “Use the default database” and paste the following into the Database field:
    Provider=SQLNCLI.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=dragonage_toolset;Data Source=MACHINE-NAME\SQLEXPRESS
    You will want to change “MACHINE-NAME” to match the name of your PC in all capital lettering.
  12. Press Next, and then press Finish. Start the Toolset and you should be good to go.

Hope this helps!