beyond-all-reason / BYAR-Chobby

Currently used legacy lobby for BAR, for the new lobby development see https://github.com/beyond-all-reason/bar-lobby
59 stars 69 forks source link

Show source for tweakdefs and tweakunits instead of base64 in lobby #694

Open Jordan-Cottle opened 4 months ago

Jordan-Cottle commented 4 months ago

When joining a lobby with tweaks, it is hard to tell what the tweaks do. Not everyone can read lua or understand the tweaks from their source, but effectively noone can read base64 without decoding it.

There should be no reason the client has to display the base64 version, or even require players making tweaks to apply/paste in the base64 version even if the server that uses this data requires it in base64 format.

p2004a commented 4 months ago

Just FYI, This isn't on purpose, it's "PRs welcome" situation.