68 Commits

Author SHA1 Message Date
90db74d535 Update package to v1.8.1 1.8.1 2023-02-13 03:03:57 -05:00
cce9f573ba Update to v1.8.1
* Fixed secure containers in marked room; removed the category and added the individual containers. All containers except Kappa are a probability of 3//Kappa is a probability of 1.
2023-02-13 03:03:26 -05:00
37d356736c Updates for v1.8.0 of Valens-AIO; compatible with SPT-AKI V3.5.0
* Added additional items to Airdrop Blacklist into the airdrop.json
* Added botGenerationBatchSizePerType and reworked maxBotCap to current defaults and to include Streets into bots.json
* Added botRelativeLevelDeltaMax into bots.json
* Added runIntervalSeconds into flea.json; affects how often flea will refresh in-game (so selling faster or slower - is taxing on CPU resources as it calls more often or less often pending how you set it; default is 45 seconds) into flea.json
* Reworked Ragfair Conditions to take current server values into flea.json
* Removed airFilterUnitFlowRate, generatorFuelFlowRate, and gpuBoostRate from hideout.json; these may return in the future however, as of now they have been removed from the server config and I would need to dive deep into server code.
* Consolidated timeLimit into its own boolean and raidTime settings. Restructured AiAmount and AiDifficulty to match the server config in raid.json
* Added new types into the bots.ts config file
* Added new types into the flea.ts config file
* Removed types no longer being used in the hideout.ts config file
* Added new types into the raid.ts config file
* Added Streets Marked Room Loot into the Containers In Marked Room Loot Pool
* General rework and cleanup of code
1.8.0
2023-02-13 01:07:28 -05:00
41c3dd6c83 Types update for 3.5.0 2023-02-12 23:21:14 -05:00
df9a522516 3.5.0 type updates 2023-01-15 00:21:22 -05:00
c145035717 Added coopExtracts 2023-01-14 12:22:28 -05:00
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