This adds exclusion bands around the sun’s exclusion zones of Bering, Omega-41, Tau-31 and Tau-23.
Those bands are using `cull_mode = 2` so only their sun-facing side is visible.
Also their fade distances was set up so they are mostly just visible when you are at the edge of the sun’s exclusion zones.
Same cull-mode and fade added for Tau-31 Harris exclusion band, too.
Before the player accepts mission 2, there would be a chance that Manhattan NPCs tell a rumor about King being at Manhattan waiting for you, even though you are literally in the same bar. Hence this rumor will not be told by Manhattan NPCs anymore.
Made it so NPC's use standard shields, should be compatible with servers. Reference issue: #182.
---------
Co-authored-by: C.S. Melis <cees3331x00@gmail.com>
Before the player accepts mission 2, there would be a chance that Manhattan NPCs tell a rumor about Juni being at Manhattan waiting for you, even though you are literally in the same bar. Hence this rumor will not be told by Manhattan NPCs anymore.
The Dust asteroid belt texture previously had an issue where it looked as if groups of rocks were glued together. They have been properly separated in this commit.
Applied the following hex edit: d3d8_legacy.dll, 2594B, 01 -> 00. This effectively disables the maximixed windowed mode, which officially cannot be done programmatically anymore, since after a specific update they made it so the value is hard-coded to '1'. This hex edit changes that value to '0'.