Removed some useless options in the settings menu. Also decreased the default mouse sensitivity to 35 and increased the default max sound elements to 120.
The crow_tile01 texture looked too obvious when repeated, which was the case in bw08 and bw09. Hence the texture has been adjusted to make the tiling less blatant.
"We bring Artifacts to this base from Crete. It is not as lucrative a run as others, but the Zoners will find buyers for them. Either way we make our money." -> "We get many of our goods from Freeport 1 in Omega-3. We ship Polymers, Engine Components, and Fertilizers here from that area. The Corsairs must fight the Red Hessians to enter that space, but we may pass unhindered."
"The shipyard Tripoli requires many different Commodities to maintain production of our vessels and raiding crafts. We ship Polymers and Engine Components there from this base." -> "There is a very dangerous radiation zone in the center of the system. Even very good shields will not hold up very long in there. Be careful when traveling through that you avoid it, or you may end up dead."
Before the WG buttons were hardcoded for 16:9 and 4:3 resolutions only, meaning they'd be positioned incorrectly on other aspect ratios. This patch makes it so that the WG buttons are positioned correctly on all aspect ratios, dynamically. This makes the HudWeaponGroups entry in HudShift.ini obsolete.
HudWeaponGroups.dll:
1932F, 31 DB 2D -> 00 90 B8
19336, D8 -> D9
19339, 89 5D A4 DB 45 A4 D8 4E 24 DE -> D8 00 D8 48 04 D8 40 08 EB 27
194BC, AE 47 E1 7A 14 AE 47 E1 FC 3F 00 00 -> 77 BE 1F 3D 66 66 A6 3F CD CC 4C 3C
Resolves#159.
Previously the missile alert and NN icon windows would overlap if you played on Multiplayer. This happened because the icon window has two additional icons in MP, making it wider. Thus the right-side alerts have been shifted more towards the center of the screen. The same has been done for the left-side alerts to ensure symmetry.
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.