HokieBT 说:
download the module system, then use a text editor like Notepad++ to 'search all *.py files' for things like "book_wound_treatment_reference" and "book_leadership" to see where you have to modify it.
I originally dismissed the Troop Editor as I took it literally as purely for combat units, but it does sound that would potentially solve the "adding to the book merchants inventory" but not the rest.
Furthermore I had assumed that the Module System was preinstalled, but I'm grabbing the files now and it's looking slightly more tangible now.
Is it possible to have a short "check list" of what is necessary? I'm sure if I just searched for book through all the Python files I'll get some irrelevant variables and whatnot.
So far:
1. Generate the item. module_items
2. Add the item to the merchant. module_troops
3. Add the intel prerequisite. module_scripts
4. Set the bonus for the book, either for the reference or readable. module_??
5. If it is possible (I figure this might not be, given that some threads might indicate the book merchant is hardcoded this way) to refresh his stock, set it that way. ???
About to get stuck in on the stuff I know how to do first, if someone could fill in the "blanks" though, I'd appreciate it.