Dragonchasers
Posts Tagged ‘toolsets’
Posted on November 10th, 2009 at 9:53 pm under Gaming

Runic Games just passed on word that TorchED, the toolset used to make Torchlight, is now live. That’s the good news.

The bad news? It’s being hosted at FileFront. 384 meg file download time? 90 minutes. Hopefully that’s just something weird between me and FileFront, and you’ll get better speeds.

Think I’ll wait for a mirror.

Posted on November 10th, 2009 at 12:02 am under Gaming

RunicGames said on their twitter account today: “TorchED update, we found a bug on the last build, going to try to fix it tonight and get it out tomorrow. Updates in the forums!”

So here’s hoping we get it tomorrow. They’ve posted a few items to get you prepared and/or psyched for the toolset:

First, you’re gonna need .Net installed.

Second, here’s Ten Helpful Tips for Using TorchED

I’m so sucked into Dragon Age I’m not sure I’ll be able to pull myself away to play with TorchED right away, but I have been thinking when I’m finally ready to get my hands dirty, I’ll start with TorchEd and before taking on the rather intimidating Dragon Age toolset.

Rags to riches for me. I haven’t had a neat RPG toolset to play with since NeverWinter Nights, and now I have two at the same time!

Posted on November 6th, 2009 at 5:07 pm under Gaming

If you bought Dragon Age: Origins digitally you may encounter problems installing the Toolset. Bioware is working the problem, but in the meanwhile here’s what I did to get it installed.

Run the installer. The problem happens while installing MS SQL Server, and specifically while configuring it. You’ll encounter an error with an ignore/retry prompt. Leave that floating on screen.

Open:
C:\Program Files (x86)\Steam\steamapps\common\dragon age origins\tools\toolssql\MSSQL.1\MSSQL\Install\sysdbupg.sql
(substituting paths as required; I did this on Windows 7 Home 64-bit)

Search for:

SELECT @certificate_name = QUOTENAME(@certificate_name, ””)

and replace the line with:

SELECT @certificate_name = ”” + REPLACE(@certificate_name, ””, ”””) + ”’

Now hit Retry. You will probably get a new error along the lines of “Unable to Create database.”

Now open:
C:\Program Files (x86)\Steam\steamapps\common\dragon age origins\tools\toolssql\MSSQL.1\MSSQL\Data

and delete these files:
temp_MS_AgentSigningCertificate_database.mdf
temp_MS_AgentSigningCertificate_database_log.LDF
if they exist.

Finally go back to your installer and click on Retry again.

The installation *should* proceed smoothly. If it doesn’t, check the error logs in:
C:\Program Files (x86)\Steam\steamapps\common\dragon age origins\tools\toolssql\MSSQL.1\MSSQL\LOG
to see if you can tell what’s tripping things up.

There’s also a problem where the installer tries to write the uninstall.exe file to the wrong directory. Haven’t found a fix for that yet, but hitting Ignore lets you finish the installation and run the tools. Might mean some manual registry cleaning some day when you uninstall the tools though.

More details can be found here:
http://social.bioware.com/forum/1/topic/8/index/109796/1

and here:
http://social.bioware.com/wiki/datoolset/index.php/Installation_with_Steam

I tested this on my Steam install but forum denizens say it works for Impulse as well.

[Updated the steps to take out a shortcut that may have been causing problems (see comments.)]