Open Issues Need Help
View All on GitHubAI Summary: The task requires creating custom blip sprites for birds and fish in a Red Dead Redemption 2 mod. This involves researching how to import custom sprites and create custom blips within the game's engine, likely requiring reverse engineering or utilizing existing modding tools and documentation. The existing mod uses Conan for dependency management and CMake for building.
AI Summary: The task is to debug and fix an issue in a Red Dead Redemption 2 mod where Korean multibyte characters are not displayed correctly in-game. The issue stems from how UTF-8 encoded strings are handled within the game's UI rendering function, `UIDEBUG::_BG_DISPLAY_TEXT`. The solution likely involves investigating the game's text rendering system and potentially modifying the mod's code to correctly handle Korean characters, possibly by using a different encoding or a more robust text rendering library.