Jump to content

Recommended Posts

Okay, success mostly. I've got an armored swamp troll who carries his junk proudly and swings it into action as the gods intended. I was not able to make the trick work of creating an armor with only the penis and having SLNC equip that on top of the IC armor containing the rest of the troll. If I make an armor with my penis addon and the IC body addon together it works; if I remove the body addon (and set the flags so that the penis armor declares that it only equips slot 61, which I'm using for the penis) then I get the IC mesh only. It would be great if this could be got to work because then I'd just need one peen for all the swamp trolls. Now I'll have to make 2 sets of armor for each.

 

I'm now realizing I don't fully understand how SLNC  is locating things. I have the following:

    {
	  "skinName": "Armored Swamp Troll",
	  "normalArmor": "__formData|BDIC.esp|0x000801",
	  "arousedArmor": "__formData|BDIC.esp|0x000803",
	  "restrictedSlots": [],
	  "RaceName": "Troll",
	  "raceForm": "__formData|Skyrim Immersive Creatures.esp|0x0D2D03",
	  "skinForm": "__formData|Skyrim Immersive Creatures.esp|0x0D2CFF"
    }

What's the relationship between skinName and skinForm? Is one just human-readable for the other? Do you use skinName to match anything?

 

What's RaceName? the EditorIDs have names like '_00DLC1SwampTrollRaceArmored "Troll" [RACE:3D0D2D03]' -- Is the RaceName just the middle part of that? Is IC doing this right, creating a new race but then using the same RaceName as an existing race? (Is this why SL is able to recognize this creature as an animatable troll?)

 

Are you collecting all entries with the same RaceName together in the MCM? My troll doesn't appear with the rest of the trolls--he's at the end, in a section by himself, labelled "Troll". (Then "Armored Swamp Troll" within that section.) Is that right? Why isn't he with the rest?

 

You say that if skinForm is null, then this is the default--but default for what? All actors with that RaceName? So if I create a default, it will be for all Trolls, not just all swamp trolls?

 

 

Link to comment

Okay, success mostly. I've got an armored swamp troll who carries his junk proudly and swings it into action as the gods intended. I was not able to make the trick work of creating an armor with only the penis and having SLNC equip that on top of the IC armor containing the rest of the troll. If I make an armor with my penis addon and the IC body addon together it works; if I remove the body addon (and set the flags so that the penis armor declares that it only equips slot 61, which I'm using for the penis) then I get the IC mesh only. It would be great if this could be got to work because then I'd just need one peen for all the swamp trolls. Now I'll have to make 2 sets of armor for each.

Where do you set the slot? You have to set it in the mesh AND in the armor addon AND in the armor.

 

 

What's the relationship between skinName and skinForm? Is one just human-readable for the other? Do you use skinName to match anything?

 

What's RaceName? the EditorIDs have names like '_00DLC1SwampTrollRaceArmored "Troll" [RACE:3D0D2D03]' -- Is the RaceName just the middle part of that? Is IC doing this right, creating a new race but then using the same RaceName as an existing race? (Is this why SL is able to recognize this creature as an animatable troll?)

RaceName and skinName are human-readable names for displaying in the MCM menu, they are arbitrary strings. RaceForm and skinForm are used for matching.

 

That's a good question how SL recognizes your trolls. Last time I checked the source code, SL was checking the race form, but its matching logic has been overhault since then, so I don't know how it works now.

 

Are you collecting all entries with the same RaceName together in the MCM? My troll doesn't appear with the rest of the trolls--he's at the end, in a section by himself, labelled "Troll". (Then "Armored Swamp Troll" within that section.) Is that right? Why isn't he with the rest?

Creatures are grouped by race (using raceForm) in the MCM menu. Since your troll uses its own race, it has its own section.

 

 

You say that if skinForm is null, then this is the default--but default for what? All actors with that RaceName? So if I create a default, it will be for all Trolls, not just all swamp trolls?

Default refers to the race. CF first searches for a matching (race,skin) tuple, and if it does not find one, it uses the default entry of the given race (if there is one).

Link to comment

Cool, thx. Ya, I got bit early on by not setting the armor slot consistently on everything. Um, when you say "in the mesh", what do you mean? In the nif file? I have it right in the ARMA and ARMO, but if there's something in the nif file it probably *isn't* right there.

 

It's extra weird that SL works because the MoMod SL patch was very similar, but the Cyclops from there, which was just a reworked troll, didn't work. For now I'm just happy with it, but I'll look into it more when I hit a creature that doesn't work.

 

Edit: Ya, armor slot is in the nif too. Found a ref in a wiki. I'll get on that.

