ProjectZaero-Junkie_Syringe_Pack icon

Junkie Syringe Pack

An asset bundle pack for Rundown Devs containing 5 syringe variations.

Last updated 2 months ago
Total downloads 6055
Total rating 3 
Categories Dev Tools Libraries
Dependency string ProjectZaero-Junkie_Syringe_Pack-2.6.0
Dependants 7 other packages depend on this package

This mod requires the following mods to function

dakkhuza-MTFO-4.5.2 icon
dakkhuza-MTFO

The premier in GTFO DataBlock editing ;^)

Preferred version: 4.5.2
BepInEx-BepInExPack_GTFO-3.2.1 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.1

README

Junkie Syringe Pack

Custom syringe models that can be used to replace the default Red and Yellow syringes. Ideally used with ExtraSyringeCustomization to provide custom effects.


Currently contains pink, red & black, blue, green and white syringe variants.

Prefabs to add to ItemData:

Pink:
        "Assets/CustomAssets/Consumables/Content/IV_Syringe_1stPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/IV_Syringe_3rdPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/IV_Pickup.prefab"

Red & Black:
        "Assets/CustomAssets/Consumables/Content/VIR_Syringe_1stPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/VIR_Syringe_3rdPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/VIR_Pickup.prefab"
Blue:
        "Assets/CustomAssets/Consumables/Content/ADR_Syringe_1stPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/ADR_Syringe_3rdPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/ADR_Pickup.prefab"

Green:
        "Assets/CustomAssets/Consumables/Content/SPD_Syringe_1stPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/SPD_Syringe_3rdPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/SPD_Pickup.prefab"
White:
        "Assets/CustomAssets/Consumables/Content/SPD_Syringe_1stPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/SPD_Syringe_3rdPerson.prefab"
        "Assets/CustomAssets/Consumables/Content/SPD_Pickup.prefab"


In-game appearance of custom syringe models:


How to use

  1. Install the mod
  2. Create a new syringe in ItemData by duplicating an existing one.
  3. Replace FirstPersonPrefabs, ThirdPersonPrefabs, and PickupPrefabs with the corresponding custom models.
  4. Spawn them as you would any other consumable.

Contact Project Zaero#9999 on the discord if you find any issues.


Patch Notes

2.2.0 Updated for Alt-R3. Updated filepath.

2.1.0 Fixed broken IV_Syringe pickup.

2.0.0 Updated for ALT R1 release

1.0.1 Epic README.MD moment

1.0.0 Initial Release