Jump to content

Paradise Halls Enhanced (pahe) repacked with the customary addons


Recommended Posts

 

Were you guys ever able to nail down the bug with new instances of a character respawning nude/no armor after a previous one is enslaved?

 

that's on our list under bugfixes planned now that we've finally proven my original thoughts on this to be linked to pah or pahe issues i'd suspected for some time, but some how blabla was telling me he was getting those results without pah/e so i was a wondering on that for a while and still pointing the users to performance tweaks, but nonetheless i was finally able to reproduce it in my latest tests of a controlled environment that only pah/e had control of the actors

 

other previous representations of the bug i'd found other mods interacting with and changing the results so i'd see a chastity belt on a naked imperial or collar and corset on a naked bandit so while i knew what other mods were effecting those npc's i had no way to point the finger at who was directly responsible for the bugs, until now...

 

my latest occurrence of this i was sent to fellglow keep (from the vanilla skyrim, not to be confused with the slaver camp) and i managed to enslave damned near every npc and because it was in the beginning of the game and they weren't guards or soldiers nothing could contaminate my results from it as i went thru enslaving the first floor and moving onto the next. then watching as skyrim quickly ran out of variants of the npc to choose from and started spawning naked variants of my slaves.

 

the first step to fixing any bug is to reproduce it without contamination from other sources....

so that atleast set the bug to a higher priority than ever before, But the next trick to that will be to figure out how or why that is

 

the current theory on it is related to how pah handles the outfit system for the slaves allowing the player to remove the slave's clothing or armor and then give the slave new armor to wear so that will be looked into again, how soon could depend on my mood or what i see in the code as i'm looking to fix something else because blabla's last beta test was to disable the pah outfit system which ended up with a duplicate in-grab-able armor after the player takes the slave's armor hidden from the slave's inventory.

 

the next attempts at this will be to look into separating the link between the slave's outfit and the original actor

 

The problem stems from using the ActorBase.SetOutfit() function. Once you've changed the outfit on the BASE used to create new leveled actors they will wear that new outfit and since slaves are naked...

 

This should be easily fixed by making sure you use the LeveledActorBase (use the GetLeveledActorBase() function) which is only specific to an already created leveled actor and not used to create new actors.

 

Examine all the usage of the ActorBase to make sure you are using the leveled base, even actors not created from leveled lists will have a leveled base which is used to keep their current values while the original actorbase will have their starting values and in fact should only be used when those starting values are needed.

 

The two scripts doing this (pahclonenodescript.psc and pahcore.psc) seem to deliberately alter the underlying base instead of the leveled base which is why this bug exists. There may be a reason why the original base is needed for other functions but when calling setoutfit it should not be used.

Link to comment

 

 

Were you guys ever able to nail down the bug with new instances of a character respawning nude/no armor after a previous one is enslaved?

 

that's on our list under bugfixes planned now that we've finally proven my original thoughts on this to be linked to pah or pahe issues i'd suspected for some time, but some how blabla was telling me he was getting those results without pah/e so i was a wondering on that for a while and still pointing the users to performance tweaks, but nonetheless i was finally able to reproduce it in my latest tests of a controlled environment that only pah/e had control of the actors

 

other previous representations of the bug i'd found other mods interacting with and changing the results so i'd see a chastity belt on a naked imperial or collar and corset on a naked bandit so while i knew what other mods were effecting those npc's i had no way to point the finger at who was directly responsible for the bugs, until now...

 

my latest occurrence of this i was sent to fellglow keep (from the vanilla skyrim, not to be confused with the slaver camp) and i managed to enslave damned near every npc and because it was in the beginning of the game and they weren't guards or soldiers nothing could contaminate my results from it as i went thru enslaving the first floor and moving onto the next. then watching as skyrim quickly ran out of variants of the npc to choose from and started spawning naked variants of my slaves.

 

the first step to fixing any bug is to reproduce it without contamination from other sources....

so that atleast set the bug to a higher priority than ever before, But the next trick to that will be to figure out how or why that is

 

the current theory on it is related to how pah handles the outfit system for the slaves allowing the player to remove the slave's clothing or armor and then give the slave new armor to wear so that will be looked into again, how soon could depend on my mood or what i see in the code as i'm looking to fix something else because blabla's last beta test was to disable the pah outfit system which ended up with a duplicate in-grab-able armor after the player takes the slave's armor hidden from the slave's inventory.

 