Link to comment

Success! Mostly. Got the ARMO/ARMA peens, got them hooked to the IC mesh through SLNC they equip and unequip as required. The only hitch is that for some reason the Armored Swamp Troll is a different race than the Swamp Troll (which is a vanilla troll race) so I couldn't use the same armor for both. But they're both working, so I can stop spamming your thread.  :cool:  I made another thread for my mod, where I'll post progress.

Link to comment

Is it correct behavior for this mod to create a metric ton of papyrus warnings on game load?

 

 

[03/15/2015 - 03:41:22AM] warning: Property DLC1SkinTrollArmored on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDLC1TrollArmoredErect on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC1TrollRaceArmored on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDLC1SabrecatHard on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC1SabreCatGlowRace on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinTrollArmoredNormal on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC1SkinTrollFrostArmored on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDLC1TrollFrostArmoredErect on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncLurkerMaleNaked on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRieklingChief on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRieklingChief on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2LurkerRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2WerebearBeastRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2RieklingRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWerebearMaleNaked on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinNakedWereBearBeast on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2ThirskRieklingRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2AshSpawnRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinAshSpawn on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncAshmanMaleNaked on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinBenthicLurker on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugr on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property GiantRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale07Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorse on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property TrollFrostRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBearBlackHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseBlacknWhiteHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer05 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property BearBrownRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SabreCatSnowyRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpider on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinWolf on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property KhajiitRaceVampire on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ArgonianRaceVampire on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale02Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale06 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property WolfRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ChaurusRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseBlackHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer04 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale03Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWolfSummonVeiny on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpiderGiantCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpiderGiant on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer02 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinNakedWerewolfBeast on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpiderGiantCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMaleNaked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer01 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale03 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpiderGiant on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FrostbiteSpiderRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property BearSnowRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale01Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale05Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale02 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpiderCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale02Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinNakedWerewolfBeast on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale04Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property CartHorseRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWolfVeiny on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinTroll on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorsePalominoHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseShadowmere on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property AlduinRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale06Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinChaurus on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DraugrRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBearBrownHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseGreyHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseShadowmere on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseBlacknWhiteHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale03Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMaleNaked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinUderfrykte on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpiderCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBlackTrollErect on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSabrecatHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSabrecatSnowyHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinWolfSummon on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpider on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale06Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property C06WolfSpiritRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinChaurus on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseGreyHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FrostbiteSpiderRaceGiant on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDragonPenis on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseBlackHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBearSnowHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncUderfrykte2Erect on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinWolfBlack on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinNakedBeast on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWolfBlackVeiny on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer06 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale05 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncTrollErect on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale01Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DragonRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale07 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale04Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale04 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale01 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property KhajiitRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property WerewolfBeastRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorse on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ArgonianRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer03 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ChaurusReaperRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property BearBlackRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FalmerRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FrostbiteSpiderRaceLarge on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorsePalominoHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property TrollRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncGiantMaleNaked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale05Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property HorseRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SabreCatRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

 

 

Link to comment
Hi,

I can not solve a problem with this mod I can only see the penises of dogs and horses.

I saw in the folder

 

SteamApps \ common \ Skyrim \ Data \ Meshes \ slnc

 

I have only folders dog, horse it out and werewolfbeast.

I must add meshes or do anything else?   do not even know where to download the other meshes

Link to comment

Ok I am having a bit of an issue.  I have everything installed and everything works perfectly save for one thing.  The werewolves will not show their boners, summoned werewolves do but not player characters.  Is this an issue with a known workaround or an option I have to check?

 

SLNC uses Creature Framework for mesh swapping, and from what I know CF does not support player characters. You should ask in CFs support thread.

 

Is it correct behavior for this mod to create a metric ton of papyrus warnings on game load?

 

 

