Kulyok, on Jan 14 2006, 10:54 AM, said:
It requires re-writing all mods which use Chapter Global, (and simple Find/Replace won't work here), and possibly keeping two versions, since many use and will be using TUTU 4, and the promised conversion is not going to happen very soon.
Given that ConTEXT can search-and-replace regular expressions across multiple files, it is a fairly trivial change. What isn't trivial is having to support two versions, one in which chapter globals are incremented and another where they aren't.
As a proof of concept, I incremented chapter globals in
BG1 NPC v11 this morning as an exercise. It took 15 minutes, most of which was loading the files.
Kulyok, on Jan 14 2006, 10:54 AM, said:
Also, I think that basically, it is "assuming too much". I do not enjoy the fact that a simple conversion *changes game* in such a drastic way. It's the same as with Dudleyfixes: bugfixes are one thing, tweaks and optimizing is the other. And since it cannot be made optional, I would prefer that Chapter Globals are left as they are.
You don't get journal entries from the prologue unless chapter globals get incremented. The two options are either:
- Exclude original content (prologue journal entries) for modder benefit
- Improve player experience and have a truer conversion at the expense of a one-time outlay of modder time