Skip to content

Western Goods v2.6.0

Choose a tag to compare

@github-actions github-actions released this 24 May 10:51
ac2389d

v2.6.0 - 24/05/2024 - Minor Update

Downloads

• Additions :

• Added a new device : the Garmin eTrex 10 electronic compass (Thanks L4U6H1N6-LUN4T1C, Crepis);
• Added a new device : a Zippo lighter (Thanks Lizzardman, L4U6H1N6-LUN4T1C, Lucy, lexus);
• Added use animations for Lays, Doritos, Milka, KitKat, Snickers, Mars, Bounty and Milky-Way (Thanks Lizzardman);
• Added lighter fuel level in the item description;
• Added function in core script to test installation of pinup collector.
• Added trade restrictions to the addon's items. Now, traders will only buy the type of items that they would sell;
• Added ability for Ashot (Jupiter), Professor Ozersky (Jupiter) and Peregrine (Yantar) to guide the player.

• Changes :

• Removed multi-use behavior from KitKat and Bounty. They're now single use;
• Removed 3 food items from the addon : Twix, Kinder Maxi and Kinder Bueno;
• Removed 4 canned drinks from the addon : Lipton Icetea, Dr Bob, Mountain Dew and Rockstar Energy;
• Removed 2 bottled drinks from the addon : Yoohoo and Vodka Gorbatschow;
• Removed dependency on rax_icon_tint.script;
• Completely rewrote the guide system to allow it to be used dynamically by multiple NPCs;
• Changed the helicopter transport system to use the new guide system;
• Changed animations of Bic lighter for new ones (Thanks Lizzardman);
• Changed sound effects of Bic lighter for new ones (Thanks Lizzardman);
• Changed readable config key for magazines to wg_readable;
• Changed some file names to avoid name conflicts;
• Changed suppliers' trade lists from food, drinks to food, magazines;
• Changed barman's trade lists from magazines to food, drinks, magazines;
• Changed new game loadouts : replaced the GPS device with the Bic lighter;
• Changed how the lighter illuminates. It now has a bright low range light, and a dim medium range light;
• Changed code handling EUR/USD trade restrictions : code was simplified by monkey-patching vanilla functions;
• Changed the way lighters handle the flame showing/hiding. Instead of a state check, it now uses motion marks;
• Refactored uses of str_explode(...) with parse_list(...) to simplify code;
• Refactored some code around to reduce code duplication;
• Refactored duplicated code in GPS, rangefinder and compass scripts using a new utility function.

• Bug fixes :

• Fixed inventory weight of Oreo being 60g instead of 154g;
• Fixed lighter playing animation even when it wasn't selected to light up the campfire/gas lamp;
• Fixed monkey patches logs mentioning "fire source binder" instead of "monkey patches";
• Fixed one translation being in English instead of Russian;
• Fixed lighter binder using game.play_hud_anim instead of obj:play_hud_anim.