-
Valens-AIO_v1.8.2 Stable
released this
2023-02-13 17:53:34 -05:00 | 5 commits to main since this releaseHotfixes for update to v1.8.2/ Compatible with AKI 3.5.0
- Bots.json
- Insurance.json
- Traders.json
Downloads
-
Valens-AIO_v1.8.1 Stable
released this
2023-02-13 03:04:02 -05:00 | 6 commits to main since this releaseUpdate to v1.8.1; Compatibility with SPT-AKI 3.5.0
- 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.
Downloads
-
Valens-AIO_v1.8.0 Stable
released this
2023-02-13 01:08:30 -05:00 | 8 commits to main since this releaseUpdates 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
Downloads
-
Valens-AIO_v1.7.1 Stable
released this
2023-01-13 00:21:34 -05:00 | 13 commits to main since this releaseAdditional features added (don't recall what exactly kekw)
Downloads
-
Valens-AIO_v1.7.0 Stable
released this
2022-12-25 19:39:42 -05:00 | 18 commits to main since this release- Updated Valens-AIO to v1.7.0 to be compatible with SPT-AKI v3.4.0
Downloads
-
Valens-AIO_v1.6.1 Stable
released this
2022-09-11 21:50:17 -04:00 | 20 commits to main since this releaseCompatibility update for SPT-Aki v3.2.3
Added the ability to change the Zero for all weapons in config/ammo.jsonDownloads
-
Valens-AIO_v1.6.0 Stable
released this
2022-09-05 19:31:23 -04:00 | 26 commits to main since this releasev1.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.
Downloads
-
Valens-AIO_v1.5.4 Stable
released this
2022-09-05 13:54:44 -04:00 | 27 commits to main since this releaseFix for bad logic because JS sucks /s.
Downloads
-
Valens-AIO_v1.5.3 Stable
released this
2022-09-03 21:15:06 -04:00 | 28 commits to main since this releasev1.5.3 including new recoil tweaks, and the ability to wear both armor, and armor vests.
Compatible with SPT Aki v3.2.2Downloads
-
Valens-AIO_v1.5.2 Stable
released this
2022-09-03 20:47:59 -04:00 | 30 commits to main since this releaseBugfixing onlyFoundInRaid Function to properly work for reals this time.
Programming nomenclature updates for some functions.Downloads