edo9300 / edopro

A script engine for "yu-gi-oh!" and sample gui (former "ygopro")
Other
279 stars 75 forks source link

Keep strings.conf updated #178

Closed LordYuuma closed 3 years ago

LordYuuma commented 4 years ago

When building edopro from source, there are a lot of externalized strings, which are unset, resulting in them being rendered as "???". I'm currently keeping this patch around to resolve them, but reverse-engineering all your strange mappings is a quite time-consuming and error-prone task.

It is probably also a good idea to split up the conf, so that it can be updated separately per repo. I think !system belongs here, whereas !counter and !setname should probably be handled in BabelCDB. Not quite sure, where !victory should go.

LordYuuma commented 3 years ago

extra-rules settings

More or less current master. I've partly applied #126, but I've missed some paths during the rebase, so that build isn't particularly usable outside of that either.