Fallout New Vegas

File information

Last updated

Original upload

Created by

Brianide

Uploaded by

Brianide

Virus scan

Safe to use

About this mod

There\'s a scripting oversight that causes cards you find or purchase to not be added to your Caravan deck. This mod fixes it.

Permissions and credits
DESCRIPTION
There's a scripting oversight that causes cards you find or purchase to linger in your inventory, rather than be added to your Caravan deck. This mod resolves that issue.


TECHNICAL
In the default CardAddToPlayerScript, there's an OnAdd block that is supposed to add a card to the player's deck. The problem is, this block doesn't run when you purchase or pick up a card. I simply added a Gamemode block to handle these cases.

Let me know if you have any problems. There should be none, but if you have any, let me know.


VERSION HISTORY
1.00 - Initial release.
1.01 - Added original OnAdd case back to code to handle the initial conversation with Ringo.