sfall-team / sfall

sfall - Engine modifications for Fallout 2
https://sfall-team.github.io/sfall/
GNU General Public License v3.0
342 stars 40 forks source link

"string_format" metarule is inconsistent with sprintf opcode #482

Closed phobos2077 closed 1 year ago

phobos2077 commented 1 year ago

It uses different rules, supports less specifier types. Only %s and %d and without any parameters like %05d or %.2f - aren't supported. Which makes it very limited and confuses the user.