1Python"Anything over Python 2.5 (2.5.4 for download) is NOT backward-compatible. You're going to have to uninstall your version and download the Python 2.5.4. Also, don't download the ActivePython version as it has issues with the editor. After you download the Python 2.5.4, google Win32DLL addins for Python and download those. The Python website has links to find them. Finally, the toolset probably is going to have registry links to the old Python version, so I'd strongly recommend re-installing the toolset. I had to to get the toolset working."
http://social.bioware.com/forum/1/topic/8/index/127442Питон для Винды и Линукса можно скачать -
https://www.activestate.com/activepython/downloads/2Lightmapping script"Hi all,
I have created a project for the toolset lightmapper, and to kick things off I have already uploaded an updated lightmapping script that you can use to patch your toolset. Version 1.0.1:
- Suppresses the command windows for texture processing and atlasing.
- Fixes a bug where certain models would cause the lightmapper to fail.
So head on over to get the new script:
http://social.bioware.com/project/717/Look in the level editor options for the path to the lightmapper executable. The script is named Lightmapper.py and should be in the same directory as eclipseray.exe
- James G"
3 FaceFX"One that we just uncovered serendipitously while fixing the "missing generate FaceFX" bug is that there's a registry key that can cause this message to come up if it's missing.
Location
HKEY_LOCAL_MACHINE\\SOFTWARE\\BioWare\\Dragon Age\\Toolset\\Environment
Name:
DefaultDatabaseConnection
Value
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=bw_dragonage_content;Data Source=.\\\\BWDATOOLSET
If you're having the cannot connect error, check your registry to see if this key is there. Since the FaceFX bug is being caused by a registry key being missing it's possible that some of the connection failures are being caused by this too."
4"
November 16 Update: Figured it was time for another update. We are continuing work on both a toolset patch and a new toolset installer.
The patch would be for those with a working toolset that want to get the latest changes. It and would involve a smaller download and quicker update. The new installer would be for those installing for the first time, or who would rather discard their current installation and take another run at it from scratch.
We have added in the FaceFX fix
(it is a very simple one) and testing is underway on the rest of the items.
For those wondering about the "Can't connect to Database" issue. This is just another symptom/manifestation of a failure somewhere in the installation of SQL Server 2005 and the populating of the database with data. This is almost always an issue with the SQL Server 2005 installer, which is out of our control. We have worked through many issues in the past with this, yet no matter how many tweaks we make to our process around it, it always seems to find another way to slap us around. It has been the bane of my existance and I send virutal fireballs in its direction nearly every day. We will continue to fight the fight, and eventually we will emerge victorious (I hope)
A complicating issue with the patch is that we need to provide a path for those of you who have created content and don't want to see it all destroyed through the patch process. Without going into great detail, part of the change that we had to make for the Plot GUID affects how we can upgrade your existing data. We can do it, but it is not as straightforward as it should normally be.
I still cannot
provide a release date as all it takes is a failure on one platform/machine to send us back through another iteration.
Additionally, I am not entirely ignoring the forum, but I will not generally be responding to a lot of questions here, as time spent doing that is time not spent testing the toolset and the installer.
Stay tuned for more updates."