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:
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.