[03/15/2015 - 03:41:22AM] warning: Property DLC1SkinTrollArmored on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDLC1TrollArmoredErect on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC1TrollRaceArmored on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDLC1SabrecatHard on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC1SabreCatGlowRace on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinTrollArmoredNormal on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC1SkinTrollFrostArmored on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDLC1TrollFrostArmoredErect on script slncaddondgscript attached to slncAddonDG (33002F9A) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncLurkerMaleNaked on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRieklingChief on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRieklingChief on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2LurkerRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2WerebearBeastRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2RieklingRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWerebearMaleNaked on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinNakedWereBearBeast on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2ThirskRieklingRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2AshSpawnRace on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinAshSpawn on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncAshmanMaleNaked on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DLC2SkinBenthicLurker on script slncaddondbscript attached to slncAddonDB (40005911) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugr on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property GiantRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale07Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorse on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property TrollFrostRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBearBlackHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseBlacknWhiteHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer05 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property BearBrownRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SabreCatSnowyRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpider on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinWolf on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property KhajiitRaceVampire on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ArgonianRaceVampire on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale02Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale06 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property WolfRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ChaurusRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseBlackHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer04 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale03Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWolfSummonVeiny on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpiderGiantCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpiderGiant on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer02 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinNakedWerewolfBeast on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpiderGiantCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMaleNaked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer01 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale03 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpiderGiant on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FrostbiteSpiderRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property BearSnowRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale01Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale05Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale02 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinFrostbiteSpiderCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale02Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinNakedWerewolfBeast on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale04Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property CartHorseRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWolfVeiny on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinTroll on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorsePalominoHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseShadowmere on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property AlduinRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale06Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinChaurus on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DraugrRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBearBrownHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseGreyHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseShadowmere on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseBlacknWhiteHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale03Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMaleNaked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinUderfrykte on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpiderCold on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBlackTrollErect on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSabrecatHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSabrecatSnowyHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinWolfSummon on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFrostbiteSpider on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale06Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property C06WolfSpiritRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinChaurus on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinHorseGreyHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FrostbiteSpiderRaceGiant on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDragonPenis on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorseBlackHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncBearSnowHard on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncUderfrykte2Erect on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinWolfBlack on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinNakedBeast on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncWolfBlackVeiny on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer06 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale05 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncTrollErect on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncFalmerMale01Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property DragonRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale07 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale04Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale04 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinDraugrMale01 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property KhajiitRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property WerewolfBeastRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorse on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ArgonianRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SkinFalmer03 on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property ChaurusReaperRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property BearBlackRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FalmerRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property FrostbiteSpiderRaceLarge on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncSkinHorsePalominoHide on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property TrollRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncGiantMaleNaked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property slncDraugrMale05Naked on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property HorseRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

[03/15/2015 - 03:41:22AM] warning: Property SabreCatRace on script slncmainquestscript attached to slncControllerQuest (320110DF) cannot be initialized because the script no longer contains that property

 

 

 

These warnings are harmless, just ignore them. I will remove them in a future version.

 

 

Hi,
I can not solve a problem with this mod I can only see the penises of dogs and horses.
I saw in the folder
 
SteamApps \ common \ Skyrim \ Data \ Meshes \ slnc
 
I have only folders dog, horse it out and werewolfbeast.
I must add meshes or do anything else?   do not even know where to download the other meshes

 

 

This mod does not include any meshes, yo must download them separately. The easiest would be to install More Nasty Critters, which includes everything you need.

Link to comment

 

Hi,
I can not solve a problem with this mod I can only see the penises of dogs and horses.
I saw in the folder
 
SteamApps \ common \ Skyrim \ Data \ Meshes \ slnc
 
I have only folders dog, horse it out and werewolfbeast.
I must add meshes or do anything else?   do not even know where to download the other meshes

 

 

This mod does not include any meshes, yo must download them separately. The easiest would be to install More Nasty Critters, which includes everything you need.

 

 

 

I tried to install More Nasty Critters but have not solved the problem. I can only see the penises of dogs and horses but not of the other creatures.(wolf, spider, chaurus....)
 
I can solve by putting meshes manually, but I do not know where to find them, you can help me ??
Link to comment

I tried to install More Nasty Critters but have not solved the problem. I can only see the penises of dogs and horses but not of the other creatures.(wolf, spider, chaurus....)

 

 

I can solve by putting meshes manually, but I do not know where to find them, you can help me ??

Can you see the other creatures in the MCM menu of Creature Framework? Do the other creatures turn invisible? When everything is working but only the meshes are missing, then you should have invisible creatures. If your creatures just don't show any penis but are otherwise ok, then your problem are not missing meshes. Could you post your logs?

Link to comment

 

I tried to install More Nasty Critters but have not solved the problem. I can only see the penises of dogs and horses but not of the other creatures.(wolf, spider, chaurus....)

 

 

I can solve by putting meshes manually, but I do not know where to find them, you can help me ??

Can you see the other creatures in the MCM menu of Creature Framework? Do the other creatures turn invisible? When everything is working but only the meshes are missing, then you should have invisible creatures. If your creatures just don't show any penis but are otherwise ok, then your problem are not missing meshes. Could you post your logs?

 

I have Creatures Framework 9, but I do not see all creatures, i can see only dogs, huskies and horses. I think that's the problem.

 

I do not know how to make them visible.

 

excuse the ignorance, but I never pulled the register, how should I do?  thank you very much.

 

 