the next attempts at this will be to look into separating the link between the slave's outfit and the original actor

 

The problem stems from using the ActorBase.SetOutfit() function. Once you've changed the outfit on the BASE used to create new leveled actors they will wear that new outfit and since slaves are naked...

 

This should be easily fixed by making sure you use the LeveledActorBase (use the GetLeveledActorBase() function) which is only specific to an already created leveled actor and not used to create new actors.

 

Examine all the usage of the ActorBase to make sure you are using the leveled base, even actors not created from leveled lists will have a leveled base which is used to keep their current values while the original actorbase will have their starting values and in fact should only be used when those starting values are needed.

 

The two scripts doing this (pahclonenodescript.psc and pahcore.psc) seem to deliberately alter the underlying base instead of the leveled base which is why this bug exists. There may be a reason why the original base is needed for other functions but when calling setoutfit it should not be used.

 

 

ya, the setoutfit was made by the original author, i'll need to look into how he messed that up, my first patches added were to fixing bugs in the core and countless times i'd find a fix blabla made to fix the core, but i'm guessing what you're describing is definitely the problem with pahnakedoutfit i'll be looking to fix---thanks for showing me the correct adjustments, i noticed blabla made that change in several places already i'll need to finish implementing that in other places to truly fix pahcore

 

Link to comment

Enslaving a Mistwatch bandit failed.From the Papyrus log:

 

[05/06/2016 - 02:29:25PM] ERROR: Cannot set the faction rank with a None faction
stack:
    [ (00045B51)].Actor.SetFactionRank() - "<native>" Line ?
    [ (00045B51)].Actor.AddToFaction() - "Actor.psc" Line 570
    [alias slave000 on quest PAH (0E01FAEF)].PAHActorAlias.AddToFaction() - "pahactoralias.psc" Line 770
    [alias slave000 on quest PAH (0E01FAEF)].pahslave.AfterAssign() - "pahslave.psc" Line 116
    [PAH (0E01FAEF)].pahcore.AddSlave() - "pahcore.psc" Line 281
    [PAH (0E01FAEF)].pahcore.Capture() - "pahcore.psc" Line 503
    [ (0E00C9C9)].PRKF_PAHEnslavePerk_0100C9C9.Fragment_1() - "prkf_pahenslaveperk_0100c9c9.psc" Line 8
[05/06/2016 - 02:29:27PM] [PAHESlave] After Assign: [pahslave <alias slave000 on quest PAH (0E01FAEF)>] is [Actor < (00045B51)>]

Link to comment

Enslaving a Mistwatch bandit failed.From the Papyrus log:

 

[05/06/2016 - 02:29:25PM] ERROR: Cannot set the faction rank with a None faction

stack:

    [ (00045B51)].Actor.SetFactionRank() - "<native>" Line ?

    [ (00045B51)].Actor.AddToFaction() - "Actor.psc" Line 570

    [alias slave000 on quest PAH (0E01FAEF)].PAHActorAlias.AddToFaction() - "pahactoralias.psc" Line 770

    [alias slave000 on quest PAH (0E01FAEF)].pahslave.AfterAssign() - "pahslave.psc" Line 116

    [PAH (0E01FAEF)].pahcore.AddSlave() - "pahcore.psc" Line 281

    [PAH (0E01FAEF)].pahcore.Capture() - "pahcore.psc" Line 503

    [ (0E00C9C9)].PRKF_PAHEnslavePerk_0100C9C9.Fragment_1() - "prkf_pahenslaveperk_0100c9c9.psc" Line 8

[05/06/2016 - 02:29:27PM] [PAHESlave] After Assign: [pahslave <alias slave000 on quest PAH (0E01FAEF)>] is [Actor < (00045B51)>]

 

snipped:

reproduced the problem on my own, its being looked into for an update fix

 

Edited by CliftonJD
Link to comment

 

 

 

post a link (to Vilja)

 

http://www.nexusmods.com/skyrim/mods/26393/?

 

You're certain to not get permission, I hope that doesn't mean it's proscribed. Full functionality would be a fairly large project, but I hope you can at least make the enslave command work on Vilja without breaking her.

 

 

oh, she's cute

no clue why the enslave won't work so you'll need to post a log of trying to enslave her- it should work for every npc regardless of race, gender, or origin

 

i'll add her to my test list and get ya my results

 

 

