├── LuaGlobals.txt ├── README.md ├── mod.txt └── poco ├── 3rdPartyLibrary.lua ├── Hud3.lua ├── Hud3_Options.lua ├── Hud3_class.lua ├── common.lua ├── hud3_localeCN.json ├── hud3_localeCN_HK.json ├── hud3_localeDA.json ├── hud3_localeDE.json ├── hud3_localeEN.json ├── hud3_localeES.json ├── hud3_localeFR.json ├── hud3_localeID.json ├── hud3_localeIT.json ├── hud3_localeKR.json ├── hud3_localeNL.json ├── hud3_localeNO.json ├── hud3_localePL.json ├── hud3_localePT.json ├── hud3_localePT_BR.json ├── hud3_localeRU.json ├── hud3_localeSV_SE.json └── hud3_rooms.json /LuaGlobals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/LuaGlobals.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/README.md -------------------------------------------------------------------------------- /mod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/mod.txt -------------------------------------------------------------------------------- /poco/3rdPartyLibrary.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/3rdPartyLibrary.lua -------------------------------------------------------------------------------- /poco/Hud3.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/Hud3.lua -------------------------------------------------------------------------------- /poco/Hud3_Options.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/Hud3_Options.lua -------------------------------------------------------------------------------- /poco/Hud3_class.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/Hud3_class.lua -------------------------------------------------------------------------------- /poco/common.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/common.lua -------------------------------------------------------------------------------- /poco/hud3_localeCN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeCN.json -------------------------------------------------------------------------------- /poco/hud3_localeCN_HK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeCN_HK.json -------------------------------------------------------------------------------- /poco/hud3_localeDA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeDA.json -------------------------------------------------------------------------------- /poco/hud3_localeDE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeDE.json -------------------------------------------------------------------------------- /poco/hud3_localeEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeEN.json -------------------------------------------------------------------------------- /poco/hud3_localeES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeES.json -------------------------------------------------------------------------------- /poco/hud3_localeFR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeFR.json -------------------------------------------------------------------------------- /poco/hud3_localeID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeID.json -------------------------------------------------------------------------------- /poco/hud3_localeIT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeIT.json -------------------------------------------------------------------------------- /poco/hud3_localeKR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeKR.json -------------------------------------------------------------------------------- /poco/hud3_localeNL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeNL.json -------------------------------------------------------------------------------- /poco/hud3_localeNO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeNO.json -------------------------------------------------------------------------------- /poco/hud3_localePL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localePL.json -------------------------------------------------------------------------------- /poco/hud3_localePT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localePT.json -------------------------------------------------------------------------------- /poco/hud3_localePT_BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localePT_BR.json -------------------------------------------------------------------------------- /poco/hud3_localeRU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeRU.json -------------------------------------------------------------------------------- /poco/hud3_localeSV_SE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_localeSV_SE.json -------------------------------------------------------------------------------- /poco/hud3_rooms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenyr/PocoHud3/HEAD/poco/hud3_rooms.json --------------------------------------------------------------------------------