hi liral, i wrote this in starship legends as well, but i suspect this mod conflicts with that mod since it's the only mod that overhauls damage percentages and the like
this is what i wrote in the last paragraph in the post: "none of the battles register, they happen but when i see the battle log it shows as if none of my ships did any damage or receive any, it only logs when a ship is destroyed and this is extremely annoying as i will quickly get insubordinate crews and negative buffs."
i may be completely wrong on this mod conflicting, but i mean it's my only suspect at the moment
Hey, Liral. I'm trying to resolve the issue turtlebacons recently brought to my attention (as described above). I was hoping your DamageReportManagerV1 class would be a good solution, but I'm having trouble getting getDamageReports to return anything other than an empty list. I suspect that I'm not using the class as intended. Would you be kind enough to explain the correct usage to me? Feel free to PM me here or on Discord (Sundog#3161) if you'd prefer to keep this thread clean.
NickXR of Detailed Combat Results wrote DamageReportManagerV1, which I slightly modified, for this purpose to establish compatibility with Realistic Combat, the source code of which uses the class in listeners/DamageModel.java, scripts/DamageReportManagerV1.java, and scripts/DamageReportV1.java. We had thought that someone else might use the class one day, and I am happy to learn that you would like to. Accordingly, you might not be the last, so perhaps the three of us should document how to use the class in its code.