BETA Configurable plugin to change number of vanilla followers based on Charisma. Incompatible with "Unlimited Follower" mods! This is doing the same thing, differently.
The default values will give you 1 companion per point of Charisma.
If you character has Charisma less than or equal to [PartyMin], only 1 follower is allowed. If Charisma is greater than [PartyMin], character can have 1 follower per [PartyMult] Charisma points, up to [PartyMax] maximum.
There are 3 variables you can set from the console in-game to adjust this:
- PartyMin [default 0] Minimum CHA score; CHA less than this you get 1 follower.
- PartyMult [default 1] Number of CHA need per companion. Can be fractions. Example, if set to [.5], 2 companions per CHA.
- PartyMax [default 10] This is the ultimate max override. If your CHA and Mult get you more slots than this, you will still max at this number of slots.
The calculation is ((Charisma / PartyMult)-PartyMin), up to PartyMax.
EXAMPLE:
You want one companion, plus 1 for every CHA over 5.
- Set PartyMin to 5
- Set PartyMult to 1
- Set PartyMax to desired max.
EXAMPLE:
You want one every 2 CHA, but a minimum of 2 companions.
- Set PartyMin to -1
- Set PartyMult to 2
- Set PartyMax to desired max.
===============
Compatibility:
===============
*****************************************************************************************
**Incompatible with "Unlimited Follower" mods! This is doing the same thing, differently.
*****************************************************************************************
Heavily modifies "FollowersHired" dialogue.
===============
Bugs/Issues:
===============
No known issues so far, please let me know if you find any.
===============
History:
===============
1.0 11/07/2010 - Initial Release
===============
Credits:
===============
Thanks to Bethesda/Obsidian for creating Fallout NV.
===============
Tools Used:
===============
GECK
Fallout 3 ReadMe Generator
===============
License/Legal:
===============
This file is provided as is and the author holds no responsiblity for anything that may come to happen from using this file.