Log is attached. PAH version 6.02.  When "enslave" (sleeping) is used she enters bleedout, stays that way (but she hates me at that point) without becoming a slave. If I leave the cell she stops the bleedout state but still does not become a slave.

 

PAH Vilja debug.txt

Link to comment

Request: Instant enslave console command for debugging

console command the fear spell using player.addspell

if its a target that could be immune to fear, another option is the paralysis spells, poisons, or enchantments---there's even a console command to enchant an item or create poisons

Edited by CliftonJD
Link to comment

 

 

 

 

post a link (to Vilja)

 

http://www.nexusmods.com/skyrim/mods/26393/?

 

You're certain to not get permission, I hope that doesn't mean it's proscribed. Full functionality would be a fairly large project, but I hope you can at least make the enslave command work on Vilja without breaking her.

 

 

oh, she's cute

no clue why the enslave won't work so you'll need to post a log of trying to enslave her- it should work for every npc regardless of race, gender, or origin

 

i'll add her to my test list and get ya my results

 

 

Log is attached. PAH version 6.02.  When "enslave" (sleeping) is used she enters bleedout, stays that way (but she hates me at that point) without becoming a slave. If I leave the cell she stops the bleedout state but still does not become a slave.

 

 

 

i was able to enslave vilja using paralysis as a feature of psq, i can post a link to that upon request

 

meantime here's the issues in your log that lead to why its not working for you;

 

 

[05/06/2016 - 03:05:51PM] Cannot open store for class "RaceMenu", missing file?

[05/06/2016 - 03:05:51PM] Error: Unable to link "RaceMenu" - the parent of "CosmeticMenu".

[05/06/2016 - 03:05:51PM] Error: Unable to bind script CosmeticMenu to UICosmeticMenu (17000E06) because their base types do not match

 

that's a small bug normally ignorable, but it shows a mod referencing racemenu and unable to do so, the effects of having that type of mod issue could eventually lead to issues reading the race of the npc being enslaved

 

next up is some huge spam from some potion mod effecting clutter and food lists and racks and gumming up the works:

 

 

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B284B) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B284A) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2849) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2848) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property Alias_MarriageCustomHome on script QF_RelationshipMarriageFIN_00021382 attached to RelationshipMarriageFIN (00021382) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property NotEnoughCash on script _001_SCRPT_ForSale_Basic attached to (163960B0) cannot be bound because (160B35E5) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282D) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282C) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property MaxLevel on script PHHSHHunterLever attached to (0F0212E7) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282A) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:00PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282B) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:00PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:00PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B287D) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2869) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2868) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property myBustActivator on script dunLabyrinthianUltraMaskBustSCRIPT attached to (000F8497) cannot be bound because (162B7198) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2867) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2866) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] VM is freezing...

[05/06/2016 - 03:06:01PM] VM is frozen

[05/06/2016 - 03:06:01PM] Reverting game...

[05/06/2016 - 03:06:01PM] Error: Unable to bind script CosmeticMenu to UICosmeticMenu (17000E06) because their base types do not match

[05/06/2016 - 03:06:01PM] Error: Unable to bind script PlayerHorseScript to (1609AC27) because their base types do not match

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B284A) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B284A) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2848) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2848) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property Alias_MarriageCustomHome on script QF_RelationshipMarriageFIN_00021382 attached to RelationshipMarriageFIN (00021382) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property NotEnoughCash on script _001_SCRPT_ForSale_Basic attached to (163960B0) cannot be bound because (160B35E5) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282D) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282D) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282C) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282C) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property MaxLevel on script PHHSHHunterLever attached to (0F0212E7) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282A) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282A) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B282B) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B282B) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B287D) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B287D) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2866) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2866) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2867) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2867) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property ReleaseMarker on script pahslave attached to alias slave on quest PAH (0601FAEF) cannot be bound because (00015DFD) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2869) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2869) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2868) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2868) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property myBustActivator on script dunLabyrinthianUltraMaskBustSCRIPT attached to (000F8497) cannot be bound because (162B7198) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B2849) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B2849) cannot be bound because (16000DC1) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackFoodList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC2) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackIngredientsList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC4) is not the right type

[05/06/2016 - 03:06:01PM] warning: Property RackType on script PotionRackContainerScript attached to (161B284B) cannot be initialized because the script no longer contains that property

