V2.0.1 | 2026-07-16
感谢 中国玩家 流香(815765217) 多次反馈BUG,提供日志.
全面修复所有可配置项,修复dlc和原版下的火车参数调整可用
感谢中国玩家 流香(815765217) 进行全部参数的测试确认可用.
Thanks to Chinese player Liu Xiang (815765217) for repeatedly reporting bugs and providing logs.
Fully fixed all configurable items, and resolved the issue where train parameter adjustments were functional for both DLC and base game versions.
Thanks to Chinese player Liu Xiang (815765217) for testing all parameters and verifying their proper functionality.

v2.0.0 | 2026-06-15
TrainCapacityTweaksMod.cs 功能增强 Enhanced Features for TrainCapacityTweaksMod.cs

新增速度修改和安全乘法方法 Added speed adjustment and safe multiplication methods

config.json 配置更新 新增 8 个配置项 Updated config.json with 8 new configuration items

TrainCapacityTweaks.dll 重新编译 包含所有修复 Recompiled TrainCapacityTweaks.dll with all fixes included

启用溢出保护 ：建议保持 protect_overflow 为 true ，可避免意外错误

煤水车特殊处理 ：煤水车的速度和功率倍率建议保持 100%，避免不必要的修改

高倍率谨慎使用 ：虽然支持高达 500% 的倍率，但建议根据实际需求调整，过高的倍率可能影响游戏平衡性

修改后重启 ：修改配置后需要重启游戏才能生效

v1.0.1 | 2026-06-14
感谢 中国玩家 流香(815765217) 多次反馈BUG,提供日志.

通过远程玩家游戏,在客户机上进行现场演示展示了mod无法修改的问题.排查后确认是用户加载了火车dlc

而作为设计者的环境是没有加载火车dlc的,所以可以确认,v1.0.0版本可以在无加载dlc情况下正常起效.

因为dlc加载级别永远高于mod,所以所有数据都被覆盖,自定义数据无法起效.

解决方案:

1,将参数名改为 snake_case
2,增加遍历修改实例逻辑

3,由常量修改,改为实例修改.

V1.0.1版本已经测试,可以在火车dlc加载情况下完成车厢容量和模块容量修改.

v1.0.0 | 2026-06-11
* 添加对火车容量的修改方案和方法