cris-OldCharger icon

OldCharger

Bring the old charger back!

By cris
Last updated 2 days ago
Total downloads 7
Total rating 0 
Categories Rundown Mods Dev Tools
Dependency string cris-OldCharger-0.0.1
Dependants 0 other packages depend on this package

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": ""
        }
      ]
    }