P.S. to be completely accurate, I can have sex with animal type spider, wolf, chaurus etc., but without penis

Link to comment

I think I've got a buglet in SLNC. IF I provide a default armor swap AND it defaults both the skin and the vanilla armor AND the aroused armor includes both body and peen, THEN when it comes time to swap back to unaroused, SLNC writes a line to the log saying there is no unaroused armor so it's not swapping back (and in fact the creature stays aroused). It's like it's not remembering what armor it took off, it's just depending on the json file to decide what to put back on so if the json doesn't provide anything for unaroused, it doesn't know what to do.

Link to comment

 

I tried to install More Nasty Critters but have not solved the problem. I can only see the penises of dogs and horses but not of the other creatures.(wolf, spider, chaurus....)

 

 

I can solve by putting meshes manually, but I do not know where to find them, you can help me ??

Can you see the other creatures in the MCM menu of Creature Framework? Do the other creatures turn invisible? When everything is working but only the meshes are missing, then you should have invisible creatures. If your creatures just don't show any penis but are otherwise ok, then your problem are not missing meshes. Could you post your logs?

 

 

I tried to create the log file, you can check if it is okay? thank you.
 
I tried it with a wolf to create the log file, of course there was the penis visible, perhaps you can find the error in the file.
 
Link to comment

I think I've got a buglet in SLNC. IF I provide a default armor swap AND it defaults both the skin and the vanilla armor AND the aroused armor includes both body and peen, THEN when it comes time to swap back to unaroused, SLNC writes a line to the log saying there is no unaroused armor so it's not swapping back (and in fact the creature stays aroused). It's like it's not remembering what armor it took off, it's just depending on the json file to decide what to put back on so if the json doesn't provide anything for unaroused, it doesn't know what to do.

 

I think I forgot to mention that you need to add some keywords to your armor so that they get unequipped when the deed is done. The keywords are "CFArmorAroused" for the aroused armor and "CFArmorNormal" for the unaroused armor. There keywords are contained in CreatureFramework.esm. When you open your esp in CK, then also tick CreatureFramework.esm. This will load the keywords into CK and then you can attach them to your armors.

 

 

I tried to install More Nasty Critters but have not solved the problem. I can only see the penises of dogs and horses but not of the other creatures.(wolf, spider, chaurus....)

 

 

I can solve by putting meshes manually, but I do not know where to find them, you can help me ??

Can you see the other creatures in the MCM menu of Creature Framework? Do the other creatures turn invisible? When everything is working but only the meshes are missing, then you should have invisible creatures. If your creatures just don't show any penis but are otherwise ok, then your problem are not missing meshes. Could you post your logs?

 

 

I tried to create the log file, you can check if it is okay? thank you.
 
I tried it with a wolf to create the log file, of course there was the penis visible, perhaps you can find the error in the file.
 

 

 

SLNC does find the config files. In your Skyrim Data directory there should be a directory called SLNC.d containing four files ending with .json. Does the directory and the files exist on your system? What mod manager are you using?

 

Link to comment

 

 

 

Can you see the other creatures in the MCM menu of Creature Framework? Do the other creatures turn invisible? When everything is working but only the meshes are missing, then you should have invisible creatures. If your creatures just don't show any penis but are otherwise ok, then your problem are not missing meshes. Could you post your logs?

 

I tried to create the log file, you can check if it is okay? thank you.
 
I tried it with a wolf to create the log file, of course there was the penis visible, perhaps you can find the error in the file.
 

 

SLNC does find the config files. In your Skyrim Data directory there should be a directory called SLNC.d containing four files ending with .json. Does the directory and the files exist on your system? What mod manager are you using?

 

 

Inside the folder SLNC there are files that I have attached  in this screenshot. post-653623-0-12419100-1426791164_thumb.png
 
there are no files ..json but, for example, in the folder SPIDER there are files this two files
frostbitespider.nif
frostbitespidercold.nif.
in the other there are all files .nif.
 
my mod manager that I'm using is Wrye BASH WITH BOSS.
 
The only files .json are in this location   Data \ SKSE \ Plugins \ StorageUtilData and are 
 
mariastats.json
AnimationProfile_1.json
maria.json
AdjustValues.json
MF_RP_Config.json
 
maybe my problem is in the folder SLNC or the load order of the mod ?
 
thk very much for you help
Link to comment

Wrye Bash skips the slnc.d directory when installing SLNC (see here). You need to extract the mod archive and install that folder manually.

 

PERFECT!!! you are a big :))) Now creatures framework is updated and I tested with many creatures and everything is ok. I miss just to test the spider but I think it's ok too.
 
