The Forge is currently under construction. Data is synchronized with the hub every 30 minutes. Help report issues!

Mod Details

No Run Through

No Run Through 2.0.0

Created by buoybuoy

1.9K Downloads

SPT 0.0.0 Compatible

Lower the time and xp requirements for 'Survived' status on raids, so you can't get a 'Run Through'.

Latest Version 2.0.0
SPT 0.0.0

Updated Jun 26th, 2022

Version Notes

SPT-AKI 3.0.*

This download is externally hosted.
Always scan for viruses.

Configuration

Settings are available in src/config.json.

enabled: true | false global on/off switch for the mod

survived_exp_requirement: Number XP required to trigger a ‘Survived’ status for a raid. Included config is set to 1, game is set to 300 by default.

survived_seconds_requirement: Number Seconds required to trigger a ‘Survived’ status for the raid. Included config is set to 1, game is set to 420 by default.

Installation

Extract the zip into your “spt-install-location/user/mods/” folder.

Notes

The raid requirements are one or the other, you don’t need to hit both time and XP requirements to get a ‘Survived’ status.

Version 2.0.0
Download Mod Version
SPT 0.0.0
Latest Compatible SPT Version

1.1K Downloads

Created Jun 26th, 2022

Updated Jun 26th, 2022

Virus Total Results

SPT-AKI 3.0.*

Version 1.0.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

800 Downloads

Created May 2nd, 2022

Updated May 2nd, 2022

Virus Total Results

SPT-AKI 2.2.* and 2.3.*

codeyanko

Doesn’t work on 3.7.4

0 Likes
Twister1M

The fix below still works for 3.6.2

0 Likes
MaoZedong

Not sure if you’re still updating this or not, and I’m a total noob with javascript and the mod api for this game, but just changing

delayedLoad(container) { … }to

postDBLoad(container) { … }seems to get it working again for 3.2.1, (or at least stops it from erroring) and probably 3.1.X versions as well.

I also removed the load function, but it doesn’t seem to matter either way for it.

0 Likes

Details