4 Commits

Author SHA1 Message Date
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
2023-02-13 01:07:28 -05:00
5ec21767c5 Update bots config to include more of the new additions. 2023-01-08 03:09:19 -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
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