Jump to content

Recommended Posts

Odd. Can you assign an overlay using racemenu?

If it works, i have a debug 2.7.0 version of nioverride somewhere. It logs all the stuff into a separate file.

But first provide a papyrus log. Maybe we could be able to find something in it.

 

 

and it is not a script .. it is a .dll library living in Skse directory :)

It's an SKSE plugin and a script. Script is packed into the racemenu.bsa, and if you have the older version of this script in your "Data\Scripts" folder, the newer packed one will be ignored. That's the idea man.

Link to comment

Odd. Can you assign an overlay using racemenu?

If it works, i have a debug 2.7.0 version of nioverride somewhere. It logs all the stuff into a separate file.

But first provide a papyrus log. Maybe we could be able to find something in it.

 

 

and it is not a script .. it is a .dll library living in Skse directory :)

It's an SKSE plugin and a script. Script is packed into the racemenu.bsa, and if you have the older version of this script in your "Data\Scripts" folder, the newer packed one will be ignored. That's the idea man.

 

trust me ...

slavtats does not use anything other than the .dll library and the .ini file that goes with it in /skse directory :)

 

 

Link to comment

 

Orly?

scriptname SlaveTatsMCMMenu extends SKI_ConfigBase

import NiOverride
import NetImmerse
....

 

  I could explain that importing and exporting a function does not necesserily mean that it is has to be in a .pex script file ! but It would be simpler to tell you that I do not have any scripts in my computer from Neooverride I only have the dll and it works fine!

NetImmerse is a different thing!

Link to comment

I could explain that importing and exporting a function does not necesserily mean that it is has to be in a .pex script file ! but It would be simpler to tell you that I do not have any scripts in my computer from Neooverride I only have the dll and it works fine!

NetImmerse is a different thing!

Orly? I just removed nioverride.pex, and SlaveTats immidiately said "Failled to add tattoo capability". Explain that.

 

Also, this in the papyrus logs suddenly:

 

[06/01/2014 - 03:26:23PM] Cannot open store for class "NiOverride", missing file?

[06/01/2014 - 03:26:23PM] error: Native static function UpdateModelWeight could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function ClearMorphs could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function ClearMorphValue could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetMorphValue could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function SetMorphValue could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveWeaponOverride could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllWeaponNodeOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllWeaponOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllReferenceWeaponOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllWeaponBasedOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveNodeOverride could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllNodeNameOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllReferenceNodeOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllNodeOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveOverride could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllArmorAddonNodeOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllArmorAddonOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllArmorOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllReferenceOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveAllOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponPropertyString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponPropertyBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponPropertyInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponPropertyFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponOverrideTextureSet could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponOverrideString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponOverrideBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponOverrideInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetWeaponOverrideFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function HasWeaponNode could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function ApplyWeaponOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddWeaponOverrideTextureSet could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddWeaponOverrideString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddWeaponOverrideBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddWeaponOverrideInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddWeaponOverrideFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function HasWeaponOverride could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodePropertyString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodePropertyBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodePropertyInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodePropertyFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodeOverrideTextureSet could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodeOverrideString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodeOverrideBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodeOverrideInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNodeOverrideFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function ApplyNodeOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddNodeOverrideTextureSet could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddNodeOverrideString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddNodeOverrideBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddNodeOverrideInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddNodeOverrideFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function HasNodeOverride could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetPropertyString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetPropertyBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetPropertyInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetPropertyFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetOverrideTextureSet could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetOverrideString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetOverrideBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetOverrideInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetOverrideFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function HasArmorAddonNode could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function ApplyOverrides could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddOverrideTextureSet could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddOverrideString could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddOverrideBool could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddOverrideInt could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddOverrideFloat could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function HasOverride could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RevertHeadOverlay could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RevertHeadOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RevertOverlay could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RevertOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function RemoveOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function HasOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function AddOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumSpellFaceOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumSpellFeetOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumSpellHandOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumSpellBodyOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumFaceOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumFeetOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumHandOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

[06/01/2014 - 03:26:23PM] error: Native static function GetNumBodyOverlays could find no matching static function on linked type NiOverride. Function will not be bound.

....

 

 

