diff --git a/BepInEx/plugins/HardcoreRules/HardcoreRules-Client.dll b/BepInEx/plugins/HardcoreRules/HardcoreRules-Client.dll new file mode 100644 index 0000000..0d3bdaf Binary files /dev/null and b/BepInEx/plugins/HardcoreRules/HardcoreRules-Client.dll differ diff --git a/SPT/user/mods/HardcoreRules/HardcoreRules-Server.dll b/SPT/user/mods/HardcoreRules/HardcoreRules-Server.dll new file mode 100644 index 0000000..83cd589 Binary files /dev/null and b/SPT/user/mods/HardcoreRules/HardcoreRules-Server.dll differ diff --git a/SPT/user/mods/HardcoreRules/config.json b/SPT/user/mods/HardcoreRules/config.json new file mode 100644 index 0000000..dcd7aa6 --- /dev/null +++ b/SPT/user/mods/HardcoreRules/config.json @@ -0,0 +1,53 @@ +{ + "enabled": true, + "use_for_all_profiles": false, + "debug": { + "enabled": false, + "flea_market_min_level": 15 + }, + "services": { + "flea_market": { + "enabled": false, + "only_barter_offers": true + }, + "disable_trader_repairs": true, + "disable_insurance": true, + "disable_post_raid_healing": false, + "disable_scav_raids": true + }, + "traders": { + "disable_fence": true, + "disable_starting_gifts": true, + "barters_only": true, + "allow_GPCoins": true, + "whitelist_only": false, + "whitelist_items": [ + "543be5dd4bdc2deb348b4569", + "5795f317245977243854e041", + "5448bf274bdc2dfc2f8b456a", + "5447e0e74bdc2d3c308b4567", + "567849dd4bdc2d150f8b456e", + "6217726288ed9f0845317459", + "624c0b3340357b5f566e8766" + ], + "whitelist_traders" : [] + }, + "secureContainer": { + "only_use_whitelists_in_this_mod": true, + "ignored_secure_containers": [ "5c0a5a5986f77476aa30ae64", "5c0a794586f77461c458f892" ], + "whitelist": { + "inRaid": { + "inspected": [], + "uninspected": [ "543be5e94bdc2df1348b4568" ] + }, + "inHideout": [ "543be5e94bdc2df1348b4568" ], + "global": [ + "619cbf9e0a7c3a1a2731940a", + "59fafd4b86f7745ca07e1232", + "62a09d3bcf4a99369e262447", + "5d235bb686f77443f4331278", + "590c60fc86f77412b13fddcf" + ] + } + } +} diff --git a/SPT/user/mods/HardcoreRules/translations.json b/SPT/user/mods/HardcoreRules/translations.json new file mode 100644 index 0000000..0021321 --- /dev/null +++ b/SPT/user/mods/HardcoreRules/translations.json @@ -0,0 +1,15 @@ +[ + { + "Key": "launcher-profile_hardcoreplaythrough", + "Value": [ + { + "Key": "en", + "Value": "Hardcore Rules playthrough: Start with a Standard account but with no money or equipment (even a knife)." + }, + { + "Key": "ru", + "Value": "Профиль с хардкорными правилами: начало со Стандартным изданием, но без денег или снаряжения (даже ножа)." + } + ] + } +] \ No newline at end of file