WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
89 stars 20 forks source link

MODDER setup_tra issues noisy false positives #192

Open FredrikLindgren opened 3 years ago

FredrikLindgren commented 3 years ago

If BAF is processed by COMPILE/EXTEND_*/etc with no associated TRA, MODDER will issue a warning, even if the BAF has no need for a TRA. This is because the check is simply if Dc.notChanged is altered by the TRA processing, and warning is issued otherwise.

https://forums.pocketplane.net/index.php?topic=29953.msg340412#msg340412 (point 2)