[05/06/2016 - 03:06:01PM] Error: Property PotionRackAddPotionsList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC3) is not the right type

[05/06/2016 - 03:06:01PM] Error: Property PotionRackClutterList on script PotionRackContainerScript attached to (161B284B) cannot be bound because (16000DC1) is not the right type

 

 

this next piece is from spouces enhanced:

 

 

[05/06/2016 - 03:06:06PM] Error: Cannot call GetName() on a None object, aborting function call

stack:

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.DoCompatibilityStuff() - "_se_playerscript.psc" Line 619

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.OnPlayerLoadGame() - "_se_playerscript.psc" Line 578

[05/06/2016 - 03:06:06PM] warning: Assigning None to a non-object variable named "::temp67"

stack:

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.DoCompatibilityStuff() - "_se_playerscript.psc" Line 619

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.OnPlayerLoadGame() - "_se_playerscript.psc" Line 578

[05/06/2016 - 03:06:06PM] Error: Cannot call GetName() on a None object, aborting function call

stack:

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.DoCompatibilityStuff() - "_se_playerscript.psc" Line 622

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.OnPlayerLoadGame() - "_se_playerscript.psc" Line 578

[05/06/2016 - 03:06:06PM] warning: Assigning None to a non-object variable named "::temp66"

stack:

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.DoCompatibilityStuff() - "_se_playerscript.psc" Line 622

[alias Player on quest _SE_MainQuest (1D000D62)]._se_playerscript.OnPlayerLoadGame() - "_se_playerscript.psc" Line 578

 

if it stays like that it might be harmless, but you'll need to watch your logs with that in place i just read on sd about ctd's caused by it

 

this next massive log spam is from the more nasty critters mod pack of nude creatures and creature framework, but it's too much to post so that's an indication of a problem there

 

in the end there is some pah errors related to the above issues in your game causing the scripts to see the npc as an invalid object

 

Link to comment

 

there's quite a bit in there

 

Mostly it's the animal mods complaining that SOS isn't installed and generally being buggy and inefficient, but that shouldn't keep PAH from working. I can re-run it with SOS installed to take a lot of those out but I wouldn't expect different results.

Link to comment

 

in the end there is some pah errors related to the above issues in your game causing the scripts to see the npc as an invalid object

 

 

 

You're wrong, but I can see I'll have to prove it before you'll fix this, so let me take those mods out, start a new game, and post a new log.

Link to comment

 

 

there's quite a bit in there

 

Mostly it's the animal mods complaining that SOS isn't installed and generally being buggy and inefficient, but that shouldn't keep PAH from working. I can re-run it with SOS installed to take a lot of those out but I wouldn't expect different results.

 

 

the sos portion of the log was quite small in comparison so i doubt thats the problem there, i'd suggest looking into what mod is causing that first bug looking for racemenu, that's a major dependency file to not have

 

 

in the end there is some pah errors related to the above issues in your game causing the scripts to see the npc as an invalid object

 

 

 

You're wrong, but I can see I'll have to prove it before you'll fix this, so let me take those mods out, start a new game, and post a new log.

 

 

if i'm truly wrong how is it that i don't get the same results without those mods

Link to comment

I removed even my bug fixes and tweaks, leaving just what Sexlab, Vilja, and ZAZ need, plus alternate start so I can get to Vilja in a reasonable timeframe:

 

Unofficial Skyrim Patch, legendary edition

SkyUI
Sexlab framework
Alternate Start

PAH 6.02

PAH HomeSweetHome

PAH Voice pack
Vilja
ViljainSolsteim
ZAZ Animation Pack
ZAZ textures
ZAZ resources
ZAZ Craft
FNIS behavior

 

The problem remains. At this point I've started 6 new games, almost memorized the console commands to get an axe and paralysis potion, and run Vilja's first quest 6 times so I can talk to her and make sure she works. I can't spend any more time proving this.

PAH Vilja debug 3.txt

Link to comment

I removed even my bug fixes and tweaks, leaving just what Sexlab, Vilja, and ZAZ need, plus alternate start so I can get to Vilja in a reasonable timeframe:

 

Unofficial Skyrim Patch, legendary edition

SkyUI

Sexlab framework

Alternate Start

PAH 6.02

PAH HomeSweetHome

PAH Voice pack

Vilja

ViljainSolsteim

ZAZ Animation Pack

ZAZ textures

ZAZ resources

ZAZ Craft

