0 of 0

File information

Last updated

Original upload

Created by

Macaca22

Uploaded by

Macaca22

Virus scan

Safe to use

Tags for this mod

About this mod

Prevents items from Courier's stash to be added to your inventory. Instead, these items are added to traders. It adds all items from Courier's stash to their correct form list via script. It also disables the message box notifications.

Permissions and credits
Translations
Description:
Prevents items from Courier's stash to be added to your inventory. Instead, these items are added to traders. It adds all items from Courier's stash to their correct form list via script. It also disables the message box notifications.

You need to start a new game or reinstall the Courier’s Stash for this to work properly.

Requirements:
Courier’s Stash (TribalPack.esm, MercenaryPack.esm, ClassicPack.esm and CaravanPack.esm).

Issues:
Incompatible with anything that interfere with the following scripts:
VPreorderMercenarySCRIPT
VPreorderCaravanSCRIPT
VPreorderTribalSCRIPT
VPreorderClassicSCRIPT

Fully compatible with TTW (Tale of two Wastelands), just need to be loaded after.

SCRIPT

;  AddItemFormList - PreordARMORs
  AddFormToFormList RepairLeatherArmor PreordArmorLeather
  AddFormToFormList RepairMetalArmor PreOrdArmorMetal
  AddFormToFormList RepairRaiderArmor PreOrdArmorTribalRaiding
  AddFormToFormList RepairVaultSuit PreOrdArmorVault13Armored
  AddFormToFormList RepairVaultSuitArmored PreOrdArmorVault13Armored

;  AddItemFormList - PreordWEAPONs
  AddFormToFormList NVAllWeapons WeapPreordGrenadeRifle
  AddFormToFormList NVImprovedHoldoutWeapons WeapPreordGrenadeRifle
  AddFormToFormList WeaponListRangedALL WeapPreordGrenadeRifle
  AddFormToFormList PerkDemolitionExpertWeapons WeapPreordGrenadeRifle
  AddFormToFormList NVAllWeapons WeapPreordCaravanShotgun
  AddFormToFormList NVImprovedHoldoutWeapons WeapPreordCaravanShotgun
  AddFormToFormList ShotgunSurgeonWeaponsList WeapPreordCaravanShotgun
  AddFormToFormList PerkCowboyWeapons WeapPreordCaravanShotgun
  AddFormToFormList WeaponShotgunLIST WeapPreordCaravanShotgun
  AddFormToFormList WeaponListRangedALL WeapPreordCaravanShotgun
  AddFormToFormList OldVaqueroWeapons WeapPreordCaravanShotgun
  AddFormToFormList NVAllWeapons WeapPreord10mmPistol
  AddFormToFormList NVImprovedHoldoutWeapons WeapPreord10mmPistol
  AddFormToFormList TheProfessionalWeaponsList WeapPreord10mmPistol
  AddFormToFormList WeaponListRangedALL WeapPreord10mmPistol
  AddFormToFormList TheProfessionalWeaponsList WeapPreord10mmPistol
  AddFormToFormList NVAllWeapons WeapPreordMachete
  AddFormToFormList NVImprovedHoldoutWeapons WeapPreordMachete
  AddFormToFormList WeaponListMeleeALL WeapPreordMachete
  AddFormToFormList NVAllWeapons WeapPreordMachete
  AddFormToFormList NVAllWeapons WeapPreordMachete

;  Adding Armors to VendorArmorRare
    AddItemToLeveledList VendorArmorRare CondPreOrderArmorLeather 1 1 100
    AddItemToLeveledList VendorArmorRare CondPreOrderArmorTribalRaiding 1 1 100
    AddItemToLeveledList VendorArmorRare CondPreOrderArmorMetal 1 1 100

;   Adding Armors to VendorArmorRare75
    AddItemToLeveledList VendorArmorRare75 CondPreOrderArmorLeather 1 1 100
    AddItemToLeveledList VendorArmorRare75 CondPreOrderArmorTribalRaiding 1 1 100
    AddItemToLeveledList VendorArmorRare75 CondPreOrderArmorMetal 1 1 100

;  Adding Weapons to VendorWeaponsGunsRare
    AddItemToLeveledList VendorWeaponsGunsRare WithAmmoPreord10mmPistolLoot 1 1 100
    AddItemToLeveledList VendorWeaponsGunsRare WithAmmoPreordCaravanShotgunLoot 1 1 100

;  Adding Weapons to VendorWeaponsExplosivesRare
    AddItemToLeveledList VendorWeaponsExplosivesRare WithAmmoPreordGrenadeRifleLoot 1 1 100

;  Adding Weapons to VendorWeaponsMeleeRare
    AddItemToLeveledList VendorWeaponsMeleeRare CondWeapPreordMachete 1 1 100

;  Adding items to Sarah Weintraub's store (Vault 21)
  SarahVendorChestREF.AddItem CondPreOrderArmorVault13Armored 1
  SarahVendorChestREF.AddItem PreordVaultCanteen 1;

;  Adding items to Lacey's store (Mojave Outpost)
  VendorChestLaceyREF.AddItem WeapNVBinoculars 1;

;  Adding items to Johnson Nash's store (Primm)
  VendorContainerJohnsonNashRef.AddItem WeapNVThrowingSpear 10;
  VendorContainerJohnsonNashRef.AddItem BleakVenom 5;

;  Adding items to Mick's store (Freeside)
  MickMerchantBoxREF.AddItem WeapNVBinoculars 1;