2 Open Issues Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
Game Modification Video Game Mod

AI 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.

Complexity: 4/5
enhancement help wanted

Animal Tracker mod for Red Dead Redemption 2

C++
Game Modification Video Game Mod

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.

Complexity: 4/5
bug help wanted

Animal Tracker mod for Red Dead Redemption 2

C++