You are viewing a potentially older version of this package. View all versions.
cris-OldCharger-0.0.1 icon

OldCharger

Bring the old charger back!

By cris
Date uploaded 10 months ago
Version 0.0.1
Download link cris-OldCharger-0.0.1.zip
Downloads 164
Dependency string cris-OldCharger-0.0.1

README

For Rundown Developers:

  • This mod simply allows rundown developers to replace charger texture with pre R7 one(completely black).
  • Install ECC, and in Model.jsonc, add the following block into MaterialCustom:
{
      "Enabled": true,
      "DebugName": "OldCharger",
      "Target": {
        "Mode": "PersistentID",
        "persistentIDs": [
          30,39,41
        ],
        "nameParam": "",
        "nameIgnoreCase": true,
        "categories": []
      },
      "MaterialSets": [
        {
          "From": "mtr_striker_bullrush",
          "To": "mtr_striker_bullrush_old",
          "SkinNoise": "KeepOriginal",
          "SkinNoiseTexture": ""
        },
        {
          "From": "mtr_striker_bullrush_head",
          "To": "mtr_striker_bullrush_head_old",
          "SkinNoise": "KeepOriginal",
          "SkinNoiseTexture": ""
        }
      ]
    }