Western Goods v2.6.0
v2.6.0 - 24/05/2024 - Minor Update
• Additions :
• Added a new device : the
Garmin eTrex 10electronic compass (Thanks L4U6H1N6-LUN4T1C, Crepis);
• Added a new device : aZippo lighter(Thanks Lizzardman, L4U6H1N6-LUN4T1C, Lucy, lexus);
• Added use animations forLays,Doritos,Milka,KitKat,Snickers,Mars,BountyandMilky-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
KitKatandBounty. They're now single use;
• Removed 3 food items from the addon :Twix,Kinder MaxiandKinder Bueno;
• Removed 4 canned drinks from the addon :Lipton Icetea,Dr Bob,Mountain DewandRockstar Energy;
• Removed 2 bottled drinks from the addon :YoohooandVodka Gorbatschow;
• Removed dependency onrax_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);
• Changedreadableconfig key for magazines towg_readable;
• Changed some file names to avoid name conflicts;
• Changed suppliers' trade lists fromfood,drinkstofood,magazines;
• Changed barman's trade lists frommagazinestofood,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 ofstr_explode(...)withparse_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.