![]() |
|
[Coding] Zoner unable to dock in house space on specific base - 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: [Coding] Zoner unable to dock in house space on specific base (/showthread.php?tid=210181) |
[Coding] Zoner unable to dock in house space on specific base - Soban - 11-30-2025 Type: Systems Bug: Tested on Phoenix ID, I guess it might be the same for zoner ID. We are unable to dock on GMG/IMG with 3600+ ship. But as stated per ID we should be able too. Within House Space: - Can only dock ships with more than 3,600 cargo on GMG, IMG, and Zoner bases. Reproduction Steps:
RE: [Server Config] Zoner unable to dock in house space on specific base - Alex. - 12-22-2025 Ok so you should be able to dock on: Aomori Station - GMG South Shields Refinery - IMG Bethlehem Station - Zoner But, the SCI::CanDock function in shipclass_item.cpp does not recognise the concept of specific base or faction exceptions. If the system is on the idrestrict list for that ID, the cargo capacity check is done regardless. In your case that restricts Phoenix IDs. Zoner IDs and the Stormhawk SRP ID have similar restrictions, but with different exemptions - Zoners can do it in Pennsylvania and Stormhawk can only do it on Zoner bases. RE: [Coding] Zoner unable to dock in house space on specific base - Aingar - 12-22-2025 Added base exclusion functionality, up to admins to add them. RE: [Coding] Zoner unable to dock in house space on specific base - firesilver - 12-22-2025 Added base exclusions to config. RE: [Coding] Zoner unable to dock in house space on specific base - Alex. - 12-23-2025 Pending server restart to verify RE: [Coding] Zoner unable to dock in house space on specific base - Alex. - 12-23-2025 Confirmed fixed |