RagingBeardo added a new version:
Quote- fix bug preventing game from starting properly
RagingBeardo added a new version:
Quote- fix bug preventing game from starting properly
RagingBeardo added a new version:
Quote
- NEW TOGGLE: replaceLists - defaults to true
- if set to false, it will add on-top of the existing config for airdropLootConfig instead of replacing it
- also if you were to add an item to the itemBlacklist, then it will remove that same ID from the itemTypeWhitelist and vice versa
- Ground Zero Removed: during testing I never saw any drops appear here so I removed it
- No touchy field in the airdropLootConfig has been removed (icon)
- config file has been switched to jsonc
- previous existing config structure remains the same just with a new toggle option (old json5 file shouldn't affect anything but can be removed)
RagingBeardo added a new version:
QuoteCome on down to toggle town!
No base configuration changes, just an additional toggle section to turn on/off each high level section.
EVERYTHING IS OFF BY DEFAULT NOW
RagingBeardo added a new file:
QuoteDisplay MoreAirdrop Config Options
This mod allows you to customize the configuration of airdrops in Escape from Tarkov using the `config.json5` file. You can adjust various parameters such as the timing, type weightings, and loot content of airdrops.
Installation
1. Download the 7z file and extract it.
2. Copy the user folder into your SPT directory.
3. Ensure the config.json5 file is located in the config folder of ragingbeardo-airdropconfig in your user/mods directory.
Configuration
Debug
debugLogsEnabled: true/false (default false)
Toggle
- airDropTimingEnabled: true/false (default false)
- airDropTypeWeightingEnabled: true/false (default false)
- airDropPercentChanceByLocationEnabled: true/false (default false)
- airDropLootConfigEnabled: true/false (default false)
Airdrop Timing
- planeAirdropStartMin: Minimum time (in seconds) before the airdrop plane appears.
- planeAirdropStartMax: Maximum time (in seconds) before the airdrop plane appears.
Airdrop Type Weighting
Go with heart on this one. Bigger Number = Bigger Odds (in comparison to the other numbers). Or just leave it be. I'm not your supervisor.
- mixed: number
- weaponArmor: number
- foodMedical: number
- barter: number
Airdrop Percent Chance by Location
Set the chance (out of 100) for an airdrop to occur at each location:
- customs: number
- interchange: number
- woods: number
- shoreline`: number
- reserve: number
- streets: number
- lighthouse: number
Airdrop Loot Configuration
Loot config is split by airdrop type:
- mixed
- weaponArmor
- foodMedical
- barter
Each loot configuration can include the following parameters:
- icon: NO TOUCHY, this exists to match default config but you shouldn't need to change this
- weaponPresetCount: number range of weapons that can be in the drop
- armorPresetCount: number range of armors(helmets/vests) that can appear in the drop
- itemCount: general item amount showing up
- weaponCrateCount: number range of weapon crates that can be in the drop
- itemBlacklist: an ID list of things you don't want showing up
- itemTypeWhiteList: if this list is empty, you will only get items from the weapon, armor, and crate count items
- itemLimits: a numerical limit for a specific ID
- itemStackLimits: a numerical range for a specific ID
- armorWhiteList: what level of armor can show up (as far as i could tell i think 0 is the same as nothing) [0,1,2,3,4,5,6]
- allowBossItems: I think you can understand this one on your own (haven't tested yet, might still needs id whitelisting to actually show up but can't say for sure)
RagingBeardo added a new version:
QuoteBug Fix
- No functional changes
- simplified certain parts of the code to hopefully prevent errors during the rolling winter chance
Thanks to Ken for testing!
RagingBeardo added a new version:
QuoteSPT 3.8.X
Winter Chances Change
- There are now two chance stats: initialWinterChancePercentage and rollingWinterChancePercentage
- The initialWinterChancePercentage will only effect how likely it is for snow when you first start the server
- The rollingWinterChancePercentage happens at the start of every raid. If you roll winter, it should be snow on the next raid.
Things Unchanged
- shutErDown flag in the config
- surpriseMe flag in the config
RagingBeardo added a new file:
QuoteDisplay MorePoor Planner's Escape
Don't leave your hideout without some PPE for safety.
Simple mod with only one config option, an on/off switch called shutErDown found in the config folder of this mod. The file is called config.jsonc.
If you ever end a PMC raid in SPTarkov with a `leave` status (ie disconnecting from the escape menu), this will override that to be a `runner` status. You will keep whatever you are carrying but you will not maintain `FIR` status on your items.
Installation
1. Download the .7z file from the latest release
2. Copy the user folder from inside the archive into your SPT Directory
3. Profit
RagingBeardo added a new version:
QuoteBug Fix
enable/disable switch for the log output was reported as not working. This should should be fixed.
Other
minor adjustments to mod config that could have led to issues reading the config file.
RagingBeardo added a new version:
QuoteMinor Update. I brain farted and forgot to actually make the mod disable toggle do its job.
RagingBeardo added a new file:
QuoteDisplay MoreOnce you are in winter raids, there is no going back to non-snow raids until you reboot the server.
To install: Open the 7z archive and drag the userand BepInExfolder into your SPT Directory.
Configuration fields found at user/mods/ragingbeardo-swah/config/config.jsonc :
- shutErDown - this will as you may expect, will turn off the mod
- surpriseMe - determine if you want to know before-raid if its going to be snow raids via logs output on the server console.
- initialWinterChancePercentage - the configurable percentage that determines your odds at server start
- rollingWinterChancePercentage - the configurable percentage that determines your odds at the start of each raid
Shout out to Dj for the probability idea itself that I saw them post in discord.