0 of 0

File information

Last updated

Original upload

Created by

hwk

Uploaded by

hawkidoki

Virus scan

Safe to use

About this mod

Change the Repair Cost of items (80%, 60%, 50%, 40%, 20% or Free)

Requirements
Permissions and credits
In the default game, the repair cost equals the (item pristine price / durability loss).
This mod changes the repair cost of items (80%, 60%, 50%, 40%, 20% or Free).

INSTALLATION

  • Open the folder "/S.T.A.L.K.E.R. 2 Heart of Chornobyl/Stalker2/Content/Paks/~mods/"
  • Note: If the "/~mods/" folder doesn't exist, create it
  • Open the zip file, select one variant file
  • Place the desired file "ZZZZ_Reduced_Repair_Cost_XX_P.pak" in the "/~mods/" folder
  • Note: Zip files contain all variants, make sure to only use one variant!

AVAILABLE VARIANTS

  • 80% of default repair cost (Instead of 1000 you pay 800)
  • 60% of default repair cost (Instead of 1000 you pay 600)
  • 50% of default repair cost (Instead of 1000 you pay 500)
  • 40% of default repair cost (Instead of 1000 you pay 400)
  • 20% of default repair cost (Instead of 1000 you pay 200)
  • Free

FRIENDLY FACTIONS ONLY

  • An optional version will apply reduced price to Friendly Factions only
  • Enemy, Disaffected & Neutral factions use the default game price
  • Cannot be mixed with the main file. Use only one version!

COMPATIBILITY

Any other mod that change this file won't be compatible:
  • /Stalker2/Content/GameLite/GameData/CoreVariables.cfg

DATA CHANGED

File: "/Stalker2/Content/GameLite/GameData/CoreVariables.cfg".
Values changed for 50% variant:

ReputationRepairCostModifiers : struct.begin
    [0] : struct.begin
        RelationLevel = ERelationLevel::Enemy
        Modifier = 1.0 // default: 2.0
    struct.end
    [1] : struct.begin
        RelationLevel = ERelationLevel::Disaffection
        Modifier = 0.75 // default: 1.5
    struct.end
    [2] : struct.begin
        RelationLevel = ERelationLevel::Neutral
        Modifier = 0.5 // default: 1.0
    struct.end
    [3] : struct.begin
        RelationLevel = ERelationLevel::Friend
        Modifier = 0.375 // default: 0.75
    struct.end
struct.end

TOOLS FOR EDIT/MERGE


OLD VERSION

The old 1.0 version available in the "Old Versions" files tab changed the following file:
  • /Stalker2/Content/GameLite/GameData/DifficultyPrototypes.cfg
You can try it if you have compatibility issues and can't merge settings.
Note this old version had issues with faction affinity discounts most likely with the "80%" variant.

CHANGELOG

1.3 - 19/12/2024
  • Updated for Stalker 2 v1.1

1.2 - 29/11/2024
  • Updated for Stalker 2 v1.0.1

1.1 - 23/11/2024
  • Added "50%" variant
  • Added "Friendly Factions" version, to apply reduction to friendly factions only
  • Trader Affinity should be taken in account
  • Mod now changes the file "/Stalker2/Content/GameLite/GameData/CoreVariables.cfg"

1.0 - 22/11/2024
  • Initial Release

MY OTHER MODS