
MacosHealthbarsFix
Fixes the invisible or partially missing health/shield bars issue that occurs on macOS when running Risk of Rain 2 through CrossOver.
Last updated | 3 hours ago |
Total downloads | 4 |
Total rating | 0 |
Categories | Mods |
Dependency string | LevTeam-MacosHealthbarsFix-1.0.27 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2121README
MetalSafeBars
Читабельные полоски здоровья для Risk of Rain 2 на macOS (CrossOver):
- Ничего не скрывает — рисует поверх ванильных баров.
- HP и щит как отдельные заливки.
- Лёгкий и совместимый подход (UI-оверхлей).
GUID: me.metalfix.ror2.healthbars
Требования: bbepis-BepInExPack
5.4+
Сборка
rm -rf obj bin && \
dotnet build -c Release && \
ver=$(jq -r '.version_number' manifest.json | awk -F. '{OFS="."; $NF+=1; print}') && \
jq --arg v "$ver" '.version_number=$v' manifest.json > manifest.tmp && mv manifest.tmp manifest.json && \
PKG="MetalSafeBars" && \
rm -rf "$PKG" && mkdir -p "$PKG/BepInEx/plugins/MetalSafeBars" && \
cp bin/Release/netstandard2.1/MetalSafeBars.dll "$PKG/BepInEx/plugins/MetalSafeBars/MetalSafeBars.dll" && \
cp manifest.json README.md icon.png "$PKG"/ && \
ZIP="release_zips/MetalSafeBars-$ver.zip" && \
rm -f "$ZIP" && \
zip -r "$ZIP" "$PKG" && \
rm -rf "$PKG"
Автор: Lev Budko