I think it is better to go to MOD ORGANIZER :))
 
thanks for your patience and your support.
Link to comment

 

 

 

 

I think I forgot to mention that you need to add some keywords to your armor so that they get unequipped when the deed is done. The keywords are "CFArmorAroused" for the aroused armor and "CFArmorNormal" for the unaroused armor. There keywords are contained in CreatureFramework.esm. When you open your esp in CK, then also tick CreatureFramework.esm. This will load the keywords into CK and then you can attach them to your armors.

 

 

Did that, it works. I don't really understand what's happening tho... most of the time it doesn't seem to be necessary. Is it just so that armor other than that in the json file is equipped? And if SLNC is just putting back the normal armor it took off, why is it necessary to have the keyword?

 

Also too, even in the case I posted it doesn't always seem to be necessary.

 

BUT in the cases where it is, I don't love it. Reason being that I'm sexing up monsters from another mod. I'm not changing the unaroused look for a lot of them. In those cases, I'd normally not need to override the skin from the other mod. But if I have to add the "unaroused" keyword, then I do, which is a shame.

Link to comment
Hello. My log file is full of things like this:

 

 



[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinAshSpawn on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2ThirskRieklingRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinNakedWereBearBeast on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2RieklingRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinBenthicLurker on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRieklingChief on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncLurkerMaleNaked on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinRieklingChief on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncAshmanMaleNaked on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncWerebearMaleNaked on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2WerebearBeastRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2LurkerRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2AshSpawnRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale07 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale06Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncWolfBlackVeiny on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale01 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpider on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer05 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale04 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer02 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DragonRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale03 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale05Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorsePalominoHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale01Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseShadowmere on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer03 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinWolf on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncWolfVeiny on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale04Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property TrollRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMaleNaked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinHorseShadowmere on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncBearBrownHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseGreyHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property ArgonianRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale07Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property AlduinRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncUderfrykte2Erect on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncWolfSummonVeiny on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property FrostbiteSpiderRaceLarge on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMaleNaked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property WolfRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinNakedWerewolfBeast on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property C06WolfSpiritRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property CartHorseRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugr on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property TrollFrostRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpiderCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpiderCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinHorseGreyHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSabrecatSnowyHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property DraugrRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property WerewolfBeastRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property FalmerRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinHorseBlackHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinNakedBeast on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale06Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property ChaurusRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property ChaurusReaperRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property ArgonianRaceVampire on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinChaurus on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinWolfSummon on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncBearSnowHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale02 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale03Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpiderGiantCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale03Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpiderGiant on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncBearBlackHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SabreCatSnowyRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale04Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale06 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDragonPenis on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseBlacknWhiteHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property BearSnowRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinHorse on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinTroll on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinChaurus on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property HorseRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property FrostbiteSpiderRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseBlackHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinNakedWerewolfBeast on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinUderfrykte on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property FrostbiteSpiderRaceGiant on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSabrecatHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property BearBlackRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property GiantRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SabreCatRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale01Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer01 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale02Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncTrollErect on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale02Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncGiantMaleNaked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale05Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpiderGiantCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncBlackTrollErect on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpiderGiant on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property KhajiitRaceVampire on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinWolfBlack on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale05 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinHorseBlacknWhiteHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property KhajiitRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer04 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpider on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer06 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property BearBrownRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property SkinHorsePalominoHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorse on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property



 

and

 



[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 45: [Race <HorseRace (000131FD)>], Horse, [Form < (0008650D)>], black, None, [Form < (330230ED)>], []

[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 44: [Race <HorseRace (000131FD)>], Horse, [Armor < (00060715)>], Horse, None, [Form < (330230EC)>], []

[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 43: [Form <ChaurusReaperRace (000A5601)>], Chaurus Reaper, None, , None, [Form < (330230E5)>], []

[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 42: [Race <ChaurusRace (000131EB)>], Chaurus, None, , None, [Form < (330230E5)>], []

[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 41: [Form <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider, [Form < (0002C181)>], Giant Snow Spider, None, [Form < (330230E2)>], []

[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 40: [Form <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider, [Form < (0002C180)>], Giant Spider, None, [Form < (330230E1)>], []

[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 39: [Form <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider Default, None, Giant Spider, None, [Form < (330230E1)>], []

[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 38: [Form <FrostbiteSpiderRaceLarge (00053477)>], Large Spider, [Form < (00048C0E)>], Large Snow Spider, None, [Form < (330230E0)>], []

[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 37: [Form <FrostbiteSpiderRaceLarge (00053477)>], Large Spider, [Form < (0003636F)>], Large Spider, None, [Form < (330230DF)>], []

[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 36: [Form <FrostbiteSpiderRaceLarge (00053477)>], Large Spider Default, None, Large Spider, None, [Form < (330230DF)>], []

[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 35: [Race <FrostbiteSpiderRace (000131F8)>], Spider, [Form < (00048C0E)>], Snow Spider, None, [Form < (330230E0)>], []

[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 34: [Race <FrostbiteSpiderRace (000131F8)>], Spider, [Form < (0003636F)>], Spider, None, [Form < (330230DF)>], []

[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 33: [Race <FrostbiteSpiderRace (000131F8)>], Spider Default, None, Spider, None, [Form < (330230DF)>], []

[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 32: [Race <MG07DogRace (000F905F)>], Dog (MG07), None, , None, [Armor < (33023BB9)>], []

[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 31: [Race <DA03BarbasDogRace (000CD657)>], Dog (Barbas), None, , None, [Armor < (3300C196)>], []

[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 30: [Race <DogCompanionRace (000F1AC4)>], Dog (Companion), None, , None, [Armor < (3300C196)>], []

[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 29: [Race <DogRace (000131EE)>], Dog, None, , None, [Armor < (3300C196)>], []

[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 28: [Race <WolfRace (0001320A)>], wolf, [Armor < (000C02F8)>], Summoned Wolf, None, [Form < (3300C19F)>], []

[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 27: [Race <WolfRace (0001320A)>], wolf, [Form < (000C02FB)>], Black Wolf, None, [Form < (3300C19E)>], []

[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 26: [Race <WolfRace (0001320A)>], wolf, [Form < (0004E886)>], wolf, None, [Form < (3300C19D)>], []

[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 25: [Race <SabreCatSnowyRace (00013202)>], Snow Sabrecat, None, , None, [Form < (33004AB6)>], []

[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 24: [Race <SabreCatRace (00013200)>], SabreCat, None, , None, [Form < (33004AB7)>], []

[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 23: [Race <BearSnowRace (000131E9)>], Snow Bear, None, Snow Bear, None, [Form < (33004AB2)>], []

[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 22: [Race <BearBrownRace (000131E7)>], Brown Bear, None, Brown Bear, None, [Form < (33004AB0)>], []

[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 21: [Race <BearBlackRace (000131E8)>], Black Bear, None, Black Bear, None, [Form < (33004AB1)>], []

[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 20: [Race <TrollRace (00013205)>], Troll, None, , None, [Form < (330012CF)>], []

[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 19: [Race <TrollRace (00013205)>], Troll, [Form < (000F0779)>], Uderfrykte, None, [Form < (330012D0)>], []

[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 18: [Race <TrollRace (00013205)>], Troll, [Form < (00016EE4)>], Troll, None, [Form < (330012CC)>], []

[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 17: [Form <TrollFrostRace (00013206)>], Frost Troll, None, Frost Troll, None, [Form < (330012CF)>], []

[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 16: [Race <GiantRace (000131F9)>], Giant, None, Giant, None, [Form < (330012CE)>], []

[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 15: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F3A)>], Falmer 6, None, [Form < (33002312)>], []

[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 14: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F38)>], Falmer 5, None, [Form < (33002311)>], []

[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 13: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F36)>], Falmer 4, None, [Form < (33002310)>], []

[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 12: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F34)>], Falmer 3, None, [Form < (3300230F)>], []

[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 11: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F32)>], Falmer 2, None, [Form < (3300230E)>], []

[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 10: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F30)>], Falmer 1, None, [Form < (3300230D)>], []

[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 9: [Race <FalmerRace (000131F4)>], falmer, [Form < (00016EE7)>], falmer, None, [Form < (33000D63)>], []

[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 8: [Race <DraugrRace (00000D53)>], draugr, None, Default, None, [Form < (330012CD)>], []

[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 7: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE84)>], Draugr Male 7, None, [Form < (33002306)>], []

[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 6: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE83)>], Draugr Male 6, None, [Form < (33002305)>], []

[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 5: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE82)>], Draugr Male 5, None, [Form < (33002304)>], []

[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 4: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE81)>], Draugr Male 4, None, [Form < (33002303)>], []

[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 3: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE80)>], Draugr Male 3, None, [Form < (33002302)>], []

[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 2: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE7F)>], Draugr Male 2, None, [Form < (33002301)>], []

[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 1: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE7E)>], Draugr Male 1, None, [Form < (33002300)>], []

[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 0: [Race <DraugrRace (00000D53)>], draugr, [Form < (00016EE3)>], draugr, None, [Form < (330012CD)>], []



 

 

But the mod seems to work fine. Should i worry about the errors?

Link to comment

 

Hello. My log file is full of things like this:
 
 

[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinAshSpawn on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling01 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2ThirskRieklingRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinNakedWereBearBeast on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2RieklingRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinBenthicLurker on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRieklingChief on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncLurkerMaleNaked on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinRieklingChief on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncAshmanMaleNaked on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncWerebearMaleNaked on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2WerebearBeastRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2LurkerRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2AshSpawnRace on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DLC2SkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (36005911) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale07 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale06Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncWolfBlackVeiny on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale01 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpider on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer05 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale04 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer02 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DragonRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale03 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale05Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorsePalominoHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale01Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseShadowmere on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer03 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinWolf on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncWolfVeiny on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale04Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property TrollRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMaleNaked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinHorseShadowmere on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncBearBrownHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseGreyHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property ArgonianRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale07Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property AlduinRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncUderfrykte2Erect on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncWolfSummonVeiny on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property FrostbiteSpiderRaceLarge on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMaleNaked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property WolfRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinNakedWerewolfBeast on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property C06WolfSpiritRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property CartHorseRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugr on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property TrollFrostRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpiderCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpiderCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinHorseGreyHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSabrecatSnowyHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property DraugrRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property WerewolfBeastRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property FalmerRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinHorseBlackHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinNakedBeast on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale06Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property ChaurusRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property ChaurusReaperRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property ArgonianRaceVampire on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinChaurus on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinWolfSummon on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncBearSnowHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale02 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale03Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpiderGiantCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale03Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFrostbiteSpiderGiant on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncBearBlackHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SabreCatSnowyRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale04Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale06 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDragonPenis on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseBlacknWhiteHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property BearSnowRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinHorse on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinTroll on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinChaurus on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property HorseRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property FrostbiteSpiderRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorseBlackHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinNakedWerewolfBeast on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinUderfrykte on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property FrostbiteSpiderRaceGiant on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSabrecatHard on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property BearBlackRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property GiantRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SabreCatRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale01Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer01 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale02Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncTrollErect on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncDraugrMale02Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncGiantMaleNaked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncFalmerMale05Naked on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpiderGiantCold on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncBlackTrollErect on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpiderGiant on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property KhajiitRaceVampire on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinWolfBlack on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinDraugrMale05 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinHorseBlacknWhiteHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property KhajiitRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer04 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinFrostbiteSpider on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinFalmer06 on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property BearBrownRace on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property SkinHorsePalominoHide on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property
[03/28/2015 - 11:10:41PM] warning: Property slncSkinHorse on script slncMainQuestScript attached to slncControllerQuest (330110DF) cannot be initialized because the script no longer contains that property

 
and
 

[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 45: [Race <HorseRace (000131FD)>], Horse, [Form < (0008650D)>], black, None, [Form < (330230ED)>], []
[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 44: [Race <HorseRace (000131FD)>], Horse, [Armor < (00060715)>], Horse, None, [Form < (330230EC)>], []
[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 43: [Form <ChaurusReaperRace (000A5601)>], Chaurus Reaper, None, , None, [Form < (330230E5)>], []
[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 42: [Race <ChaurusRace (000131EB)>], Chaurus, None, , None, [Form < (330230E5)>], []
[03/28/2015 - 11:16:11PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 41: [Form <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider, [Form < (0002C181)>], Giant Snow Spider, None, [Form < (330230E2)>], []
[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 40: [Form <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider, [Form < (0002C180)>], Giant Spider, None, [Form < (330230E1)>], []
[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 39: [Form <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider Default, None, Giant Spider, None, [Form < (330230E1)>], []
[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 38: [Form <FrostbiteSpiderRaceLarge (00053477)>], Large Spider, [Form < (00048C0E)>], Large Snow Spider, None, [Form < (330230E0)>], []
[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 37: [Form <FrostbiteSpiderRaceLarge (00053477)>], Large Spider, [Form < (0003636F)>], Large Spider, None, [Form < (330230DF)>], []
[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 36: [Form <FrostbiteSpiderRaceLarge (00053477)>], Large Spider Default, None, Large Spider, None, [Form < (330230DF)>], []
[03/28/2015 - 11:16:12PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 35: [Race <FrostbiteSpiderRace (000131F8)>], Spider, [Form < (00048C0E)>], Snow Spider, None, [Form < (330230E0)>], []
[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 34: [Race <FrostbiteSpiderRace (000131F8)>], Spider, [Form < (0003636F)>], Spider, None, [Form < (330230DF)>], []
[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 33: [Race <FrostbiteSpiderRace (000131F8)>], Spider Default, None, Spider, None, [Form < (330230DF)>], []
[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 32: [Race <MG07DogRace (000F905F)>], Dog (MG07), None, , None, [Armor < (33023BB9)>], []
[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 31: [Race <DA03BarbasDogRace (000CD657)>], Dog (Barbas), None, , None, [Armor < (3300C196)>], []
[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 30: [Race <DogCompanionRace (000F1AC4)>], Dog (Companion), None, , None, [Armor < (3300C196)>], []
[03/28/2015 - 11:16:13PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 29: [Race <DogRace (000131EE)>], Dog, None, , None, [Armor < (3300C196)>], []
[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 28: [Race <WolfRace (0001320A)>], wolf, [Armor < (000C02F8)>], Summoned Wolf, None, [Form < (3300C19F)>], []
[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 27: [Race <WolfRace (0001320A)>], wolf, [Form < (000C02FB)>], Black Wolf, None, [Form < (3300C19E)>], []
[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 26: [Race <WolfRace (0001320A)>], wolf, [Form < (0004E886)>], wolf, None, [Form < (3300C19D)>], []
[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 25: [Race <SabreCatSnowyRace (00013202)>], Snow Sabrecat, None, , None, [Form < (33004AB6)>], []
[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 24: [Race <SabreCatRace (00013200)>], SabreCat, None, , None, [Form < (33004AB7)>], []
[03/28/2015 - 11:16:14PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 23: [Race <BearSnowRace (000131E9)>], Snow Bear, None, Snow Bear, None, [Form < (33004AB2)>], []
[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 22: [Race <BearBrownRace (000131E7)>], Brown Bear, None, Brown Bear, None, [Form < (33004AB0)>], []
[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 21: [Race <BearBlackRace (000131E8)>], Black Bear, None, Black Bear, None, [Form < (33004AB1)>], []
[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 20: [Race <TrollRace (00013205)>], Troll, None, , None, [Form < (330012CF)>], []
[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 19: [Race <TrollRace (00013205)>], Troll, [Form < (000F0779)>], Uderfrykte, None, [Form < (330012D0)>], []
[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 18: [Race <TrollRace (00013205)>], Troll, [Form < (00016EE4)>], Troll, None, [Form < (330012CC)>], []
[03/28/2015 - 11:16:15PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 17: [Form <TrollFrostRace (00013206)>], Frost Troll, None, Frost Troll, None, [Form < (330012CF)>], []
[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 16: [Race <GiantRace (000131F9)>], Giant, None, Giant, None, [Form < (330012CE)>], []
[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 15: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F3A)>], Falmer 6, None, [Form < (33002312)>], []
[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 14: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F38)>], Falmer 5, None, [Form < (33002311)>], []
[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 13: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F36)>], Falmer 4, None, [Form < (33002310)>], []
[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 12: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F34)>], Falmer 3, None, [Form < (3300230F)>], []
[03/28/2015 - 11:16:16PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 11: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F32)>], Falmer 2, None, [Form < (3300230E)>], []
[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 10: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F30)>], Falmer 1, None, [Form < (3300230D)>], []
[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 9: [Race <FalmerRace (000131F4)>], falmer, [Form < (00016EE7)>], falmer, None, [Form < (33000D63)>], []
[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 8: [Race <DraugrRace (00000D53)>], draugr, None, Default, None, [Form < (330012CD)>], []
[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 7: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE84)>], Draugr Male 7, None, [Form < (33002306)>], []
[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 6: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE83)>], Draugr Male 6, None, [Form < (33002305)>], []
[03/28/2015 - 11:16:17PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 5: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE82)>], Draugr Male 5, None, [Form < (33002304)>], []
[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 4: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE81)>], Draugr Male 4, None, [Form < (33002303)>], []
[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 3: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE80)>], Draugr Male 3, None, [Form < (33002302)>], []
[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 2: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE7F)>], Draugr Male 2, None, [Form < (33002301)>], []
[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 1: [Race <DraugrRace (00000D53)>], draugr, [Form < (0001FE7E)>], Draugr Male 1, None, [Form < (33002300)>], []
[03/28/2015 - 11:16:18PM] [slnc] [slncMainQuestScript <slncControllerQuest (330110DF)>]: Entry 0: [Race <DraugrRace (00000D53)>], draugr, [Form < (00016EE3)>], draugr, None, [Form < (330012CD)>], []

 
 
But the mod seems to work fine. Should i worry about the errors?

 

 

Nope.

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