Aller au contenu

Photo

Can I update yet?


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
uberdowzen

uberdowzen
  • Members
  • 1 213 messages
I've been putting off updating DAO to 1.04 because I saw somewhere that it screws up the toolset or makes something not work properly. So, simply, can I update yet if I want to keep on using the toolset?

#2
FergusM

FergusM
  • Members
  • 460 messages
There has been no official fix. However, it is quite simple to solve the problem yourself. It only effects the toolset, not end users. Basically, the problem is that script.ldf, a file which lists the engine functions and constants for scripting, in patch 1.04 is an out of date version. This prevents you from compiling your code if you used some of the functions that were released with 1.03.



Sunjammer posted the solution in the scripting forum, the gist of which is you have to open up patch002.erf with the toolset (which is 1.03, located in [install]/packages/core/patch), extract script.ldf from there and place it in that same folder. This will make it override the version inside patch003.erf (1.04).

#3
uberdowzen

uberdowzen
  • Members
  • 1 213 messages
Oh, OK, I'll download the patch then. Thanks for your help :)