62 Commits

Author SHA1 Message Date
1fc77d6bdf Changes and additions for v1.7.1 2023-01-13 00:20:15 -05:00
7d9783d7b5 Trader config fixes and updates. Update locations to add lighthouse to all extractions available. 1.7.1 2023-01-08 03:55:21 -05:00
4f863a37b0 Bots changes 2023-01-08 03:28:14 -05:00
5ec21767c5 Update bots config to include more of the new additions. 2023-01-08 03:09:19 -05:00
74de872205 Changes to bring airdrop config in line with current airdrops. 2023-01-08 02:33:11 -05:00
a4d907a76b Update types to 3.5.0 2023-01-08 01:06:33 -05:00
2c7493853f Update V-AIO to v1.7.0 compatible with latest SPT-AKI v3.4.0 1.7.0 2022-12-25 19:38:44 -05:00
96301881d1 Upate types for 3.4.0 2022-12-25 18:45:37 -05:00
b9c77b1c13 Remove a 7z file lol 1.6.1 2022-09-11 21:49:37 -04:00
c85b851a38 Final changes for v1.6.1 2022-09-11 21:49:08 -04:00
efb5872836 Changes for SPT-Aki v3.2.3 compatibility, and updating Types. 2022-09-11 20:07:37 -04:00
280c1c6021 Typo correction. 2022-09-10 23:02:58 -04: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.
1.6.0
2022-09-05 17:31:19 -04:00
49cdcbc984 Smol fix for bad logic because JS sucks. 1.5.4 2022-09-05 13:52:10 -04:00
fff75ca63e Readme update. 1.5.3 2022-09-03 21:14:49 -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
2c37fd2276 Package json and Readme updates for v1.5.2 1.5.2 2022-09-03 20:47:26 -04:00
a85fd833b9 Fixing onlyFoundInRaid Function to properly work for reals this fucking time. Also changed nomenclature in items.ts for a for loop. 2022-09-03 20:33:16 -04:00
34bcd62d14 Fix logic in removeItemRestrictions function.
if (filters.ExcludedFilter != [])
to
if (!filters.ExcludedFilter)
as the first will always return true in JS.
2022-09-03 19:33:59 -04:00
53cd6cc232 Raedme changes. 2022-09-03 19:12:02 -04:00
8a0e32a251 Added ability to configure traders via configs/traders.ts for v1.5.1 1.5.1 2022-08-31 21:27:26 -04:00
3d56c6119c v1.5.0 compatible with SPT-Aki v3.2.2 2022-08-29 17:07:55 -04:00
053294c48a Hotfix for 86x70 AmmoType. 1.4.6 1.5.0 2022-08-28 23:48:57 -04:00
2488092fc9 Final commits for v1.4.5 1.4.5 2022-08-26 17:10:13 -04:00
070beec63b Fix for Fuel in Generator setting itself to 0. 2022-08-26 17:08:22 -04:00
5201f75fd7 Fix some open zone stuff. 2022-08-20 15:38:40 -04:00
b6cd8d20c1 Fix Therapist Insurance options. 1.4.4 2022-08-18 18:30:12 -04:00
fd596acbb6 Fix the Ammo oopsie. 2022-08-18 16:17:57 -04:00
37e9e9becb Fix docs case height/width typo. 1.4.3 2022-08-18 13:10:35 -04:00
bfe7c598bd Changes for SPT-Aki v3.2.1 compatibility 1.4.2 2022-08-18 12:21:03 -04:00
76f406baa5 ReadMe for v1.4.1 1.4.1 2022-08-17 23:20:07 -04:00
de120ff607 Fix for DiscardItem and ItemRestrictions features. 2022-08-17 23:09:04 -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
1.4.0
2022-08-17 17:51:28 -04:00
c932d2b1e0 Remove the default readme as it is not needed. 2022-08-17 02:19:22 -04:00
245754fe4a Fixing an oopsie from the very beginning. 2022-08-17 02:18:04 -04:00
b7107e1a0e Separated containers from config.json to its own containers.json in the /config directory. 1.3.1 2022-08-09 19:51:08 -04:00
509b5f46ae Changes for v1.3.0 1.3.0 2022-08-08 20:03:48 -04:00
5f36eaa796 Restoring config defaults. 1.2.4 2022-08-06 19:13:56 -04:00
70d01dc474 Changes to catch the git up to v1.2.3 2022-08-06 14:44:30 -04:00
67f86859c4 Updated readme and package.json for 1.2.1 1.2.1 1.2.2 1.2.3 2022-08-05 18:51:47 -04:00
3f0298785c Updated readme for 1.2.0
Fixed template error for removeMaxKeyUsage variable. It now works correctly.
2022-08-05 18:50:23 -04:00
2256ace719 New features for v1.2.0
Several bugfixes including a fix for containers on PMC bots.
1.2.0
2022-08-05 18:02:00 -04:00
7a7b375df4 Config Changes Again? 2022-08-04 22:03:18 -04:00
676414b19b Adding Config import to all .ts files in preparation for v1.2.0
Fixing ammo.ts not equal to variables
Fixing default config values for a few options.
2022-08-04 22:00:54 -04:00
6e81836ff4 v1.1.2 fixes, and feature additions. 1.1.2 2022-08-04 18:05:23 -04:00
446d309d3f Fix for PMC Difficulty. Versioning Update to 1.1.1 1.1.1 2022-08-04 16:32:36 -04:00
37ea60b3de Fixed PMC Bot Conversion in the bot.ts for 3.1.1 and kept 3.2.0 options for when 3.2.0 releases. 2022-08-04 15:35:21 -04:00
ebaabed41e Updated ReadMe.
Fixed bug in PMC Bot Conversion...accidentally kept in the 3.2.0 config...retained 3.2.0 config, and added identifiers for them while adding 3.1.1 config for PMC Bot Conversion.
2022-08-04 15:32:46 -04:00