Toha3673 added a new version:
Quote- Added support for SPT version 3.11
- Completely rewritten code
Toha3673 added a new version:
Quote- Added support for SPT version 3.11
- Completely rewritten code
Toha3673 added a new version:
Quotesupport 3.9.x
Toha3673 added a new file:
QuoteDisplay MoreDo you want to add variety to the gameplay as a scav? Then this mod is for you!
With a certain chance you have the opportunity to play as a scav boss.
Contains a configuration with which you can configure it
.
Code: configDisplay More{ //removing the scav cooldown "remove_scav_cooldown": true, //If enabled, it replaces the colored keycards with an access keycards to the laboratory "replace_color_keycards": true, //Chance to become the boss at each fence reputation level "chances_to_become_boss": [ 1, 5, 10, 15, 20, 25, 35 ], //list of bosses you can play as "boss_list": [ "bossboar", "bossbully", "bossgluhar", "bosskilla", "bossknight", "bosskojaniy", "bosskolontay", "bosspartisan", "bosssanitar", "bosstagilla", "bosszryachiy", "followerbigpipe", "followerbirdeye" ] }
There are a few things I want to make clear:
- Scavs can still shoot you if you have a bad reputation.
- You will spawn at the PMC spawnpoints.
- Bosses with the same type as yours may still be on the location.
- Followers and scav's do not listen to you, considering you an ordinary scav.
- Tagilla's hammer was removed due to being unplayable
All this will be fixed in future versions.
Toha3673 added a new version:
Quotenow there is a blacklist
Toha3673 added a new file:
QuoteTired of worrying about the condition of your keys? then this mod is for you!
It makes keys and key cards unbreakable so you can use them endlessly.Contains a configuration with which you can configure it
.
Code: config.jsonDisplay More{ "weightless_keys": true, // Removes weight from keys "unbreakable_keys": true, // Makes keys unbreakable "weightless_keycards": true, // Removes weight from keycards "unbreakable_keycards": true, // Makes keycards unbreakable (does not affect laboratory access cards) "enable_blacklist": false, //if true, the above options will not affect the keys from the blacklist "blacklisted_keys": [ "5780cf7f2459777de4559322", "5d80c60f86f77440373c4ece", "5d80c62a86f7744036212b3f", "5ede7a8229445733cb4c18e2", "62987dfc402c7f69bf010923", "63a3a93f8a56922e82001f5d", "64ccc25f95763a1ae376e447", "5448ba0b4bdc2d02308b456c", "593962ca86f774068014d9af", "5937ee6486f77408994ba448", "64d4b23dc1b37504b41ac2b6", "63a39e1d234195315d4020bd" ] }