Thus spake "Tim McCaron": > Use the save game updater on your saved game. This will update all your game > piece info. Youll need to export the gamepiece info from the previous mod > version, so youll need that too. Works really well I have found >
If that doesn't work---and I have managed to create some situations where it doesn't---I have a modified updater that you could try which matches pieces differently from the built-in one. This is one of those things I want to fix in the 3.x series, since it's a common thing to do when you're making a module. There's a conceptually simple solution to the problem---pieces in the tray should have a unique id number, and instances of them should store that number. Then updating becomes trivial and could be automatic, since it's just matching ids. -- J.
