![]() |
[Systems] Taus show incorrect region when cloaked. - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7) +--- Forum: Discovery Mod General Discussion (https://discoverygc.com/forums/forumdisplay.php?fid=37) +---- Forum: Discovery Mod Bug Reports (https://discoverygc.com/forums/forumdisplay.php?fid=573) +----- Forum: Fixed or invalid (https://discoverygc.com/forums/forumdisplay.php?fid=574) +----- Thread: [Systems] Taus show incorrect region when cloaked. (/showthread.php?tid=208956) |
[Systems] Taus show incorrect region when cloaked. - Leo - 08-16-2025 Type: Systems Bug: When cloaked, shows Omega Border Worlds Reproduction Steps:
Additional Information: link Do not repeat this template for unrelated bugs, each needs their own thread. RE: [Systems] Taus show incorrect region when cloaked. - Eternal.Journey - 08-17-2025 To add to the above - It is also something I noticed today when I was cloaked in Alaska (Do Not Ask). Whenever cloaked with a Nomad Hybrid Cloak today (The ship I was using is Wilde.Walkuere, in case it's related to that) and this bug I've noticed before, too. Forgot about until now, and tested it again. Sure enough, Cloaked in "Liberty" region listed me in "Liberty", "Omega Border Worlds" in the Player List API. RE: [Systems] Taus show incorrect region when cloaked. - Alex. - 08-25-2025 I believe the API used on the forums shows the text for the system nickname written to player_cloak_status.json by the game server. So this is probably some FLHook config somewhere. RE: [Systems] Taus show incorrect region when cloaked. - Alex. - 08-25-2025 Yeah it's the cloak.cfg [PlayerListCloak] "mask" items. Tau-23 is bw08 which is configured to map to EW63 which is "Taus" though... RE: [Systems] Taus show incorrect region when cloaked. - Alex. - 08-25-2025 Cloaked in T-23, in-game player list showed "Taus", https://discoverygc.com/forums/api_interface.php?action=players_online shows a system of "Taus" but with a region of "Omega Border Worlds" RE: [Systems] Taus show incorrect region when cloaked. - Alex. - 08-25-2025 Quote:MariaDB [dgcserver]> select * from regions; So ran this to fix: Quote:update systems set region_id = 11 where name = 'Ind. Worlds'; |