[06/01/2014 - 03:27:27PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 915

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:27:27PM] warning: Assigning None to a non-object variable named "::temp80"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 915

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:27:40PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 706

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:27:40PM] warning: Assigning None to a non-object variable named "::temp58"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 706

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:27:40PM] ERROR: Static function AddOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 708

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:27:40PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 710

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:27:40PM] warning: Assigning None to a non-object variable named "::temp59"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 710

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:28:50PM] ERROR: Array index -1 is out of range (0-6)

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 905

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:28:50PM] ERROR: Array index -1 is out of range (0-6)

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 909

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:28:50PM] ERROR: Cannot call GetActorBase() on a None object, aborting function call

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 912

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:28:50PM] ERROR: Cannot call GetSex() on a None object, aborting function call

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 913

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:28:50PM] warning: Assigning None to a non-object variable named "::temp77"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 913

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:28:50PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 915

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:28:50PM] warning: Assigning None to a non-object variable named "::temp80"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 915

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:28:52PM] ERROR: Array index -1 is out of range (0-6)

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 697

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:28:52PM] ERROR: Cannot call GetActorBase() on a None object, aborting function call

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 700

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:28:52PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 706

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:28:52PM] warning: Assigning None to a non-object variable named "::temp58"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 706

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:28:52PM] ERROR: Static function AddOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 708

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:28:52PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 710

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:28:52PM] warning: Assigning None to a non-object variable named "::temp59"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 710

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:31:36PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 915

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:31:36PM] warning: Assigning None to a non-object variable named "::temp80"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnOptionMenuAccept() - "SlaveTatsMCMMenu.psc" Line 915

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.SetMenuIndex() - "SKI_ConfigBase.psc" Line 1042

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuAccept() - "SKI_ConfigManager.psc" Line 210

[06/01/2014 - 03:31:39PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 706

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:31:39PM] warning: Assigning None to a non-object variable named "::temp58"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 706

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:31:39PM] ERROR: Static function AddOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 708

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:31:39PM] ERROR: Static function HasOverlays not found on object NiOverride. Aborting call and returning None

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 710

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

[06/01/2014 - 03:31:39PM] warning: Assigning None to a non-object variable named "::temp59"

stack:

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.OnConfigClose() - "SlaveTatsMCMMenu.psc" Line 710

[slaveTatsMenu (35000800)].SlaveTatsMCMMenu.CloseConfig() - "SKI_ConfigBase.psc" Line 768

[sKI_ConfigManagerInstance (1F000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 122

 

Link to comment

I can not ... I have the latest racemenu and the only files named nioverride   are those .dll and .ini   in my /skse directory!
and it works for me ...
yesterday when gdxai  said he did not have the scripts I looked in my skyrim I did not find them !
I found the library and then I checked in nioveride , home page got that package with ethe scipts and did not install them!

If I have to guess why your skyrim would not work after yuo removed a .pex file that was included in  your last save I can think of many reason why it would not work :)
anyways!
to import a function into a skyrim script it does not have to be included in a .pex file  with its own nme or a .pex file at all ! it could be in an esm or an .esp or a windows library (".dll) and/or a nother 10 different sources you can import from!

Link to comment

People often have old scripts from the old mod versions in their "\Data\Scripts\". Mod author then packs his mod into a .bsa. Then people report all kinds of strange old issues because they still have old loose scripts that override new packed ones. That's just how things usually happen.

Expired has an optional download with loose scripts for exactly this reason.

Link to comment

Thank you so much for this great mod. Im using this mod primarily to give NPCs body tattoos, and Ive replaced mosted of the textures with TheHAG tattoos pack. Been using this a while now, but after reinstalling skyrim, Ive run in to a problem. The tattoos I apply to a NPC (and player) won't save after I quit the game and load up my savegame. It just says "No Tattoo". This was never a problem before I renistalled Skyrim.

Link to comment

Fair enough, but in that case, would it be possible to add an optional or additional plugin to allow the tattoos to be applied via the RaceMenu as well as the MCM?

 

There's actually another reason to not do that (anymore, because SlaveTats started out as a RaceMenu plugin). There are enough tattoos in the SlaveTats package to completely flood out RaceMenu's overlay support, because RaceMenu is limited to 128 total overlay tattoos. That's due to a Papyrus limitation that I went to rather silly lengths to work around in SlaveTats.

Link to comment

Thank you so much for this great mod. Im using this mod primarily to give NPCs body tattoos, and Ive replaced mosted of the textures with TheHAG tattoos pack. Been using this a while now, but after reinstalling skyrim, Ive run in to a problem. The tattoos I apply to a NPC (and player) won't save after I quit the game and load up my savegame. It just says "No Tattoo". This was never a problem before I renistalled Skyrim.

 

I don't have an immediate solution for you, apart from making sure you have RaceMenu (including the overlays module) installed, and SKSE, and you've run BOSS (or LOOT, but I don't trust LOOT yet so I'm not recommending it)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   1 member

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use