Thread: Bugs Thread
View Single Post
  #919  
Old 12-11-2012, 12:18 PM
ckdamascus ckdamascus is offline
Approved Member
 
Join Date: Mar 2010
Posts: 1,059
Default

Quote:
Originally Posted by Adjutant View Post
Interesting that you mention it checks for 'cloth_pack == 5' and not 'cloth_pack >= 5'.
Does this appear anywhere in a script? - Is it possible to override this with a mod like some of the other mods (lua scripts)?

Looks like everyone is also running into the Black Unicorn bug. Any advice on this one? (The horn simply doesn't appear in your inventory)
Regarding that, it makes sense that is the case. Just thinking like a programmer. It checks for both inventory and quest flags before triggering completion and there is "no way" you could ever get > 5. (rolls eyes). I don't know enough about modding. If you are super unlucky, it is embedded in the .exe file so nothing we do can make it work.

Roll back to an older saved game before you used cheat codes (this is why I always save before I use cheat codes, level up, dialogue with any major event, use runes at all, buy items, buy units etc). I think you guys would be in horror to see how many saved games I have per "run".

Or, just live without it. I beat the game without it before. Isn't the end of the world. ;0

It is also a bug with the initial patch release. It works fine in build 6246/X (start game build / current build).

However, you are on initial release, so it is bugged. I dont' remember the code for the horn but it might be in the items.txt file if you decompress one of the files (I forgot which one).

fatt shade is really good at that, so maybe hunt for his posts.

[edit]
also there is a save game editor, but i never used it before, have no idea if it works (please make a backup before using it on your saved game files). that might be able to explicitly delete items

Last edited by ckdamascus; 12-11-2012 at 12:38 PM.
Reply With Quote