Quote:
Originally Posted by Gandalf Parker
The version I have does that kindof. I just used it to check a heavily modded game that included Mytheology. The mytheology gods all showed up as "Bogus" with stats. Im not sure if that was something particular to that mod or if all modded gods would show up that way.
|
If you mean a message like "Bogus body number ###", it's working as designed. Catgod contains a list of the unit names I extracted from the game file. If the body number is greater than the number of names on the list, catgod says it's bogus. It's better than crashing with a bad array lookup.
To get the names of any mod'ed unit, I'd need to know which mods are in use, and then I'd have to read and understand the mod files. I'm sure the game squirrels away the list of mods in use somewhere, but parsing the mod files looks like a lot of work.