FNIS behavior

 

The problem remains. At this point I've started 6 new games, almost memorized the console commands to get an axe and paralysis potion, and run Vilja's first quest 6 times so I can talk to her and make sure she works. I can't spend any more time proving this.

 

you stripped more mods, but the issue still remains:

[05/06/2016 - 06:51:05PM] zbfExternal:                  RaceMenu version: 0

 

 

seems every post has ignored the 1st suggested fix

edit further note:

sexlab iteself requires a skeleton:

http://www.loverslab.com/files/file/150-skyrim-sexlab-sex-animation-framework-v161b-updated-jan-7th-2016/

 

---- Requirements -------------------------------------------------------------

 

 

 

Skyrim Script Extender (SKSE) REQUIRES SKSE 1.7.3 OR NEWER

 

 

 

Fores New Idles in Skyrim (FNIS) REQUIRES FNIS 5.4.2 OR NEWER

 

FNIS Creature Pack version 5.2 or newer is required only if you want creature animation support in SexLab, otherwise it is not required.

If you get a warning in game about not having 5.2 installed despite having installed it. You have without exception, installed it incorrectly. You can either ignore the warning and keep using SexLab like normal if everything working anyway, or do the smart thing and figure out what's wrong with your FNIS install so the warning will leave you alone.

 

SkyUI REQUIRES VERSION 5.0 OR NEWER

 

If you dislike SkyUI for some reason, you can also install SkyUI-Away on top of it.

It may work fine with older versions if you refuse to upgrade to 5.0 for whatever reason. You do so at your own risk.

 

An actor skeleton mod such as XPMSE2 or XPMSE3

 

next we turn to the links of the skeleton requirements page listed there:

http://www.nexusmods.com/skyrim/mods/68000/?

 

Requirement

(are installed BEFORE you install XPMSE3 and nothing overwrites XPMSE3 in general)

 

Two list of requirements for XPMSE3 one for people using Racemenu and one for people using Enchance Character Edit\Vanilla

 

General:

SKSE 1.7.3 or newer

Realistic Ragdolls and Force 1.9 or newer

Fores New Idles in Skyrim 6.1 or newer

 

RaceMenu users:

RaceMenu 3.4.5 or newer

 

Enchance Character Edit\Vanilla users:

NetImmerse Override Standalone 3.4.4 or newer

 

 

Edited by CliftonJD
Link to comment

And you're seriously claiming this sexlab skeleton problem is the reason Vilja can't be enslaved? At this point you may as well come out and say "I'm not going to bother"

 

edit:

 

>seems every post has ignored the 1st suggested fix

 

No, the first suggested fix was not "it needs a skeleton". it was

 

 

Cannot open store for class "RaceMenu", missing file?

 

which is not the other line you're now saying is the real problem. You are looking for any possible error message that may be related just so you can avoid admitting Vilja cannot be enslaved without a fix.

 

 zbfExternal:                  RaceMenu version: 0

 

is something ZAZ Animation pack puts in. So you're saying your mod is incompatible with one of its own requirements.

 

You did make me angry enough to attach a skeleton, fun FNIS, verify the problem STILL exists, and then look into the mod that adds that line to Papyrus though.

 

I'm done here.

Link to comment

And you're seriously claiming this sexlab skeleton problem is the reason Vilja can't be enslaved? At this point you may as well come out and say "I'm not going to bother"

 

i have all the base mod requirements of each of those mods and had no problems enslaving vilja at the bannered mare, if the only way to cause a problem with enslaving her is to remove a required mod i can't look further into this

Link to comment

And you're seriously claiming this sexlab skeleton problem is the reason Vilja can't be enslaved? At this point you may as well come out and say "I'm not going to bother"

 

edit:

 

>seems every post has ignored the 1st suggested fix

 

No, the first suggested fix was not "it needs a skeleton". it was

 

 

Cannot open store for class "RaceMenu", missing file?

 

which is not the other line you're now saying is the real problem. You are looking for any possible error message that may be related just so you can avoid admitting Vilja cannot be enslaved without a fix.

 

 zbfExternal:                  RaceMenu version: 0

 

is something ZAZ Animation pack puts in. So you're saying your mod is incompatible with one of its own requirements.

 

You did make me angry enough to attach a skeleton, fun FNIS, verify the problem STILL exists, and then look into the mod that adds that line to Papyrus though.

 

