0 of 0

File information

Last updated

Original upload

Created by

CodyA042

Uploaded by

CodyA042

Virus scan

Safe to use

About this mod

Once the eventual bridge to New Vegas is implemented, this will revert some bits back to vanilla that were causing potential issues. Also removes the knockdown effect from critical hits with fists.

Requirements
Permissions and credits
Switches follower count and actors allowed in combat back to vanilla using NVSE, and removes the knockdown effect from fist critical hits that was causing issues. This should be all that's needed for compatibility with stuff like The Frontier. Big thanks to EPDGaffney for helping me figure out how to do this and Voidwalker for informing me of the issues.

Note: if you want to somewhat improve performance in bigger battles, see below.

-Globals included (that can be altered)-

PBEnding - sets all Reset Globals to 1 if NC has ended. Set to 0 if you don't want all the changes to be implemented automatically on finishing NC.  (Default 1)

Reset Globals:
    PBFistsReset - If not 0, removes critical knockdown effect from fists, as in vanilla. (Default 0)
    PBServerReset - If not 0, sets Server 10 back to read '-Server 10-' as in vanilla. (Default 0)
    PBComCoReset - If not 0, sets number of actors allowed in combat to PBNVCombatCount. (Default 0)
    PBFolCoReset - If not 0, sets number of allowed followers to PBNVFollowerCount. (Default 0)

PBNVCombatCount - If PBComCoReset is not 0, on loading a game, iNumberActorsInCombatPlayer will be set to this value.  This is the number of NPCs that can be in combat with you, as determined by the engine. Vanilla default is 20, New California default is 30.

PBNVFollowerCount
- If PBFolCoReset is not 0, on loading a game, iNumberActorsAllowedToFollowPlayer will be set to this value.  This is the number of NPCs that can follow you, as determined by the engine. It is not the same as the vanilla game's limit of 1 humanoid companion and 1 creature companion. 
This global should be left alone unless you know exactly what you're doing.  Vanilla default is 6, New California default is 99.

Note: these take effect when a game is loaded.  To use them, set them to the desired value, save your game, and then load that save.

For example, to lower iNumberActorsInCombatPlayer and reduce enemies in combat with you, do the following:
Open the console.
Type   Set PBComCoReset to 1
Press Enter.
Type  Set PBNVCombatCount to 20
Press Enter.
Close the console.
Save the game.
Load that save.

To remove the fist knockdown critical effect before New California has ended, do the following:
Open the console.
Type  Set PBFistsReset to 1
Press Enter.
Save the game.
Load that save.