9 Commits

Author SHA1 Message Date
74de872205 Changes to bring airdrop config in line with current airdrops. 2023-01-08 02:33:11 -05:00
2c7493853f Update V-AIO to v1.7.0 compatible with latest SPT-AKI v3.4.0 2022-12-25 19:38:44 -05:00
e6765e8c5b Add Zeroing Default Ammo to each individual weapon and caliber. 2022-09-06 03:14:56 -04:00
8d67fcf901 Airdrops. >^) 2022-09-05 19:31:13 -04:00
49455958e9 v1.6.0 Release Ready.
v1.6.0 Changelog
* Compatible with SPT-Aki v3.2.2
* Updated Readme with new features.
* Combined armorPlusArmorVests into removeGearRestrictions so that it now removes all gear restrictions. Located in config/armor.json
* Adjusted PMC Difficulty Weights to be 0/40/30/30 by default. Located in config/bots.json
* Removed Remove Backpack Filter. Located in config/items.json
* Added Remove Backpack, Container, In Raid Items, and Secured Container Restrictions. Located in config/items.json
* Added the ability to adjust the time it takes to examine items. Located in config/items.json/examineTime
* Added the ability to enable/disable updateTime for traders. Located in config/traders.json If you have custom traders they will need to be added to the updateTime array (Simply copy/paste one of the lines including the {} and add in the traderId for your custom trader.)
* Fixed logic for Fence blacklist because JS sucks /s. Located in config/traders.json
* Cleaned up armor.ts code and moved a lot of the armor materials to their own individual functions.
* Fixed types in items.ts, and cleaned up a lot of functions, and general code.
2022-09-05 17:31:19 -04:00
1a80b7b26e v1.5.3 including new recoil tweaks, and the ability to wear both armor, and armor vests. 2022-09-03 21:10:23 -04:00
8a0e32a251 Added ability to configure traders via configs/traders.ts for v1.5.1 2022-08-31 21:27:26 -04:00
fd596acbb6 Fix the Ammo oopsie. 2022-08-18 16:17:57 -04:00
065c5098b9 v1.4.0 Changelog
* Bugfixes for non-working features
* Code Refactor, and cleanup
* Separated out all instances of the config files to their own separate entities. DebugMode is the only entity existing within the original config.json which will enable logging in the server for every feature enabled.
* Removed Progression from the AIO and separated it out to its own individual modification.

New Features
* Added SMG In Holsters to Weapons.json
* Added Skill Progression/Fatigue rates to Skills.json
* Added Remove Discard Limit, and Remove Item Restrictions to Items.json
* Reworked Insurance, and added minHr, maxHr, and storageMaxHr alongside the previously existing priceCoefficient, and returnChance in Insurance.json
* Added Armor Materials to Armor.json
2022-08-17 17:51:28 -04:00