I'm done here.

 

there's 2 possibilities here:

  1. either you failed to meet the requirements for the mods listed and can't use the mod to its potential as a result or you failed to meet the only requirement of vilja to have an updated version of skyrim
  2. the fix is already in the next beta

the fact that you needed to get sound files from an external source makes me question if you're even using the same paradise halls provided

 

next problem you'll need to deal with is that if the fix you're looking for is in the beta i'm using then you still need racemenu or nilo as additional requirements put into the new code...

Edited by CliftonJD
Link to comment

...

 

ya, the setoutfit was made by the original author, i'll need to look into how he messed that up, my first patches added were to fixing bugs in the core and countless times i'd find a fix blabla made to fix the core, but i'm guessing what you're describing is definitely the problem with pahnakedoutfit i'll be looking to fix---thanks for showing me the correct adjustments, i noticed blabla made that change in several places already i'll need to finish implementing that in other places to truly fix pahcore

I try to pass on the hard earned lessons to others so they DON'T have to learn them the hard way. That one bit me severely once so I remember it well ;).

Link to comment

as they finaly found a fix for the string issue plan to try this again. what  i want to know is does its slaves get counted for say slaverun being slaves?

 

I think so, just give them some devious devices and they should work just like hydra slave girls or else ask kenjoka to support for PAH slaves.

 

if all else fails you can always try doing the slaver quest where you need to enslave an female npc for the slaver guild and just use it on the pah enslaved npc, that should force compatibility i think.

Link to comment

as they finaly found a fix for the string issue plan to try this again. what  i want to know is does its slaves get counted for say slaverun being slaves?

this confuses me

 

good then now that the 65k string issue has been fixed i ccan finaly pack my load order again. now all i need is the dom female slaver quest line from slaverun to catch up and all be well in my skyrim again.

is this the same as above

 

 

 

note to slaverun reloaded users:

pahslaves following the player will fall under the current follow faction kenjoka looks for to assign the outfits

this causes a problem with the naked bandit bug causing bandits that have never been to whiterun( aka slaverun or its enslaved cities) to not only show more frequent naked bandits, but they now come with the dd slave gear applied by the slaverun outfit

 

as they finaly found a fix for the string issue plan to try this again. what  i want to know is does its slaves get counted for say slaverun being slaves?

 

I think so, just give them some devious devices and they should work just like hydra slave girls or else ask kenjoka to support for PAH slaves.

 

if all else fails you can always try doing the slaver quest where you need to enslave an female npc for the slaver guild and just use it on the pah enslaved npc, that should force compatibility i think.

 

 

support for pahslave right now might better be asked to exclude them from the outfit

Link to comment

 

as they finaly found a fix for the string issue plan to try this again. what  i want to know is does its slaves get counted for say slaverun being slaves?

this confuses me

 

good then now that the 65k string issue has been fixed i ccan finaly pack my load order again. now all i need is the dom female slaver quest line from slaverun to catch up and all be well in my skyrim again.

is this the same as above

 

 

 

note to slaverun reloaded users:

pahslaves following the player will fall under the current follow faction kenjoka looks for to assign the outfits

this causes a problem with the naked bandit bug causing bandits that have never been to whiterun( aka slaverun or its enslaved cities) to not only show more frequent naked bandits, but they now come with the dd slave gear applied by the slaverun outfit

 

as they finaly found a fix for the string issue plan to try this again. what  i want to know is does its slaves get counted for say slaverun being slaves?

 

I think so, just give them some devious devices and they should work just like hydra slave girls or else ask kenjoka to support for PAH slaves.

 

if all else fails you can always try doing the slaver quest where you need to enslave an female npc for the slaver guild and just use it on the pah enslaved npc, that should force compatibility i think.

 

 

support for pahslave right now might better be asked to exclude them from the outfit

 

 

Kinky bandits huh. sounds interesting. Atleast you dn' have to package them anymore as they already have been ;)

Ok, that was a very stupid joke sorry.

 

Btw about the better vampires feature. I tried it out and to my surprise the slave was still counted as a slave int the mcm menu but it lost all of the dialogue and responses. they no longer became angry at you or anything. Instead they behaved like normal followers + because they are still listed in the MCM they won't dissappear either. This is not a bug or anything don't look to much into (if at all) it's just a little experiment of mine.

 

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   0 members

    • No registered users viewing this page.
×
×
  • 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