Daivuk / apdoom

Archipelago Doom is a fork of Crispy Doom to allow multi-world features from Archipelago
GNU General Public License v2.0
9 stars 11 forks source link

Shortcodes for hinting for a level don't actually work #23

Open not-on-pizza opened 2 months ago

not-on-pizza commented 2 months ago

Looking at apdoom_send_message() in apdoom.cpp (line 1511), it appears that after a level is detected (if (level_info), the code checks for "map", "blue", "yellow", "red", "green"... but then gives up if none of those are detected, without actually sending a sensible hint for the actual level itself.

The fix looks fairly obvious, but I have no easy way of compiling and testing the code myself, so filing this as an Issue instead of a PR. (Also how do I GitHub? >_>)