Jump to content

SE Compatibility Tracking (Apr 23)


Recommended Posts

On 2/26/2018 at 8:48 PM, LazyGirl said:

Added a check to the default and aroused OnUpdate events that verifies the arousedArmor is equipped. If it is the script continues as normal. If not an attempt is made to equip it with a new check scheduled 0.25 seconds later to verify success. Hope it helps, I'd upload the script but I couldn't find anything on the modpage about distributing edits being allowed.

Since it works that does suggest a CF bug. Or at least a change in SSE that requires a change in CF too. Wonder if maybe the first OnUpdate fires too soon - like, maybe SSE is in the process of equipping and it hasn't completed by the time the update happens. Lag caused by having many mods? Speculation.

 

Uploading edits are "allowed" meaning no one has complained. I think as long as it's one or two files and people still have to visit the mod's page then it's fine. The full conversions are the real problem.

Link to comment
On 2/26/2018 at 9:30 PM, Sabrina Saberhagen said:

Now I read version 3.3 worked fine but that wasn't available to download so I used my oldrim version which happened to be 2.0.

DDi has a 3.3 download version. DDa is still 2.0 and DDx is only 4.0.

 

On 2/26/2018 at 9:30 PM, Sabrina Saberhagen said:

All 3 Devious Devices mods were properly converted and seem to work fine (I guess, the game hasn't crashed but I've yet to find many devices to play with). Since I wanted to see if the devices worked I also ported Devious Cidhna (which I LOVE) BUT all the dialogue created by this mod doesn't show up. I get [...] as a dialogue option for my character to choose and when the NPC replies it says "LOOKUP FAILED". The rest of the mod seems to work fine, they slap the blindfold on me and start to rape me when I pass by or ask for help, it's just the dialogue isn't working. 

 

Using a language other than English? LOOKUP FAILED is caused by an unlocalized plugin. I don't know how Creation Kit deals with those, but if you load the mod in SSEEdit and check the appropriate record (the NPC) then you should see errors. Look into String Localizer. If you want you can send me the converted ESP and I'll check it out.

 

Google didn't show me anything particularly useful about converting localized Oldrim mods to SSE...

 

On 2/26/2018 at 9:30 PM, Sabrina Saberhagen said:

I heard SE changed the scripts folder or something like that so I copied the scripts from "Scripts/source" to "source/scripts" and it seems to be pointless as everything is the same (copy, not moved or overwrite or anything like that). I think it's totally to do with this but I have no clue as my experience with modding is mostly following orders instead of improvising XD. So any help would be greatly appreciated.  

That is just about Creation Kit and compiling Papyrus scripts. Oldrim CK thought sources were in scripts/source while SSE CK thinks they are in source/scripts. Fortunately it's configurable, but unfortunately the modding community hasn't decided yet on which one to use so some mods use one structure and some use the other.

 

(Personally I wish we would use the latter - it's the default, and with source/ at the top authors can put all sorts of other interesting things in there.)

 

As a mod consumer you don't need to worry about it.

Link to comment
On 2/26/2018 at 9:51 PM, leizar said:

All SLAL animation packs are easy to convert. You need to convert animations, meshes if any animobjects are present and save esp in CK (I personally coppied records to my SSEMerge.esp as my frankenstain of load order goes up to 254 esp). I have converted them all with exeption of SLAL NSAP Mitos pack that is somehow causing T-pose after converting.

Actual 'T' pose (arms straight out) or more of an 'A' pose (arms down at an angle)? 'T' pose is often a "rerun FNIS" thing, 'A' pose I've seen with animations that were not converted correctly.

Link to comment
12 hours ago, Mazhen said:

I finally got the Creature Framework to make the wolf equip the Arousal mesh, i turn on TGM and let the wolf stand and bite me while i using Sexlab Aroused (not sure if this had an effect) to set the wolfs aroused state to 100, i then used the Creature Framework's puppeteer mode to set the wolf to male and then trigger update, after that the Wolf suddenly had arousel mesh equipped, i dont know if what i did was what did it or if it was just that i let it stand at bite me for 2 - 5 minutes, but it clear that in my game it wont trigger on its own.. hope this info helps somehow..

To test with wild animals it helps to add yourself to their faction (so they'll be friendly) then use SLA's Puppet Master feature (MCM page) to set the exposure.

 

At least most animals have factions. Wolves use WolfFaction (0003E691) so in the console

player.addtofaction 3e691 1

This is persistent so don't save after you do this, or remove yourself from the faction

player.addtofaction 3e691 -1
Link to comment
10 hours ago, infiniteone said:

 And a bunch of these in the papyrus log

    [Active effect 2 on  (0401961D)].CFEffectCreature.UnregisterForUpdate() - "<native>" Line ?
    [Active effect 2 on  (0401961D)].CFEffectCreature.OnArousedSettingChanged() - "CFEffectCreature.psc" Line ?
[02/27/2018 - 03:01:32PM] Error: Unable to call UnregisterForUpdate - no native object bound to the script object, or object is of incorrect type

Are you disabling or destroying creatures after testing?

Link to comment
8 hours ago, Pfiffy said:

For me things with MNC are getting a bit weird. Creatures get nude when aroused, but get dressed for sex. 

This is starting to sound more and more like a timing problem: meshes are correct but can't can equipped or unequipped fast enough. I'll have to check the CF code to see how it deals with all that.

Link to comment
48 minutes ago, tasairis said:

Are you disabling or destroying creatures after testing?

No,  I tested with matchmaker just random stuff out in the wild, dog, wolf, troll, horse, etc, all have the same issue of no aroused armor found, tested each multiple times, and also tried the forced arousal and force update etc, as outlined in previous posts here.

Link to comment
58 minutes ago, tasairis said:

To test with wild animals it helps to add yourself to their faction (so they'll be friendly) then use SLA's Puppet Master feature (MCM page) to set the exposure.

 

At least most animals have factions. Wolves use WolfFaction (0003E691) so in the console


player.addtofaction 3e691 1

This is persistent so don't save after you do this, or remove yourself from the faction


player.addtofaction 3e691 -1

I am actually using untamed to test. That works really well

Link to comment

I can't seem to get Defeat to work. It either doesn't show up in MCM at all, with none of the default hotkeys doing anything, or it shows up in the MCM but doesn't install. Clicking on the install option tells me to close all menus and wait, but nothing happens even after 5+ minutes of waiting.

I'm using the v163 beta of Sexlab. Animation files were converted and the esp was cleaned with CK. Tried starting a new save, but it didn't make a difference.

Link to comment
3 minutes ago, SakuyaFTW said:

I can't seem to get Defeat to work. It either doesn't show up in MCM at all, with none of the default hotkeys doing anything, or it shows up in the MCM but doesn't install. Clicking on the install option tells me to close all menus and wait, but nothing happens even after 5+ minutes of waiting.

I'm using the v163 beta of Sexlab. Animation files were converted and the esp was cleaned with CK. Tried starting a new save, but it didn't make a difference.

Did you follow these instructions? Any errors in the Papyrus log?

 

Link to comment

Folks with the "Not equipping aroused armour" CF error (with or without "equipping normal armour"):

 

I added/changed some logging with a couple scripts that will give some information about how meshes ("armors") are registered in the framework and when they're being used for aroused creatures. Make a backup of the original versions so you can restore them later, then copy the two into whatever directory has the CF scripts. In the game, use CF's Re-register Mods MCM option (or a new save), test out creatures until it breaks, then post in a spoiler/send me whatever your Papyrus log has marked "[TAS]". There will probably be a lot.

 

Also, just in case, check the CF MCM to make sure there is a mod set up for the creatures you're trying. And remember that aroused meshes only really ever happen with male creatures (log says gender=1) so make sure you're testing one or have the male fallback MCM option enabled.

 

CFEffectCreature.pex

CreatureFramework.pex

Link to comment
1 hour ago, tasairis said:

This is starting to sound more and more like a timing problem: meshes are correct but can't can equipped or unequipped fast enough. I'll have to check the CF code to see how it deals with all that.

maybe we are all to focused on CF pre 2.... Did anyone test the other versions?

 

And did anyone find out how to convince dd to cooperate with racemenu SE?  

Link to comment
16 minutes ago, SakuyaFTW said:

To a T. How do I check the Papyrus logs?

Enable logging if you haven't done that,

  1. Find your Skyrim.ini. In MO2 use its INI Editor, otherwise it's the Steam\etc\SSE\Skyrim.ini file.
  2. Find the [Papyrus] section
  3. Change bEnableLogging=1, bEnableTrace=1, and bLoadDebugInformation=1, and save

then run Skyrim. Test out Defeat until it breaks then quit the game.

 

The Papyrus log will be at Your Documents\My Games\SSE\Logs\Script\Papyrus.0.log. Take a look for anything that seems bad, or post it all in a spoiler.

Link to comment
Spoiler

[02/28/2018 - 05:11:01PM] Papyrus log opened (PC)
[02/28/2018 - 05:11:01PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)
[02/28/2018 - 05:11:01PM] Memory page: 128 (min) 512 (max) 153600 (max total)
[02/28/2018 - 05:11:03PM] Cannot open store for class "DLC1testPhilVortexSCRIPT", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "dlc1testPhilVortexTrigSCRIPT", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "dlc1scwispwallscript", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "DLC1TestPhilAtronach", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfEffectBondage", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfMagicEffectVisualBlind", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveLeash", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveLeash to zbfSlaveControl (060096B2) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveControl", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveControl to zbfSlaveControl (060096B2) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveActions", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveActions to zbfSlaveControl (060096B2) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlot", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfPlayerControl", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfBondageShell", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfBondageShell to zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSexLabBaseEntry", missing file?
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSexLab", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSexLab to zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfExternal", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfExternal to zbfExternal (06014EE3) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfConfig", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfConfig to zbfConfig (0600C243) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfPerkBound_PF", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfPerkBound_PF to  (0602219D) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfPerkGagged_PF", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfPerkGagged_PF to  (060221CA) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveControl_SF_Bind", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveControl_SF_Bind to  (060221C1) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveControl_SF_FromDevice", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveControl_SF_FromDevice to  (060221C2) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveControl_SF_FromCage", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveControl_SF_FromCage to  (060221C9) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveControl_SF_Whip", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveControl_SF_Whip to  (060221C7) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveControl_SF_ToCage", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveControl_SF_ToCage to  (060221C8) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "zbfSlaveControl_SF_ToDevice", missing file?
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script zbfSlaveControl_SF_ToDevice to  (060221C0) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "OnActivate" in state "Tied" on object "DefeatStateMonitoringScr".
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "OnHit" in state "Tied" on object "DefeatStateMonitoringScr".
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "ChangeDevice" in state "" on object "defeatactionscr".
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "Tied" in state "" on object "defeatactionscr".
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::ActionQst_var" on object "defeatmcmscr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "ActionQst" on object "defeatmcmscr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "DefeatActionFollowerScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::ActionScr_var" on object "DefeatActionFollowerScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "ActionScr" on object "DefeatActionFollowerScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "DefeatActionFollowerScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::ActionQst_var" on object "defeathkaction"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "ActionQst" on object "defeathkaction"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "defeatnvnassaultspl"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "defeatnvnassaultspl"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "DefeatCollateralSafetyScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "DefeatCollateralSafetyScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "DefeatBurlapSackScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::ActionQst_var" on object "DefeatBurlapSackScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "DefeatBurlapSackScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "ActionQst" on object "DefeatBurlapSackScr"
[02/28/2018 - 05:11:03PM] Cannot open store for class "daymoyl_PlayerValidateQuestAlias", missing file?
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "DefeatPlayerFollowersScr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "DefeatPlayerFollowersScr"
[02/28/2018 - 05:11:03PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?
[02/28/2018 - 05:11:03PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "defeatdatrigger".
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (08000D62) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "DefeatSexCrimeQSTscr"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "DefeatSexCrimeQSTscr"
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script DefeatSexCrimeQSTscr to DefeatSexCrimeQST (08118C5F) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "defe_qf_defeatparobber_030c16d7"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "defe_qf_defeatparobber_030c16d7"
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script defe_qf_defeatparobber_030c16d7 to DefeatPARobber (080C16D7) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "DefeatDALeftForDead"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "DefeatDALeftForDead"
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (080C1173) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "Defeatdadefeated"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "Defeatdadefeated"
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (080C16D8) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::ActionQst_var" on object "defeatassaultperkfrag"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "ActionQst" on object "defeatassaultperkfrag"
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script defeatassaultperkfrag to  (08032F9E) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "defe_sf_defeatplayercollatera_030b54b2"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "defe_sf_defeatplayercollatera_030b54b2"
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script defe_sf_defeatplayercollatera_030b54b2 to  (080B54B2) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link type of variable "::McmConfig_var" on object "defe_sf_defeatplayerqstescape_030abd69"
[02/28/2018 - 05:11:03PM] Error: Unable to link type of property "McmConfig" on object "defe_sf_defeatplayerqstescape_030abd69"
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script defe_sf_defeatplayerqstescape_030abd69 to  (080ABD69) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "Fragment_3" in state "" on object "Defe_SF_DefeatSOProstitute_0313F2C9".
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "Fragment_1" in state "" on object "Defe_SF_DefeatSOProstitute_0313F2C9".
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script Defe_SF_DefeatSOProstitute_0313F2C9 to  (0813F2C9) because their base types do not match
[02/28/2018 - 05:11:03PM] Cannot open store for class "RaceMenu", missing file?
[02/28/2018 - 05:11:03PM] Error: Unable to link "RaceMenu" - the parent of "CosmeticMenu".
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script CosmeticMenu to UICosmeticMenu (09000E06) because their base types do not match
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "OpenMenu" in state "" on object "UICosmeticMenu".
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "OnLoadMenu" in state "" on object "UICosmeticMenu".
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "OnFailedLoadMenu" in state "" on object "UICosmeticMenu".
[02/28/2018 - 05:11:03PM] Error: Unable to link types associated with function "OnUnloadMenu" in state "" on object "UICosmeticMenu".
[02/28/2018 - 05:11:03PM] ERROR: Unable to bind script UICosmeticMenu to UICosmeticMenu (09000E06) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match
[02/28/2018 - 05:11:11PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSlot to alias PlayerRef on quest zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfPlayerControl to alias PlayerRef on quest zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSlot to alias Slot01 on quest zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSlot to alias Slot02 on quest zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSlot to alias Slot03 on quest zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSlot to alias Slot04 on quest zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSlot to alias Slot05 on quest zbf (060137E6) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot040 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot039 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot038 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot037 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot036 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot035 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot034 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot033 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot032 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot031 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot030 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot029 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot028 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot027 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot026 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot025 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot024 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot023 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot022 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot021 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot020 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot019 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot018 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot017 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot016 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot015 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot014 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot013 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot012 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot011 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot010 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot009 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot008 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot007 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot006 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot005 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot004 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot003 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot002 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot001 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias Slot000 on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script zbfSexLabBaseEntry to alias SlotAllSolo on quest zbfSexLab (0600CD14) because their base types do not match
[02/28/2018 - 05:11:11PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (08000D62) because their base types do not match
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatPlayerFollowersScr attached to alias Follower01 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerSlot on script DefeatPlayerFollowersScr attached to alias Follower01 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatPlayerFollowersScr attached to alias Follower01 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatPlayerFollowersScr attached to alias Follower01 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatPlayerFollowersScr attached to alias Follower02 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerSlot on script DefeatPlayerFollowersScr attached to alias Follower02 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatPlayerFollowersScr attached to alias Follower02 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatPlayerFollowersScr attached to alias Follower02 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatPlayerFollowersScr attached to alias Follower03 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerSlot on script DefeatPlayerFollowersScr attached to alias Follower03 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatPlayerFollowersScr attached to alias Follower03 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatPlayerFollowersScr attached to alias Follower03 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatPlayerFollowersScr attached to alias Follower04 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerSlot on script DefeatPlayerFollowersScr attached to alias Follower04 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatPlayerFollowersScr attached to alias Follower04 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatPlayerFollowersScr attached to alias Follower04 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatPlayerFollowersScr attached to alias Follower05 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerSlot on script DefeatPlayerFollowersScr attached to alias Follower05 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatPlayerFollowersScr attached to alias Follower05 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatPlayerFollowersScr attached to alias Follower05 on quest DefeatPlayerQST (08000D62) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp029 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp029 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp029 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp029 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp029 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp030 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp030 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp030 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp030 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp030 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp031 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp031 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp031 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp031 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp031 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp032 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp032 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp032 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp032 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp032 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp033 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp033 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp033 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp033 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp033 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp034 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp034 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp034 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp034 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp034 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp035 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp035 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp035 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp035 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp035 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp036 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp036 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp036 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp036 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp036 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp037 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp037 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp037 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp037 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp037 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp038 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp038 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp038 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp038 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp038 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp039 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp039 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp039 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp039 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp039 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp040 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp040 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp040 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp040 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp040 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp041 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp041 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp041 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp041 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp041 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp042 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp042 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp042 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp042 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp042 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp043 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp043 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp043 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp043 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp043 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp044 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp044 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp044 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp044 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp044 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp045 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp045 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp045 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp045 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp045 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp046 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp046 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp046 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp046 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp046 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp047 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp047 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp047 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp047 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp047 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateTieUp048 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateTieUp048 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateTieUp048 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateTieUp048 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateTieUp048 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut000 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut001 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut002 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut003 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut004 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut005 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut006 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut007 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut008 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut009 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut010 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut011 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut012 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut013 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut014 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut015 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut016 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut017 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut018 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut019 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut020 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut021 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut022 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut023 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut024 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut025 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut026 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut027 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StateType on script DefeatStateMonitoringScr attached to alias StateKnockOut028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatStateMonitoringScr attached to alias StateKnockOut028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatStateMonitoringScr attached to alias StateKnockOut028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Unarmed on script DefeatStateMonitoringScr attached to alias StateKnockOut028 on quest DefeatRessourcesQst (0804B8D1) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script DefeatBurlapSackScr attached to  (08103CEA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property ActionQst on script DefeatBurlapSackScr attached to  (08103CEA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script DefeatBurlapSackScr attached to  (08103CEA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script DefeatBurlapSackScr attached to  (08103CEA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerIronArrow on script dialoguefollowerscript attached to DialogueFollower (000750BA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerHuntingBow on script dialoguefollowerscript attached to DialogueFollower (000750BA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property McmConfig on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property CommandTarget on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property NecroChest on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property FollowerApproach on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property CommandFollower on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlayerScr on script defeatactionscr attached to DefeatActionQst (08036014) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property ActionQst on script defeatmcmscr attached to DefeatMCMQst (0806D3D4) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property Player on script defeatmcmscr attached to DefeatMCMQst (0806D3D4) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property StruggleBar on script defeatmcmscr attached to DefeatMCMQst (0806D3D4) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlayerScr on script defeatmcmscr attached to DefeatMCMQst (0806D3D4) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property RessConfig on script defeatmcmscr attached to DefeatMCMQst (0806D3D4) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property SlotNames on script defeatmcmscr attached to DefeatMCMQst (0806D3D4) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] error: Cannot set property ModName on object defeatmcmscr because the object is flagged as invalid, property skipped.
[02/28/2018 - 05:11:11PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:11PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:12PM] SEXLAB -- Init [sslobjectfactory <SexLabQuestObjectFactory (05078818)>]
[02/28/2018 - 05:11:12PM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (07000822)>] INITIALIZED
[02/28/2018 - 05:11:12PM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (07000822)>]: Updating to script version 2
[02/28/2018 - 05:11:12PM] FNIS aa (load game) started
[02/28/2018 - 05:11:12PM] [SKI_FavoritesManager <SKI_FavoritesManagerInstance (0700082A)>]: Updating to script version 2
[02/28/2018 - 05:11:12PM] [SKI_FavoritesManager <SKI_FavoritesManagerInstance (0700082A)>]: Updating to script version 3
[02/28/2018 - 05:11:12PM] SEXLAB -- Init [sslBenchmark <SexLabDev (05072727)>]
[02/28/2018 - 05:11:12PM] [defeatqtewidget <DefeatPlayerQTE (080B5F7C)>] INITIALIZED
[02/28/2018 - 05:11:12PM] ERROR: defeatmcmscr.OnInit() being called on an invalid object, aborting function call
stack:
    <empty stack>
[02/28/2018 - 05:11:12PM] SEXLAB -- Init [sslthreadlibrary <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:12PM] SEXLAB -- Init [sslActorStats <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:12PM] SEXLAB -- Init [sslSystemConfig <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:12PM] SEXLAB -- Init [sslactorlibrary <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:12PM] SEXLAB - NOTICE: [sexlabframework <SexLabQuestFramework (05000D62)>] - Loaded SexLabFramework
[02/28/2018 - 05:11:12PM] Setting pet and player relationship to ally
[02/28/2018 - 05:11:12PM] SexLab MCM Loaded CurrentVerison: 0 / 16201
[02/28/2018 - 05:11:12PM] [sslConfigMenu <SexLabConfigurationMenu (05079840)>] INITIALIZED
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C5)>] running OnCellLoad() and AlreadyInit = False
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] running OnCellLoad() and AlreadyInit = False
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] running OnCellLoad() and AlreadyInit = False
[02/28/2018 - 05:11:18PM] PATCH 1.9 QUEST HAS STARTED
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (000E94C2)>]
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C5)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (000E94C4)>]
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (000E94C0)>]
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>] INITIALIZED
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 2
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 3
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 4
[02/28/2018 - 05:11:18PM] FNIS aa started (init) nMods: 0 nSets: 0
[02/28/2018 - 05:11:18PM] FNIS aa GetAAprefixList mod: FNIS aa nMods: 0
[02/28/2018 - 05:11:18PM] FNIS aa GetAAsets mod: FNIS aa nSets: 0
[02/28/2018 - 05:11:18PM] FNIS aa GetAAsetList mod: FNIS aa nSets: 0
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 5
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 6
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 7
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] The Starting Weapon is [ObjectReference < (000E94C9)>]
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] The Starting Weapon is [ObjectReference < (000E94C6)>]
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 8
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C5)>] The Starting Weapon is None
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C5)>] Doesn't have a starting weapon
[02/28/2018 - 05:11:18PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C5)>] finishing OnCellLoad() and AlreadyInit = TRUE
[02/28/2018 - 05:11:18PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Updating to script version 9
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] Has a starting weapon
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] Has a starting weapon
[02/28/2018 - 05:11:19PM] ==== LAL: Mod support check - Ignore errors about missing files. ====
[02/28/2018 - 05:11:19PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 59
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 113
[02/28/2018 - 05:11:19PM] ERROR: File "Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 64
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 113
[02/28/2018 - 05:11:19PM] ERROR: File "teg_returntohelgen.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 84
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 113
[02/28/2018 - 05:11:19PM] ERROR: File "Keld-Nar.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 92
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 113
[02/28/2018 - 05:11:19PM] ERROR: File "ShezriesOldHroldan.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 101
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 113
[02/28/2018 - 05:11:19PM] ERROR: File "ShezrieOldHroldanVer2.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 101
    [ARTHLALVersionTracking (0A049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 113
[02/28/2018 - 05:11:19PM] ==== LAL: Mod support check - Done. ====
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] Handling Starting Weapon
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] Handling Starting Weapon
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] Disabling physics on [ObjectReference < (000E94C9)>]
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] Disabling physics on [ObjectReference < (000E94C6)>]
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] Moving 0 to the SwordMarker
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C1)>] finishing OnCellLoad() and AlreadyInit = TRUE
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] Moving 0 to the BowMarker
[02/28/2018 - 05:11:19PM] DARYL - [WeaponRackActivateSCRIPT < (000E94C3)>] finishing OnCellLoad() and AlreadyInit = TRUE
[02/28/2018 - 05:11:19PM] [SKI_ConfigMenu <SKI_ConfigMenuInstance (07000820)>]: Registered SKY UI at MCM.
[02/28/2018 - 05:11:20PM] warning: Property FollowerIronArrow on script dialoguefollowerscript attached to DialogueFollower (000750BA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:20PM] warning: Property FollowerHuntingBow on script dialoguefollowerscript attached to DialogueFollower (000750BA) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[02/28/2018 - 05:11:22PM] SEXLAB -- Init [sslBenchmark <SexLabDev (05072727)>]
[02/28/2018 - 05:11:22PM] SexLab MCM Loaded CurrentVerison: 0 / 16201
[02/28/2018 - 05:11:22PM] [sslConfigMenu <SexLabConfigurationMenu (05079840)>] INITIALIZED
[02/28/2018 - 05:11:22PM] ERROR: Cannot add a None inventory event filter to this reference alias
stack:
    [alias Player on quest BYOHHouseBuilding (0300305D)].BYOHHouseBuildingPlayerScript.AddInventoryEventFilter() - "<native>" Line ?
    [BYOHHouseBuilding (0300305D)].BYOH_QF_BYOHHouseBuilding_0100305D.Fragment_0() - "BYOH_QF_BYOHHouseBuilding_0100305D.psc" Line 177
[02/28/2018 - 05:11:24PM] SEXLAB -- Init [sslthreadlibrary <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:24PM] SEXLAB -- Init [sslActorStats <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:24PM] SEXLAB -- Init [sslSystemConfig <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:24PM] SEXLAB - NOTICE: [sexlabframework <SexLabQuestFramework (05000D62)>] - Loaded SexLabFramework
[02/28/2018 - 05:11:24PM] SEXLAB -- Init [sslactorlibrary <SexLabQuestFramework (05000D62)>]
[02/28/2018 - 05:11:24PM] SEXLAB - NOTICE: Adding Dragonborn beds to formlist...
[02/28/2018 - 05:11:24PM] [sslConfigMenu <SexLabConfigurationMenu (05079840)>]: Registered SexLab at MCM.
[02/28/2018 - 05:11:24PM] SEXLAB -- Init [sslobjectfactory <SexLabQuestObjectFactory (05078818)>]
[02/28/2018 - 05:11:25PM] InitWidgetLoader()
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.QTEColorBar() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 16
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp2"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 16
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.MeterWidth() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 18
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 18
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.MeterHeight() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 19
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 19
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.AxisX() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 22
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 22
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.AxisY() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 23
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtemeter.OnWidgetReset() - "DefeatQTEMeter.psc" Line 23
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 14
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.QTEColorBar() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 16
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp2"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 16
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.MeterWidth() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 18
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 18
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.MeterHeight() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 19
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 19
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.AxisX() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 22
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 22
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] ERROR: defeatmcmscr.AxisY() being called on an invalid object, aborting function call
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 23
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:26PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetReset() - "DefeatQTEMeter.psc" Line 23
    [DefeatPlayerQTE (080B5F7C)].defeatqtewidget.OnWidgetLoad() - "SKI_WidgetBase.psc" Line 215
    [SKI_WidgetManagerInstance (07000824)].SKI_WidgetManager.OnWidgetLoad() - "SKI_WidgetManager.psc" Line 120
[02/28/2018 - 05:11:27PM] VM is freezing...
[02/28/2018 - 05:11:27PM] VM is frozen
[02/28/2018 - 05:11:27PM] Saving game...
[02/28/2018 - 05:11:27PM] VM is thawing...

 

 

Looks pretty bad, but some of these seem similar to the errors that the instructions said to ignore when saving in the creation kit.

I'm only running Sexlab, Zaz animations, Defeat, SkyUI, FNIS and LAL here.

Link to comment
47 minutes ago, Pfiffy said:

And did anyone find out how to convince dd to cooperate with racemenu SE?  

Try this. zadSlaveBootsScript.pex

 

Spoiler

Note: compiling requires FNIS Sexy Move and ConsoleUtil, plus whatever other stuff my Oldrim setup already had.

 


int Function OnEquippedFilter(actor akActor, bool silent=false)
-	if SKSE.GetPluginVersion("NiOverride") < 5 || NiOverride.GetScriptVersion() < 5
+	if SKSE.GetPluginVersion("NiOverride") < 5 && SKSE.GetPluginVersion("skee") < 1 || NiOverride.GetScriptVersion() < 5
    		libs.NotifyPlayer("This device ("+deviceName+") requires NetImmerse Override, which you do not have installed.", true)
		return 2
	EndIf
	return 0
EndFunction

 

 

Link to comment
10 minutes ago, SakuyaFTW said:

Looks pretty bad, but some of these seem similar to the errors that the instructions said to ignore when saving in the creation kit.

I'm only running Sexlab, Zaz animations, Defeat, SkyUI, FNIS and LAL here.

It looks like you're missing lots of files. Like, almost all of them. Are you sure you have everything installed and converted correctly?

Link to comment
2 hours ago, tasairis said:

Since it works that does suggest a CF bug. Or at least a change in SSE that requires a change in CF too. Wonder if maybe the first OnUpdate fires too soon - like, maybe SSE is in the process of equipping and it hasn't completed by the time the update happens. Lag caused by having many mods? Speculation.

 

Uploading edits are "allowed" meaning no one has complained. I think as long as it's one or two files and people still have to visit the mod's page then it's fine. The full conversions are the real problem.

But in this case we could release some sort of a patch for SE. With the note, that we will take it down if the authors are not ok with it.

 

Link to comment
12 minutes ago, tasairis said:

Try this. zadSlaveBootsScript.pex

 

  Reveal hidden contents

Note: compiling requires FNIS Sexy Move and ConsoleUtil, plus whatever other stuff my Oldrim setup already had.

 



int Function OnEquippedFilter(actor akActor, bool silent=false)
-	if SKSE.GetPluginVersion("NiOverride") < 5 || NiOverride.GetScriptVersion() < 5
+	if SKSE.GetPluginVersion("NiOverride") < 5 && SKSE.GetPluginVersion("skee") < 1 || NiOverride.GetScriptVersion() < 5
    		libs.NotifyPlayer("This device ("+deviceName+") requires NetImmerse Override, which you do not have installed.", true)
		return 2
	EndIf
	return 0
EndFunction

 

 

Thanks... We sghould put this all together...do we need a zadSlaveBootsUnlockedScript.pex also?

Link to comment
8 minutes ago, Pfiffy said:

Thanks... We sghould put this all together...do we need a zadSlaveBootsUnlockedScript.pex also?

zadSlaveBootsScript is the only one that cares about NiOverride so the only one that needed changing. Still have to have all the other scripts, of course.

 

I was going to wait to put that script into the list until I got confirmation from you that it's working...

Link to comment
1 hour ago, tasairis said:

Folks with the "Not equipping aroused armour" CF error (with or without "equipping normal armour"):

 

I added/changed some logging with a couple scripts that will give some information about how meshes ("armors") are registered in the framework and when they're being used for aroused creatures. Make a backup of the original versions so you can restore them later, then copy the two into whatever directory has the CF scripts. In the game, use CF's Re-register Mods MCM option (or a new save), test out creatures until it breaks, then post in a spoiler/send me whatever your Papyrus log has marked "[TAS]". There will probably be a lot.

 

Also, just in case, check the CF MCM to make sure there is a mod set up for the creatures you're trying. And remember that aroused meshes only really ever happen with male creatures (log says gender=1) so make sure you're testing one or have the male fallback MCM option enabled.

 

CFEffectCreature.pex

CreatureFramework.pex

Here is my log. A lot of doubleregistrations ofcourse.

Spoiler

[02/28/2018 - 10:48:24AM] [CF][Framework] Reregistering all mods
[02/28/2018 - 10:48:24AM] [CF][Framework] Unregistered all mods
[02/28/2018 - 10:48:24AM] [CF][Framework] Sending register event
[02/28/2018 - 10:48:24AM] [CF][Framework] Reset loaded JSON files
[02/28/2018 - 10:48:24AM] [CF][Framework] Beginning JSON registration
[02/28/2018 - 10:48:24AM] [CF][Framework] Found 21 JSON files in creatures.d
[02/28/2018 - 10:48:24AM] [CF][Framework] Reading file BDIC-boar.json
[02/28/2018 - 10:48:24AM] [CF][Framework] Registered mod with ID "BDIC" and name "Bad Dog's Monsters"
[02/28/2018 - 10:48:24AM] [CF][Framework] File BDIC-boar.json creature 0 is missing its race or race name
[02/28/2018 - 10:48:24AM] [CF][Framework] Reading file BDIC-chaurus.json
[02/28/2018 - 10:48:24AM] [CF][TAS] Registering None / None for race Chaurus skin SIC 01
[02/28/2018 - 10:48:24AM] [CF][Framework] Added race ["Chaurus" [Race <ChaurusRace (000131EB)>]]
[02/28/2018 - 10:48:25AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Chaurus" [Race <ChaurusRace (000131EB)>]]
[02/28/2018 - 10:48:25AM] [CF][Framework][TAS] Registered ["Chaurus" [Race <ChaurusRace (000131EB)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:25AM] [CF][TAS] Registering None / None for race Chaurus Reaper skin SIC 01
[02/28/2018 - 10:48:25AM] [CF][Framework] Added race ["Chaurus" [Race <ChaurusReaperRace (000A5601)>]]
[02/28/2018 - 10:48:25AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Chaurus" [Race <ChaurusReaperRace (000A5601)>]]
[02/28/2018 - 10:48:25AM] [CF][Framework][TAS] Registered ["Chaurus" [Race <ChaurusReaperRace (000A5601)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 8 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 9 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 10 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 11 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 12 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 13 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 14 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 15 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 16 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 17 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 18 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 19 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 20 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 21 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-chaurus.json creature 22 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] Reading file BDIC-draman.json
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 0 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 1 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 2 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 3 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 4 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 5 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 6 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 7 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 8 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 9 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 10 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 11 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] File BDIC-draman.json creature 12 is missing its race or race name
[02/28/2018 - 10:48:25AM] [CF][Framework] Reading file BDIC-draugr.json
[02/28/2018 - 10:48:25AM] [CF][TAS] Registering None / None for race draugr skin draugr
[02/28/2018 - 10:48:25AM] [CF][Framework] Added race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:25AM] [CF][Framework] Added skin ["" [Armor < (00016EE3)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:25AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["" [Armor < (00016EE3)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:25AM] [CF][TAS] Registering None / None for race draugr skin New
[02/28/2018 - 10:48:25AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:25AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 11 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 12 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 13 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 14 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 15 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 16 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 17 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 18 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 19 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][TAS] Registering None / None for race Hulking Draugr skin Hulking Draugr 1
[02/28/2018 - 10:48:26AM] [CF][Framework] Added race ["draugr" [Race <DLC2HulkingDraugrRace (0402A6FD)>]]
[02/28/2018 - 10:48:26AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["draugr" [Race <DLC2HulkingDraugrRace (0402A6FD)>]]
[02/28/2018 - 10:48:26AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC2HulkingDraugrRace (0402A6FD)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 29 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 30 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 31 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][Framework] File BDIC-draugr.json creature 32 is missing its race or race name
[02/28/2018 - 10:48:26AM] [CF][TAS] Registering None / None for race Dragon Priest skin 01
[02/28/2018 - 10:48:26AM] [CF][Framework] Added race ["Dragon Priest" [Race <DragonPriestRace (000131EF)>]]
[02/28/2018 - 10:48:26AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Dragon Priest" [Race <DragonPriestRace (000131EF)>]]
[02/28/2018 - 10:48:26AM] [CF][Framework][TAS] Registered ["Dragon Priest" [Race <DragonPriestRace (000131EF)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:27AM] [CF][Framework] Reading file BDIC-dwemer.json
[02/28/2018 - 10:48:27AM] [CF][Creature] Not equipping aroused armour on ["goat" [Actor < (FF0040D3)>]]; there is no aroused armour; gender=1
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-dwemer.json creature 0 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-dwemer.json creature 1 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-dwemer.json creature 2 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-dwemer.json creature 3 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-dwemer.json creature 4 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-dwemer.json creature 5 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][TAS] Registering None / None for race Dwarven Centurion skin Default
[02/28/2018 - 10:48:27AM] [CF][Framework] Added race ["Dwarven Centurion" [Race <DwarvenCenturionRace (000131F1)>]]
[02/28/2018 - 10:48:27AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Dwarven Centurion" [Race <DwarvenCenturionRace (000131F1)>]]
[02/28/2018 - 10:48:27AM] [CF][Framework][TAS] Registered ["Dwarven Centurion" [Race <DwarvenCenturionRace (000131F1)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:27AM] [CF][Framework] Reading file BDIC-falmer.json
[02/28/2018 - 10:48:27AM] [CF][TAS] Registering None / None for race falmer skin Female 1
[02/28/2018 - 10:48:27AM] [CF][Framework] Added race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:27AM] [CF][Framework] Added skin ["" [Armor < (0200284B)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:27AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (0200284B)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:27AM] [CF][TAS] Registering None / None for race falmer skin SIC New
[02/28/2018 - 10:48:27AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:27AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:27AM] [CF][TAS] Registering None / None for race falmer skin Feral
[02/28/2018 - 10:48:27AM] [CF][Framework] Added skin ["" [Armor < (0200D981)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:27AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (0200D981)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:27AM] [CF][TAS] Registering None / None for race falmer skin Falmer 7
[02/28/2018 - 10:48:27AM] [CF][Framework] Added skin ["" [Armor < (02002B16)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:27AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (02002B16)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-falmer.json creature 5 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-falmer.json creature 6 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-falmer.json creature 7 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-falmer.json creature 8 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][Framework] File BDIC-falmer.json creature 9 is missing its race or race name
[02/28/2018 - 10:48:27AM] [CF][TAS] Registering None / None for race Falmer Frozen Vampire skin female
[02/28/2018 - 10:48:28AM] [CF][Framework] Added race ["falmer" [Race <FalmerFrozenVampRace (0201AACC)>]]
[02/28/2018 - 10:48:28AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["falmer" [Race <FalmerFrozenVampRace (0201AACC)>]]
[02/28/2018 - 10:48:28AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerFrozenVampRace (0201AACC)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:28AM] [CF][Framework] Reading file BDIC-giant.json
[02/28/2018 - 10:48:28AM] [CF][TAS] Registering None / None for race Giant skin Frost Troll 1
[02/28/2018 - 10:48:28AM] [CF][Framework] Added race ["Giant" [Race <GiantRace (000131F9)>]]
[02/28/2018 - 10:48:28AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Giant" [Race <GiantRace (000131F9)>]]
[02/28/2018 - 10:48:28AM] [CF][Framework][TAS] Registered ["Giant" [Race <GiantRace (000131F9)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 22 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 23 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 24 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 25 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 26 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 27 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 28 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 29 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-giant.json creature 30 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] Reading file BDIC-goblin.json
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 0 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 1 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 2 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 3 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 4 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 5 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 6 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 7 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 8 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 9 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 10 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 11 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 12 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 13 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 14 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 15 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 16 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 17 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 18 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 19 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 20 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 21 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 22 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 23 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 24 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 25 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 26 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 27 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 28 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 29 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 30 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 31 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 32 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 33 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 34 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 35 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 36 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 37 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 38 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 39 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 40 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 41 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 42 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 43 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 44 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 45 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 46 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 47 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 48 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 49 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 50 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 51 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 52 is missing its race or race name
[02/28/2018 - 10:48:28AM] [CF][Framework] File BDIC-goblin.json creature 53 is missing its race or race name
[02/28/2018 - 10:48:29AM] [CF][Framework] File BDIC-goblin.json creature 54 is missing its race or race name
[02/28/2018 - 10:48:29AM] [CF][Framework] File BDIC-goblin.json creature 55 is missing its race or race name
[02/28/2018 - 10:48:29AM] [CF][Framework] File BDIC-goblin.json creature 56 is missing its race or race name
[02/28/2018 - 10:48:29AM] [CF][Framework] Reading file BDIC-misc.json
[02/28/2018 - 10:48:29AM] [CF][TAS] Registering None / None for race Cave Bear skin SIC Black
[02/28/2018 - 10:48:29AM] [CF][Framework] Added race ["Cave Bear" [Race <BearBlackRace (000131E8)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Cave Bear" [Race <BearBlackRace (000131E8)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework][TAS] Registered ["Cave Bear" [Race <BearBlackRace (000131E8)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:29AM] [CF][TAS] Registering None / None for race Bear skin SIC Brown
[02/28/2018 - 10:48:29AM] [CF][Framework] Added race ["Bear" [Race <BearBrownRace (000131E7)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Bear" [Race <BearBrownRace (000131E7)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework][TAS] Registered ["Bear" [Race <BearBrownRace (000131E7)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:29AM] [CF][TAS] Registering None / None for race Snow Bear skin SIC White
[02/28/2018 - 10:48:29AM] [CF][Framework] Added race ["Snow Bear" [Race <BearSnowRace (000131E9)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Snow Bear" [Race <BearSnowRace (000131E9)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework][TAS] Registered ["Snow Bear" [Race <BearSnowRace (000131E9)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:29AM] [CF][TAS] Registering None / None for race White Skeever skin Default
[02/28/2018 - 10:48:29AM] [CF][Framework] Added race ["skeever" [Race <SkeeverWhiteRace (000C3EDF)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["skeever" [Race <SkeeverWhiteRace (000C3EDF)>]]
[02/28/2018 - 10:48:29AM] [CF][Framework][TAS] Registered ["skeever" [Race <SkeeverWhiteRace (000C3EDF)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:29AM] [CF][TAS] Registering None / None for race skeever skin skeever
[02/28/2018 - 10:48:29AM] [CF][Framework] Added race ["skeever" [Race <SkeeverRace (00013201)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["skeever" [Race <SkeeverRace (00013201)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework][TAS] Registered ["skeever" [Race <SkeeverRace (00013201)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:30AM] [CF][TAS] Registering None / None for race Frostbite Spider Giant skin Default
[02/28/2018 - 10:48:30AM] [CF][Framework] Added race ["Frostbite Spider" [Race <FrostbiteSpiderRaceGiant (0004E507)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRaceGiant (0004E507)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRaceGiant (0004E507)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:30AM] [CF][TAS] Registering None / None for race Frostbite Spider skin Default
[02/28/2018 - 10:48:30AM] [CF][Framework] Added race ["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:30AM] [CF][Framework] File BDIC-misc.json creature 7 is missing its race or race name
[02/28/2018 - 10:48:30AM] [CF][Framework] File BDIC-misc.json creature 8 is missing its race or race name
[02/28/2018 - 10:48:30AM] [CF][Framework] File BDIC-misc.json creature 9 is missing its race or race name
[02/28/2018 - 10:48:30AM] [CF][Framework] File BDIC-misc.json creature 10 is missing its race or race name
[02/28/2018 - 10:48:30AM] [CF][Framework] File BDIC-misc.json creature 11 is missing its race or race name
[02/28/2018 - 10:48:30AM] [CF][TAS] Registering None / None for race gargoyle skin Hybrid Minion
[02/28/2018 - 10:48:30AM] [CF][Framework] Added race ["gargoyle" [Race <DLC1GargoyleRace (0200A2C6)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["gargoyle" [Race <DLC1GargoyleRace (0200A2C6)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework][TAS] Registered ["gargoyle" [Race <DLC1GargoyleRace (0200A2C6)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:30AM] [CF][Framework] File BDIC-misc.json creature 13 is missing its race or race name
[02/28/2018 - 10:48:30AM] [CF][TAS] Registering None / None for race Werebear Brown skin Default
[02/28/2018 - 10:48:30AM] [CF][Framework] Added race ["Werewolf" [Race <DLC2WerebearBeastRace (0401E17B)>]]
[02/28/2018 - 10:48:30AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Werewolf" [Race <DLC2WerebearBeastRace (0401E17B)>]]
[02/28/2018 - 10:48:31AM] [CF][Framework][TAS] Registered ["Werewolf" [Race <DLC2WerebearBeastRace (0401E17B)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 15 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 16 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 17 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 18 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 19 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 20 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 21 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 22 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][Framework] File BDIC-misc.json creature 23 is missing its race or race name
[02/28/2018 - 10:48:31AM] [CF][TAS] Registering None / None for race Ashman skin SIC Skin
[02/28/2018 - 10:48:31AM] [CF][Framework] Added race ["draugr" [Race <DLC2AshSpawnRace (0401B637)>]]
[02/28/2018 - 10:48:31AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["draugr" [Race <DLC2AshSpawnRace (0401B637)>]]
[02/28/2018 - 10:48:31AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC2AshSpawnRace (0401B637)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:31AM] [CF][TAS] Registering None / None for race Lurker skin Lurker
[02/28/2018 - 10:48:31AM] [CF][Framework] Added race ["Lurker" [Race <DLC2LurkerRace (04014495)>]]
[02/28/2018 - 10:48:31AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Lurker" [Race <DLC2LurkerRace (04014495)>]]
[02/28/2018 - 10:48:31AM] [CF][Framework][TAS] Registered ["Lurker" [Race <DLC2LurkerRace (04014495)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:31AM] [CF][Framework] Reading file BDIC-riekling.json
[02/28/2018 - 10:48:31AM] [CF][TAS] Registering None / None for race riekling skin RieklingC01
[02/28/2018 - 10:48:31AM] [CF][Framework] Added race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:31AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:31AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:31AM] [CF][Framework] Reading file BDIC-skeleton.json
[02/28/2018 - 10:48:31AM] [CF][TAS] Registering None / None for race Skeleton skin Default
[02/28/2018 - 10:48:32AM] [CF][Framework] Added race ["Skeleton" [Race <skeletonRace (000B7998)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Skeleton" [Race <skeletonRace (000B7998)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <skeletonRace (000B7998)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:32AM] [CF][TAS] Registering None / None for race DG Armored Skeleton skin Default
[02/28/2018 - 10:48:32AM] [CF][Framework] Added race ["draugr" [Race <SkeletonArmorRace (020023E2)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["draugr" [Race <SkeletonArmorRace (020023E2)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:32AM] [CF][TAS] Registering None / None for race DG Armored Skeleton skin Armored
[02/28/2018 - 10:48:32AM] [CF][Framework] Added skin ["" [Armor < (020023E0)>]] to race ["draugr" [Race <SkeletonArmorRace (020023E2)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (020023E0)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:32AM] [CF][TAS] Registering None / None for race DG Armored Skeleton skin Armored
[02/28/2018 - 10:48:32AM] [CF][Framework] Added skin ["" [Armor < (0201A153)>]] to race ["draugr" [Race <SkeletonArmorRace (020023E2)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (0201A153)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:32AM] [CF][TAS] Registering None / None for race DG Boneman skin Default
[02/28/2018 - 10:48:32AM] [CF][Framework] Added race ["Skeleton" [Race <DLC01SoulCairnBonemanRace (0200A94B)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Skeleton" [Race <DLC01SoulCairnBonemanRace (0200A94B)>]]
[02/28/2018 - 10:48:32AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC01SoulCairnBonemanRace (0200A94B)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:32AM] [CF][TAS] Registering None / None for race DG Black Skeleton skin Default
[02/28/2018 - 10:48:33AM] [CF][Framework] Added race ["Skeleton" [Race <DLC1BlackSkeletonRace (02019FD3)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Skeleton" [Race <DLC1BlackSkeletonRace (02019FD3)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC1BlackSkeletonRace (02019FD3)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:33AM] [CF][TAS] Registering None / None for race DG Black Skeleton skin Soul Cairn
[02/28/2018 - 10:48:33AM] [CF][Framework] Added skin ["" [Armor < (020071CE)>]] to race ["Skeleton" [Race <DLC1BlackSkeletonRace (02019FD3)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC1BlackSkeletonRace (02019FD3)>]]["" [Armor < (020071CE)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:33AM] [CF][TAS] Registering None / None for race Soul Cairn Armored Skeleton skin Default
[02/28/2018 - 10:48:33AM] [CF][Framework] Added race ["draugr" [Race <DLC1SoulCairnSkeletonArmorRace (0200894D)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["draugr" [Race <DLC1SoulCairnSkeletonArmorRace (0200894D)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC1SoulCairnSkeletonArmorRace (0200894D)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:33AM] [CF][TAS] Registering None / None for race Soul Cairn Armored Skeleton skin Wrathman
[02/28/2018 - 10:48:33AM] [CF][Framework] Added skin ["" [Armor < (0200894E)>]] to race ["draugr" [Race <DLC1SoulCairnSkeletonArmorRace (0200894D)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC1SoulCairnSkeletonArmorRace (0200894D)>]]["" [Armor < (0200894E)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:33AM] [CF][TAS] Registering None / None for race DB Rigid Skeleton skin Default
[02/28/2018 - 10:48:33AM] [CF][Framework] Added race ["Skeleton" [Race <DLC2RigidSkeletonRace (0403CECB)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Skeleton" [Race <DLC2RigidSkeletonRace (0403CECB)>]]
[02/28/2018 - 10:48:33AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC2RigidSkeletonRace (0403CECB)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:34AM] [CF][TAS] Registering None / None for race Rigid Skeleton skin Orc
[02/28/2018 - 10:48:34AM] [CF][Framework] Added race ["Skeleton" [Race <RigidSkeletonRace (000B9FD7)>]]
[02/28/2018 - 10:48:34AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Skeleton" [Race <RigidSkeletonRace (000B9FD7)>]]
[02/28/2018 - 10:48:34AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <RigidSkeletonRace (000B9FD7)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 11 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 12 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 13 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 14 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 15 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 16 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 17 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 18 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 19 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 20 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 21 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 22 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 23 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 24 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 25 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 26 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 27 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 28 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 29 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 30 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 31 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 32 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-skeleton.json creature 33 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] Reading file BDIC-spriggan.json
[02/28/2018 - 10:48:34AM] [CF][TAS] Registering None / None for race Spriggan skin Male 1
[02/28/2018 - 10:48:34AM] [CF][Framework] Added race ["Spriggan" [Race <SprigganRace (00013204)>]]
[02/28/2018 - 10:48:34AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Spriggan" [Race <SprigganRace (00013204)>]]
[02/28/2018 - 10:48:34AM] [CF][Framework][TAS] Registered ["Spriggan" [Race <SprigganRace (00013204)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:34AM] [CF][TAS] Registering None / None for race Burnt Spriggan skin male
[02/28/2018 - 10:48:34AM] [CF][Framework] Added race ["Spriggan" [Race <DLC2SprigganBurntRace (0401B644)>]]
[02/28/2018 - 10:48:34AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Spriggan" [Race <DLC2SprigganBurntRace (0401B644)>]]
[02/28/2018 - 10:48:34AM] [CF][Framework][TAS] Registered ["Spriggan" [Race <DLC2SprigganBurntRace (0401B644)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-spriggan.json creature 5 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][Framework] File BDIC-spriggan.json creature 6 is missing its race or race name
[02/28/2018 - 10:48:34AM] [CF][TAS] Registering None / None for race Spriggan Matron skin Patron 1
[02/28/2018 - 10:48:34AM] [CF][Framework] Added race ["Spriggan" [Race <SprigganMatronRace (000F3903)>]]
[02/28/2018 - 10:48:34AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Spriggan" [Race <SprigganMatronRace (000F3903)>]]
[02/28/2018 - 10:48:35AM] [CF][Framework][TAS] Registered ["Spriggan" [Race <SprigganMatronRace (000F3903)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:35AM] [CF][Framework] File BDIC-spriggan.json creature 11 is missing its race or race name
[02/28/2018 - 10:48:35AM] [CF][Framework] File BDIC-spriggan.json creature 12 is missing its race or race name
[02/28/2018 - 10:48:35AM] [CF][Framework] File BDIC-spriggan.json creature 13 is missing its race or race name
[02/28/2018 - 10:48:35AM] [CF][Framework] File BDIC-spriggan.json creature 14 is missing its race or race name
[02/28/2018 - 10:48:35AM] [CF][Framework] File BDIC-spriggan.json creature 15 is missing its race or race name
[02/28/2018 - 10:48:35AM] [CF][Framework] Reading file BDIC-troll.json
[02/28/2018 - 10:48:35AM] [CF][TAS] Registering None / None for race Troll skin Default
[02/28/2018 - 10:48:35AM] [CF][Framework] Added race ["Troll" [Race <TrollRace (00013205)>]]
[02/28/2018 - 10:48:35AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Troll" [Race <TrollRace (00013205)>]]
[02/28/2018 - 10:48:35AM] [CF][Framework][TAS] Registered ["Troll" [Race <TrollRace (00013205)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:35AM] [CF][Framework] File BDIC-troll.json creature 8 is missing its race or race name
[02/28/2018 - 10:48:35AM] [CF][Framework] File BDIC-troll.json creature 9 is missing its race or race name
[02/28/2018 - 10:48:35AM] [CF][TAS] Registering None / None for race Armored Frost Troll skin Ice
[02/28/2018 - 10:48:35AM] [CF][Framework] Added race ["Snow Troll" [Race <DLC1TrollFrostRaceArmored (020117F4)>]]
[02/28/2018 - 10:48:35AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Snow Troll" [Race <DLC1TrollFrostRaceArmored (020117F4)>]]
[02/28/2018 - 10:48:35AM] [CF][Framework][TAS] Registered ["Snow Troll" [Race <DLC1TrollFrostRaceArmored (020117F4)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:35AM] [CF][TAS] Registering None / None for race Frost Troll skin Grahl
[02/28/2018 - 10:48:35AM] [CF][Framework] Added race ["Snow Troll" [Race <TrollFrostRace (00013206)>]]
[02/28/2018 - 10:48:35AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Snow Troll" [Race <TrollFrostRace (00013206)>]]
[02/28/2018 - 10:48:35AM] [CF][Framework][TAS] Registered ["Snow Troll" [Race <TrollFrostRace (00013206)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:35AM] [CF][Framework] Reading file BDIC-wolf.json
[02/28/2018 - 10:48:35AM] [CF][TAS] Registering None / None for race wolf skin Red
[02/28/2018 - 10:48:35AM] [CF][Framework] Added race ["wolf" [Race <WolfRace (0001320A)>]]
[02/28/2018 - 10:48:36AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["wolf" [Race <WolfRace (0001320A)>]]
[02/28/2018 - 10:48:36AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC"
[02/28/2018 - 10:48:36AM] [CF][Framework] File BDIC-wolf.json creature 12 is missing its race or race name
[02/28/2018 - 10:48:36AM] [CF][Framework] Reading file BDIC-ww-animal.json
[02/28/2018 - 10:48:36AM] [CF][Framework] Registered mod with ID "BDIC1" and name "BD Werewolf Animal"
[02/28/2018 - 10:48:36AM] [CF][Framework] File BDIC-ww-animal.json creature 0 is missing its race or race name
[02/28/2018 - 10:48:36AM] [CF][Framework] File BDIC-ww-animal.json creature 1 is missing its race or race name
[02/28/2018 - 10:48:36AM] [CF][TAS] Registering None / None for race Werewolf skin Default
[02/28/2018 - 10:48:36AM] [CF][Framework] Added race ["Werewolf" [Race <WerewolfBeastRace (000CDD84)>]]
[02/28/2018 - 10:48:36AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Werewolf" [Race <WerewolfBeastRace (000CDD84)>]]
[02/28/2018 - 10:48:36AM] [CF][Framework][TAS] Registered ["Werewolf" [Race <WerewolfBeastRace (000CDD84)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDIC1"
[02/28/2018 - 10:48:36AM] [CF][Framework] Reading file BDST.json
[02/28/2018 - 10:48:36AM] [CF][Framework] Registered mod with ID "BDST" and name "Bad Dog's SkyTEST Patch"
[02/28/2018 - 10:48:36AM] [CF][TAS] Registering None / None for race wolf skin SkyTEST Black
[02/28/2018 - 10:48:36AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:36AM] [CF][TAS] Registering None / None for race Dog skin Fermi
[02/28/2018 - 10:48:36AM] [CF][Framework] Added race ["Dog" [Race <DogRace (000131EE)>]]
[02/28/2018 - 10:48:36AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Dog" [Race <DogRace (000131EE)>]]
[02/28/2018 - 10:48:36AM] [CF][Framework][TAS] Registered ["Dog" [Race <DogRace (000131EE)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:36AM] [CF][TAS] Registering None / None for race Horse skin Black Wild
[02/28/2018 - 10:48:37AM] [CF][Framework] Added race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:37AM] [CF][TAS] Registering None / None for race horker skin Bull
[02/28/2018 - 10:48:37AM] [CF][Framework] Added race ["horker" [Race <HorkerRace (000131FC)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["horker" [Race <HorkerRace (000131FC)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework][TAS] Registered ["horker" [Race <HorkerRace (000131FC)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:37AM] [CF][TAS] Registering None / None for race rabbit skin Default
[02/28/2018 - 10:48:37AM] [CF][Framework] Added race ["rabbit" [Race <HareRace (0006DC99)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["rabbit" [Race <HareRace (0006DC99)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework][TAS] Registered ["rabbit" [Race <HareRace (0006DC99)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:37AM] [CF][TAS] Registering None / None for race Fox skin Default
[02/28/2018 - 10:48:37AM] [CF][Framework] Added race ["Fox" [Race <FoxRace (00109C7C)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Fox" [Race <FoxRace (00109C7C)>]]
[02/28/2018 - 10:48:37AM] [CF][Framework][TAS] Registered ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:37AM] [CF][TAS] Registering None / None for race elk skin Default
[02/28/2018 - 10:48:37AM] [CF][Framework] Added race ["Deer" [Race <ElkRace (000131ED)>]]
[02/28/2018 - 10:48:38AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Deer" [Race <ElkRace (000131ED)>]]
[02/28/2018 - 10:48:38AM] [CF][Framework][TAS] Registered ["Deer" [Race <ElkRace (000131ED)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:38AM] [CF][TAS] Registering None / None for race Deer skin Default
[02/28/2018 - 10:48:38AM] [CF][Framework] Added race ["Deer" [Race <DeerRace (000CF89B)>]]
[02/28/2018 - 10:48:38AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Deer" [Race <DeerRace (000CF89B)>]]
[02/28/2018 - 10:48:38AM] [CF][Framework][TAS] Registered ["Deer" [Race <DeerRace (000CF89B)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDST"
[02/28/2018 - 10:48:38AM] [CF][Framework] Reading file bdvanilla.json
[02/28/2018 - 10:48:38AM] [CF][Framework] Registered mod with ID "BDV" and name "Bad Dog Vanilla"
[02/28/2018 - 10:48:38AM] [CF][TAS] Registering None / None for race skeever skin skeever
[02/28/2018 - 10:48:38AM] [CF][Framework][TAS] Registered ["skeever" [Race <SkeeverRace (00013201)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:38AM] [CF][TAS] Registering None / None for race Black Bear skin Black Bear
[02/28/2018 - 10:48:38AM] [CF][Framework][TAS] Registered ["Cave Bear" [Race <BearBlackRace (000131E8)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:38AM] [CF][TAS] Registering None / None for race Brown Bear skin Brown Bear
[02/28/2018 - 10:48:38AM] [CF][Framework][TAS] Registered ["Bear" [Race <BearBrownRace (000131E7)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:38AM] [CF][TAS] Registering None / None for race Snow Bear skin Snow Bear
[02/28/2018 - 10:48:38AM] [CF][Framework][TAS] Registered ["Snow Bear" [Race <BearSnowRace (000131E9)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:38AM] [CF][TAS] Registering None / None for race SabreCat skin Default
[02/28/2018 - 10:48:38AM] [CF][Framework] Added race ["sabre cat" [Race <SabreCatRace (00013200)>]]
[02/28/2018 - 10:48:38AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["sabre cat" [Race <SabreCatRace (00013200)>]]
[02/28/2018 - 10:48:39AM] [CF][Framework][TAS] Registered ["sabre cat" [Race <SabreCatRace (00013200)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:39AM] [CF][TAS] Registering None / None for race Sabrecat Snow skin Default
[02/28/2018 - 10:48:39AM] [CF][Framework] Added race ["Snowy Sabre Cat" [Race <SabreCatSnowyRace (00013202)>]]
[02/28/2018 - 10:48:39AM] [CF][Framework] Added skin ["" [Armor < (0F0058CB)>]] to race ["Snowy Sabre Cat" [Race <SabreCatSnowyRace (00013202)>]]
[02/28/2018 - 10:48:39AM] [CF][Framework][TAS] Registered ["Snowy Sabre Cat" [Race <SabreCatSnowyRace (00013202)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:39AM] [CF][TAS] Registering None / None for race Dragon Priest skin Default
[02/28/2018 - 10:48:39AM] [CF][Framework][TAS] Registered ["Dragon Priest" [Race <DragonPriestRace (000131EF)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:39AM] [CF][TAS] Registering None / None for race Horse skin Black
[02/28/2018 - 10:48:39AM] [CF][Framework] Added skin ["" [Armor < (0008650D)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:39AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650D)>]] armors to mod "BDV"
[02/28/2018 - 10:48:39AM] [CF][TAS] Registering None / None for race Horse skin Black & White
[02/28/2018 - 10:48:39AM] [CF][Framework] Added skin ["" [Armor < (00086510)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:39AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00086510)>]] armors to mod "BDV"
[02/28/2018 - 10:48:39AM] [CF][TAS] Registering None / None for race Horse skin Grey
[02/28/2018 - 10:48:39AM] [CF][Framework] Added skin ["" [Armor < (0008650F)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:39AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650F)>]] armors to mod "BDV"
[02/28/2018 - 10:48:39AM] [CF][TAS] Registering None / None for race Horse skin Palomino
[02/28/2018 - 10:48:39AM] [CF][Framework] Added skin ["" [Armor < (0008650E)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:40AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650E)>]] armors to mod "BDV"
[02/28/2018 - 10:48:40AM] [CF][TAS] Registering None / None for race elk skin elk
[02/28/2018 - 10:48:40AM] [CF][Framework][TAS] Registered ["Deer" [Race <ElkRace (000131ED)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:40AM] [CF][TAS] Registering None / None for race Deer skin Deer
[02/28/2018 - 10:48:40AM] [CF][Framework][TAS] Registered ["Deer" [Race <DeerRace (000CF89B)>]]["" [Armor < (0F0058CB)>]] armors to mod "BDV"
[02/28/2018 - 10:48:40AM] [CF][TAS] Registering None / None for race Ashman skin Ashman
[02/28/2018 - 10:48:40AM] [CF][Framework] Added skin ["Ash Guardian" [Armor < (0402B04B)>]] to race ["draugr" [Race <DLC2AshSpawnRace (0401B637)>]]
[02/28/2018 - 10:48:40AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC2AshSpawnRace (0401B637)>]]["Ash Guardian" [Armor < (0402B04B)>]] armors to mod "BDV"
[02/28/2018 - 10:48:40AM] [CF][Framework] Reading file MNC.json
[02/28/2018 - 10:48:40AM] [CF][Framework] Registered mod with ID "MNC" and name "More Nasty Critters"
[02/28/2018 - 10:48:40AM] [CF][TAS] Registering None / None for race draugr skin Draugr 0
[02/28/2018 - 10:48:40AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["" [Armor < (00016EE3)>]] armors to mod "MNC"
[02/28/2018 - 10:48:40AM] [CF][TAS] Registering None / None for race draugr skin Draugr 1
[02/28/2018 - 10:48:40AM] [CF][Framework] Added skin ["" [Armor < (0001FE7E)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:40AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["" [Armor < (0001FE7E)>]] armors to mod "MNC"
[02/28/2018 - 10:48:40AM] [CF][TAS] Registering None / None for race draugr skin Draugr 2
[02/28/2018 - 10:48:40AM] [CF][Framework] Added skin ["Draugr Skin" [Armor < (0001FE7F)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:41AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["Draugr Skin" [Armor < (0001FE7F)>]] armors to mod "MNC"
[02/28/2018 - 10:48:41AM] [CF][TAS] Registering None / None for race draugr skin Draugr 3
[02/28/2018 - 10:48:41AM] [CF][Framework] Added skin ["Draugr Skin" [Armor < (0001FE80)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:41AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["Draugr Skin" [Armor < (0001FE80)>]] armors to mod "MNC"
[02/28/2018 - 10:48:41AM] [CF][TAS] Registering None / None for race draugr skin Draugr 4
[02/28/2018 - 10:48:41AM] [CF][Framework] Added skin ["Draugr Skin" [Armor < (0001FE81)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:41AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["Draugr Skin" [Armor < (0001FE81)>]] armors to mod "MNC"
[02/28/2018 - 10:48:41AM] [CF][TAS] Registering None / None for race draugr skin Draugr 5
[02/28/2018 - 10:48:41AM] [CF][Framework] Added skin ["Draugr Skin" [Armor < (0001FE82)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:41AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["Draugr Skin" [Armor < (0001FE82)>]] armors to mod "MNC"
[02/28/2018 - 10:48:41AM] [CF][TAS] Registering None / None for race draugr skin Draugr 6
[02/28/2018 - 10:48:41AM] [CF][Framework] Added skin ["Draugr Skin" [Armor < (0001FE83)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:41AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["Draugr Skin" [Armor < (0001FE83)>]] armors to mod "MNC"
[02/28/2018 - 10:48:41AM] [CF][TAS] Registering None / None for race draugr skin Draugr 7
[02/28/2018 - 10:48:41AM] [CF][Framework] Added skin ["Draugr Skin" [Armor < (0001FE84)>]] to race ["draugr" [Race <DraugrRace (00000D53)>]]
[02/28/2018 - 10:48:41AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrRace (00000D53)>]]["Draugr Skin" [Armor < (0001FE84)>]] armors to mod "MNC"
[02/28/2018 - 10:48:41AM] [CF][TAS] Registering None / None for race Dragon Priest skin Dragon Priest
[02/28/2018 - 10:48:42AM] [CF][Framework] Added skin ["" [Armor < (0003B5AB)>]] to race ["Dragon Priest" [Race <DragonPriestRace (000131EF)>]]
[02/28/2018 - 10:48:42AM] [CF][Framework][TAS] Registered ["Dragon Priest" [Race <DragonPriestRace (000131EF)>]]["" [Armor < (0003B5AB)>]] armors to mod "MNC"
[02/28/2018 - 10:48:42AM] [CF][TAS] Registering None / None for race Necro Priest skin Necro Priest
[02/28/2018 - 10:48:42AM] [CF][Framework] Added race ["Dragon Priest" [Race <SkeletonNecroPriestRace (000EBE18)>]]
[02/28/2018 - 10:48:42AM] [CF][Framework] Added skin ["" [Armor < (000EBE8F)>]] to race ["Dragon Priest" [Race <SkeletonNecroPriestRace (000EBE18)>]]
[02/28/2018 - 10:48:42AM] [CF][Framework][TAS] Registered ["Dragon Priest" [Race <SkeletonNecroPriestRace (000EBE18)>]]["" [Armor < (000EBE8F)>]] armors to mod "MNC"
[02/28/2018 - 10:48:42AM] [CF][TAS] Registering None / None for race falmer skin Falmer 0
[02/28/2018 - 10:48:42AM] [CF][Framework] Added skin ["" [Armor < (00016EE7)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:42AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (00016EE7)>]] armors to mod "MNC"
[02/28/2018 - 10:48:42AM] [CF][TAS] Registering None / None for race falmer skin Falmer 1
[02/28/2018 - 10:48:42AM] [CF][Framework] Added skin ["" [Armor < (00050F30)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:42AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (00050F30)>]] armors to mod "MNC"
[02/28/2018 - 10:48:42AM] [CF][TAS] Registering None / None for race falmer skin Falmer 2
[02/28/2018 - 10:48:42AM] [CF][Framework] Added skin ["" [Armor < (00050F32)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:42AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (00050F32)>]] armors to mod "MNC"
[02/28/2018 - 10:48:42AM] [CF][TAS] Registering None / None for race falmer skin Falmer 3
[02/28/2018 - 10:48:43AM] [CF][Framework] Added skin ["" [Armor < (00050F34)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:43AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (00050F34)>]] armors to mod "MNC"
[02/28/2018 - 10:48:43AM] [CF][TAS] Registering None / None for race falmer skin Falmer 4
[02/28/2018 - 10:48:43AM] [CF][Framework] Added skin ["" [Armor < (00050F36)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:43AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (00050F36)>]] armors to mod "MNC"
[02/28/2018 - 10:48:43AM] [CF][TAS] Registering None / None for race falmer skin Falmer 5
[02/28/2018 - 10:48:43AM] [CF][Framework] Added skin ["" [Armor < (00050F38)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:43AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (00050F38)>]] armors to mod "MNC"
[02/28/2018 - 10:48:43AM] [CF][TAS] Registering None / None for race falmer skin Falmer 6
[02/28/2018 - 10:48:43AM] [CF][Framework] Added skin ["" [Armor < (00050F3A)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:48:43AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (00050F3A)>]] armors to mod "MNC"
[02/28/2018 - 10:48:43AM] [CF][TAS] Registering None / None for race Giant skin Giant00
[02/28/2018 - 10:48:43AM] [CF][Framework] Added skin ["" [Armor < (00048D90)>]] to race ["Giant" [Race <GiantRace (000131F9)>]]
[02/28/2018 - 10:48:43AM] [CF][Framework][TAS] Registered ["Giant" [Race <GiantRace (000131F9)>]]["" [Armor < (00048D90)>]] armors to mod "MNC"
[02/28/2018 - 10:48:43AM] [CF][TAS] Registering None / None for race Giant skin Giant01
[02/28/2018 - 10:48:43AM] [CF][Framework] Added skin ["" [Armor < (00048D93)>]] to race ["Giant" [Race <GiantRace (000131F9)>]]
[02/28/2018 - 10:48:44AM] [CF][Framework][TAS] Registered ["Giant" [Race <GiantRace (000131F9)>]]["" [Armor < (00048D93)>]] armors to mod "MNC"
[02/28/2018 - 10:48:44AM] [CF][TAS] Registering None / None for race Giant skin giant02
[02/28/2018 - 10:48:44AM] [CF][Framework] Added skin ["" [Armor < (00048D94)>]] to race ["Giant" [Race <GiantRace (000131F9)>]]
[02/28/2018 - 10:48:44AM] [CF][Framework][TAS] Registered ["Giant" [Race <GiantRace (000131F9)>]]["" [Armor < (00048D94)>]] armors to mod "MNC"
[02/28/2018 - 10:48:44AM] [CF][TAS] Registering None / None for race Giant skin Frost Giant
[02/28/2018 - 10:48:44AM] [CF][Framework] Added skin ["" [Armor < (02006DBA)>]] to race ["Giant" [Race <GiantRace (000131F9)>]]
[02/28/2018 - 10:48:44AM] [CF][Framework][TAS] Registered ["Giant" [Race <GiantRace (000131F9)>]]["" [Armor < (02006DBA)>]] armors to mod "MNC"
[02/28/2018 - 10:48:44AM] [CF][TAS] Registering None / None for race Karstaag skin Karstaag
[02/28/2018 - 10:48:44AM] [CF][Framework] Added race ["Ghost Giant" [Race <DLC2GhostFrostGiantRace (0401CAD8)>]]
[02/28/2018 - 10:48:44AM] [CF][Framework] Added skin ["" [Armor < (0401CAD9)>]] to race ["Ghost Giant" [Race <DLC2GhostFrostGiantRace (0401CAD8)>]]
[02/28/2018 - 10:48:44AM] [CF][Framework][TAS] Registered ["Ghost Giant" [Race <DLC2GhostFrostGiantRace (0401CAD8)>]]["" [Armor < (0401CAD9)>]] armors to mod "MNC"
[02/28/2018 - 10:48:44AM] [CF][TAS] Registering None / None for race Frost Troll skin Frost Troll
[02/28/2018 - 10:48:44AM] [CF][Framework] Added skin ["" [Armor < (00016EE4)>]] to race ["Snow Troll" [Race <TrollFrostRace (00013206)>]]
[02/28/2018 - 10:48:44AM] [CF][Framework][TAS] Registered ["Snow Troll" [Race <TrollFrostRace (00013206)>]]["" [Armor < (00016EE4)>]] armors to mod "MNC"
[02/28/2018 - 10:48:44AM] [CF][TAS] Registering None / None for race Troll skin Troll
[02/28/2018 - 10:48:44AM] [CF][Framework] Added skin ["" [Armor < (00016EE4)>]] to race ["Troll" [Race <TrollRace (00013205)>]]
[02/28/2018 - 10:48:44AM] [CF][Framework][TAS] Registered ["Troll" [Race <TrollRace (00013205)>]]["" [Armor < (00016EE4)>]] armors to mod "MNC"
[02/28/2018 - 10:48:45AM] [CF][TAS] Registering None / None for race Frost Troll skin Uderfrykte
[02/28/2018 - 10:48:45AM] [CF][Framework] Added skin ["" [Armor < (000F0779)>]] to race ["Snow Troll" [Race <TrollFrostRace (00013206)>]]
[02/28/2018 - 10:48:45AM] [CF][Framework][TAS] Registered ["Snow Troll" [Race <TrollFrostRace (00013206)>]]["" [Armor < (000F0779)>]] armors to mod "MNC"
[02/28/2018 - 10:48:45AM] [CF][TAS] Registering None / None for race Black Bear skin Black Bear
[02/28/2018 - 10:48:45AM] [CF][Framework] Added skin ["Cave Bear" [Armor < (000187FE)>]] to race ["Cave Bear" [Race <BearBlackRace (000131E8)>]]
[02/28/2018 - 10:48:45AM] [CF][Framework][TAS] Registered ["Cave Bear" [Race <BearBlackRace (000131E8)>]]["Cave Bear" [Armor < (000187FE)>]] armors to mod "MNC"
[02/28/2018 - 10:48:45AM] [CF][TAS] Registering None / None for race Brown Bear skin Brown Bear
[02/28/2018 - 10:48:45AM] [CF][Framework] Added skin ["Brown Bear" [Armor < (000868FD)>]] to race ["Bear" [Race <BearBrownRace (000131E7)>]]
[02/28/2018 - 10:48:45AM] [CF][Framework][TAS] Registered ["Bear" [Race <BearBrownRace (000131E7)>]]["Brown Bear" [Armor < (000868FD)>]] armors to mod "MNC"
[02/28/2018 - 10:48:45AM] [CF][TAS] Registering None / None for race Snow Bear skin Snow Bear
[02/28/2018 - 10:48:45AM] [CF][Framework] Added skin ["Snow Bear" [Armor < (000187FD)>]] to race ["Snow Bear" [Race <BearSnowRace (000131E9)>]]
[02/28/2018 - 10:48:45AM] [CF][Framework][TAS] Registered ["Snow Bear" [Race <BearSnowRace (000131E9)>]]["Snow Bear" [Armor < (000187FD)>]] armors to mod "MNC"
[02/28/2018 - 10:48:45AM] [CF][TAS] Registering None / None for race SabreCat skin SabreCat
[02/28/2018 - 10:48:45AM] [CF][Framework] Added skin ["" [Armor < (00016EE6)>]] to race ["sabre cat" [Race <SabreCatRace (00013200)>]]
[02/28/2018 - 10:48:45AM] [CF][Framework][TAS] Registered ["sabre cat" [Race <SabreCatRace (00013200)>]]["" [Armor < (00016EE6)>]] armors to mod "MNC"
[02/28/2018 - 10:48:45AM] [CF][TAS] Registering None / None for race Snow Sabrecat skin Snow Sabrecat
[02/28/2018 - 10:48:46AM] [CF][Framework] Added skin ["" [Armor < (0009DA65)>]] to race ["Snowy Sabre Cat" [Race <SabreCatSnowyRace (00013202)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework][TAS] Registered ["Snowy Sabre Cat" [Race <SabreCatSnowyRace (00013202)>]]["" [Armor < (0009DA65)>]] armors to mod "MNC"
[02/28/2018 - 10:48:46AM] [CF][TAS] Registering None / None for race Dog skin Dog
[02/28/2018 - 10:48:46AM] [CF][Framework] Added skin ["" [Armor < (0004B2C9)>]] to race ["Dog" [Race <DogRace (000131EE)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework][TAS] Registered ["Dog" [Race <DogRace (000131EE)>]]["" [Armor < (0004B2C9)>]] armors to mod "MNC"
[02/28/2018 - 10:48:46AM] [CF][TAS] Registering None / None for race Dog (Follower) skin Dog
[02/28/2018 - 10:48:46AM] [CF][Framework] Added race ["Dog" [Race <DogCompanionRace (000F1AC4)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework] Added skin ["" [Armor < (0004B2C9)>]] to race ["Dog" [Race <DogCompanionRace (000F1AC4)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework][TAS] Registered ["Dog" [Race <DogCompanionRace (000F1AC4)>]]["" [Armor < (0004B2C9)>]] armors to mod "MNC"
[02/28/2018 - 10:48:46AM] [CF][TAS] Registering None / None for race Dog (Barbas) skin Dog
[02/28/2018 - 10:48:46AM] [CF][Framework] Added race ["Dog" [Race <DA03BarbasDogRace (000CD657)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework] Added skin ["" [Armor < (0004B2C9)>]] to race ["Dog" [Race <DA03BarbasDogRace (000CD657)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework][TAS] Registered ["Dog" [Race <DA03BarbasDogRace (000CD657)>]]["" [Armor < (0004B2C9)>]] armors to mod "MNC"
[02/28/2018 - 10:48:46AM] [CF][TAS] Registering None / None for race Ghost Dog skin Ghost Dog
[02/28/2018 - 10:48:46AM] [CF][Framework] Added race ["Dog" [Race <MG07DogRace (000F905F)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework] Added skin ["" [Armor < (000F9062)>]] to race ["Dog" [Race <MG07DogRace (000F905F)>]]
[02/28/2018 - 10:48:46AM] [CF][Framework][TAS] Registered ["Dog" [Race <MG07DogRace (000F905F)>]]["" [Armor < (000F9062)>]] armors to mod "MNC"
[02/28/2018 - 10:48:46AM] [CF][TAS] Registering None / None for race wolf skin wolf
[02/28/2018 - 10:48:47AM] [CF][Framework] Added skin ["" [Armor < (0004E886)>]] to race ["wolf" [Race <WolfRace (0001320A)>]]
[02/28/2018 - 10:48:47AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (0004E886)>]] armors to mod "MNC"
[02/28/2018 - 10:48:47AM] [CF][TAS] Registering None / None for race wolf skin Black Wolf
[02/28/2018 - 10:48:47AM] [CF][Framework] Added skin ["" [Armor < (000C02FB)>]] to race ["wolf" [Race <WolfRace (0001320A)>]]
[02/28/2018 - 10:48:47AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02FB)>]] armors to mod "MNC"
[02/28/2018 - 10:48:47AM] [CF][TAS] Registering None / None for race wolf skin Summoned Wolf
[02/28/2018 - 10:48:47AM] [CF][Framework] Added skin ["" [Armor < (000C02F8)>]] to race ["wolf" [Race <WolfRace (0001320A)>]]
[02/28/2018 - 10:48:47AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02F8)>]] armors to mod "MNC"
[02/28/2018 - 10:48:47AM] [CF][TAS] Registering None / None for race Frostbite Spider skin Frostbite
[02/28/2018 - 10:48:47AM] [CF][Framework] Added skin ["" [Armor < (0003636F)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]]
[02/28/2018 - 10:48:47AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]]["" [Armor < (0003636F)>]] armors to mod "MNC"
[02/28/2018 - 10:48:47AM] [CF][TAS] Registering None / None for race Frostbite Spider skin Frostbite Snow
[02/28/2018 - 10:48:47AM] [CF][Framework] Added skin ["" [Armor < (00048C0E)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]]
[02/28/2018 - 10:48:47AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]]["" [Armor < (00048C0E)>]] armors to mod "MNC"
[02/28/2018 - 10:48:47AM] [CF][TAS] Registering None / None for race Large Frostbite Spider skin Frostbite
[02/28/2018 - 10:48:47AM] [CF][Framework] Added race ["Frostbite Spider" [Race <FrostbiteSpiderRaceLarge (00053477)>]]
[02/28/2018 - 10:48:48AM] [CF][Framework] Added skin ["" [Armor < (0003636F)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRaceLarge (00053477)>]]
[02/28/2018 - 10:48:48AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRaceLarge (00053477)>]]["" [Armor < (0003636F)>]] armors to mod "MNC"
[02/28/2018 - 10:48:48AM] [CF][TAS] Registering None / None for race Large Frostbite Spider skin Frostbite Snow
[02/28/2018 - 10:48:48AM] [CF][Framework] Added skin ["" [Armor < (00048C0E)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRaceLarge (00053477)>]]
[02/28/2018 - 10:48:48AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRaceLarge (00053477)>]]["" [Armor < (00048C0E)>]] armors to mod "MNC"
[02/28/2018 - 10:48:48AM] [CF][TAS] Registering None / None for race Giant Frostbite Spider skin Frostbite
[02/28/2018 - 10:48:48AM] [CF][Framework] Added skin ["" [Armor < (0002C180)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRaceGiant (0004E507)>]]
[02/28/2018 - 10:48:48AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRaceGiant (0004E507)>]]["" [Armor < (0002C180)>]] armors to mod "MNC"
[02/28/2018 - 10:48:48AM] [CF][TAS] Registering None / None for race Giant Frostbite Spider skin Frostbite Snow
[02/28/2018 - 10:48:48AM] [CF][Framework] Added skin ["" [Armor < (0002C181)>]] to race ["Frostbite Spider" [Race <FrostbiteSpiderRaceGiant (0004E507)>]]
[02/28/2018 - 10:48:48AM] [CF][Framework][TAS] Registered ["Frostbite Spider" [Race <FrostbiteSpiderRaceGiant (0004E507)>]]["" [Armor < (0002C181)>]] armors to mod "MNC"
[02/28/2018 - 10:48:48AM] [CF][TAS] Registering None / None for race Chaurus skin Chaurus
[02/28/2018 - 10:48:48AM] [CF][Framework] Added skin ["Chaurus" [Armor < (00058E2A)>]] to race ["Chaurus" [Race <ChaurusRace (000131EB)>]]
[02/28/2018 - 10:48:48AM] [CF][Framework][TAS] Registered ["Chaurus" [Race <ChaurusRace (000131EB)>]]["Chaurus" [Armor < (00058E2A)>]] armors to mod "MNC"
[02/28/2018 - 10:48:48AM] [CF][TAS] Registering None / None for race Chaurus Reaper skin Chaurus
[02/28/2018 - 10:48:48AM] [CF][Framework] Added skin ["Chaurus" [Armor < (00058E2A)>]] to race ["Chaurus" [Race <ChaurusReaperRace (000A5601)>]]
[02/28/2018 - 10:48:49AM] [CF][Framework][TAS] Registered ["Chaurus" [Race <ChaurusReaperRace (000A5601)>]]["Chaurus" [Armor < (00058E2A)>]] armors to mod "MNC"
[02/28/2018 - 10:48:49AM] [CF][TAS] Registering None / None for race Horse skin Brown
[02/28/2018 - 10:48:49AM] [CF][Framework] Added skin ["" [Armor < (00060715)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:49AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00060715)>]] armors to mod "MNC"
[02/28/2018 - 10:48:49AM] [CF][TAS] Registering None / None for race Horse skin Black
[02/28/2018 - 10:48:49AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650D)>]] armors to mod "MNC"
[02/28/2018 - 10:48:49AM] [CF][TAS] Registering None / None for race Horse skin Black & White
[02/28/2018 - 10:48:49AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00086510)>]] armors to mod "MNC"
[02/28/2018 - 10:48:49AM] [CF][TAS] Registering None / None for race Horse skin Grey
[02/28/2018 - 10:48:49AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650F)>]] armors to mod "MNC"
[02/28/2018 - 10:48:49AM] [CF][TAS] Registering None / None for race Horse skin Palomino
[02/28/2018 - 10:48:49AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650E)>]] armors to mod "MNC"
[02/28/2018 - 10:48:49AM] [CF][TAS] Registering None / None for race Horse skin Shadowmere
[02/28/2018 - 10:48:49AM] [CF][Framework] Added skin ["" [Armor < (00086503)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:48:49AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00086503)>]] armors to mod "MNC"
[02/28/2018 - 10:48:49AM] [CF][TAS] Registering None / None for race Horse (Cart) skin Brown
[02/28/2018 - 10:48:49AM] [CF][Framework] Added race ["Horse" [Race <CartHorseRace (000DE505)>]]
[02/28/2018 - 10:48:50AM] [CF][Framework] Added skin ["" [Armor < (00060715)>]] to race ["Horse" [Race <CartHorseRace (000DE505)>]]
[02/28/2018 - 10:48:50AM] [CF][Framework][TAS] Registered ["Horse" [Race <CartHorseRace (000DE505)>]]["" [Armor < (00060715)>]] armors to mod "MNC"
[02/28/2018 - 10:48:50AM] [CF][TAS] Registering None / None for race Werewolf skin Werewolf
[02/28/2018 - 10:48:50AM] [CF][Framework] Added skin ["" [Armor < (000CDD86)>]] to race ["Werewolf" [Race <WerewolfBeastRace (000CDD84)>]]
[02/28/2018 - 10:48:50AM] [CF][Framework][TAS] Registered ["Werewolf" [Race <WerewolfBeastRace (000CDD84)>]]["" [Armor < (000CDD86)>]] armors to mod "MNC"
[02/28/2018 - 10:48:50AM] [CF][TAS] Registering [Armor < (00086810)>] / None for race Dragon skin Common Dragon
[02/28/2018 - 10:48:50AM] [CF][Framework] Added race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:50AM] [CF][Framework] Added skin ["" [Armor < (00086810)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:50AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (00086810)>]] armors to mod "MNC"
[02/28/2018 - 10:48:50AM] [CF][TAS] Registering [Armor < (00087557)>] / None for race Dragon skin Blood Dragon
[02/28/2018 - 10:48:50AM] [CF][Framework] Added skin ["" [Armor < (00087557)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:50AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (00087557)>]] armors to mod "MNC"
[02/28/2018 - 10:48:50AM] [CF][TAS] Registering [Armor < (00085808)>] / None for race Dragon skin Frost Dragon
[02/28/2018 - 10:48:50AM] [CF][Framework] Added skin ["" [Armor < (00085808)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:50AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (00085808)>]] armors to mod "MNC"
[02/28/2018 - 10:48:50AM] [CF][TAS] Registering [Armor < (00087556)>] / None for race Dragon skin Elder Dragon
[02/28/2018 - 10:48:50AM] [CF][Framework] Added skin ["" [Armor < (00087556)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:51AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (00087556)>]] armors to mod "MNC"
[02/28/2018 - 10:48:51AM] [CF][TAS] Registering [Armor < (0010E3C5)>] / None for race Dragon skin Ancient Dragon
[02/28/2018 - 10:48:51AM] [CF][Framework] Added skin ["" [Armor < (0010E3C5)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:51AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (0010E3C5)>]] armors to mod "MNC"
[02/28/2018 - 10:48:51AM] [CF][TAS] Registering [Armor < (000EBC0B)>] / None for race Dragon skin odahviing
[02/28/2018 - 10:48:51AM] [CF][Framework] Added skin ["" [Armor < (000EBC0B)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:51AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (000EBC0B)>]] armors to mod "MNC"
[02/28/2018 - 10:48:51AM] [CF][TAS] Registering [Armor < (000B9C2D)>] / None for race Dragon skin Paarthurnax
[02/28/2018 - 10:48:51AM] [CF][Framework] Added skin ["" [Armor < (000B9C2D)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:51AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (000B9C2D)>]] armors to mod "MNC"
[02/28/2018 - 10:48:51AM] [CF][TAS] Registering [Armor < (000B1959)>] / None for race Alduin skin Alduin
[02/28/2018 - 10:48:51AM] [CF][Framework] Added race ["Dragon Race" [Race <AlduinRace (000E7713)>]]
[02/28/2018 - 10:48:51AM] [CF][Framework] Added skin ["" [Armor < (000B1959)>]] to race ["Dragon Race" [Race <AlduinRace (000E7713)>]]
[02/28/2018 - 10:48:51AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <AlduinRace (000E7713)>]]["" [Armor < (000B1959)>]] armors to mod "MNC"
[02/28/2018 - 10:48:51AM] [CF][TAS] Registering [Armor < (020038CE)>] / None for race Dragon skin Revered Dragon
[02/28/2018 - 10:48:51AM] [CF][Framework] Added skin ["" [Armor < (020038CE)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:52AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (020038CE)>]] armors to mod "MNC"
[02/28/2018 - 10:48:52AM] [CF][TAS] Registering [Armor < (02014EAB)>] / None for race Dragon skin Legendary Dragon
[02/28/2018 - 10:48:52AM] [CF][Framework] Added skin ["" [Armor < (02014EAB)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:52AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (02014EAB)>]] armors to mod "MNC"
[02/28/2018 - 10:48:52AM] [CF][TAS] Registering [Armor < (0402C88E)>] / None for race Dragon skin Serpentine Dragon
[02/28/2018 - 10:48:52AM] [CF][Framework] Added skin ["" [Armor < (0402C88E)>]] to race ["Dragon Race" [Race <DragonRace (00012E82)>]]
[02/28/2018 - 10:48:52AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DragonRace (00012E82)>]]["" [Armor < (0402C88E)>]] armors to mod "MNC"
[02/28/2018 - 10:48:52AM] [CF][TAS] Registering [Armor < (02011A6E)>] / None for race durnehviir skin durnehviir
[02/28/2018 - 10:48:52AM] [CF][Framework] Added race ["Dragon Race" [Race <DLC1UndeadDragonRace (020117DE)>]]
[02/28/2018 - 10:48:52AM] [CF][Framework] Added skin ["" [Armor < (02011A6E)>]] to race ["Dragon Race" [Race <DLC1UndeadDragonRace (020117DE)>]]
[02/28/2018 - 10:48:52AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <DLC1UndeadDragonRace (020117DE)>]]["" [Armor < (02011A6E)>]] armors to mod "MNC"
[02/28/2018 - 10:48:52AM] [CF][TAS] Registering [Armor < (0003F815)>] / None for race Skeletal Dragon skin Skeletal Dragon
[02/28/2018 - 10:48:52AM] [CF][Framework] Added race ["Dragon Race" [Race <UndeadDragonRace (001052A3)>]]
[02/28/2018 - 10:48:52AM] [CF][Framework] Added skin ["" [Armor < (0003F815)>]] to race ["Dragon Race" [Race <UndeadDragonRace (001052A3)>]]
[02/28/2018 - 10:48:52AM] [CF][Framework][TAS] Registered ["Dragon Race" [Race <UndeadDragonRace (001052A3)>]]["" [Armor < (0003F815)>]] armors to mod "MNC"
[02/28/2018 - 10:48:52AM] [CF][TAS] Registering None / None for race Fox skin Fox
[02/28/2018 - 10:48:52AM] [CF][Framework] Added skin ["" [Armor < (000829B4)>]] to race ["Fox" [Race <FoxRace (00109C7C)>]]
[02/28/2018 - 10:48:53AM] [CF][Framework][TAS] Registered ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B4)>]] armors to mod "MNC"
[02/28/2018 - 10:48:53AM] [CF][TAS] Registering None / None for race Fox skin Arctic Fox
[02/28/2018 - 10:48:53AM] [CF][Framework] Added skin ["" [Armor < (000829B7)>]] to race ["Fox" [Race <FoxRace (00109C7C)>]]
[02/28/2018 - 10:48:53AM] [CF][Framework][TAS] Registered ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B7)>]] armors to mod "MNC"
[02/28/2018 - 10:48:53AM] [CF][TAS] Registering None / None for race skeever skin skeever
[02/28/2018 - 10:48:53AM] [CF][Framework] Added skin ["" [Armor < (00016EE5)>]] to race ["skeever" [Race <SkeeverRace (00013201)>]]
[02/28/2018 - 10:48:53AM] [CF][Framework][TAS] Registered ["skeever" [Race <SkeeverRace (00013201)>]]["" [Armor < (00016EE5)>]] armors to mod "MNC"
[02/28/2018 - 10:48:53AM] [CF][TAS] Registering None / None for race White Skeever skin White Skeever
[02/28/2018 - 10:48:53AM] [CF][Framework] Added skin ["" [Armor < (000C3EE0)>]] to race ["skeever" [Race <SkeeverWhiteRace (000C3EDF)>]]
[02/28/2018 - 10:48:53AM] [CF][Framework][TAS] Registered ["skeever" [Race <SkeeverWhiteRace (000C3EDF)>]]["" [Armor < (000C3EE0)>]] armors to mod "MNC"
[02/28/2018 - 10:48:53AM] [CF][TAS] Registering None / None for race rabbit skin rabbit
[02/28/2018 - 10:48:53AM] [CF][Framework] Added skin ["rabbit" [Armor < (0006DC9B)>]] to race ["rabbit" [Race <HareRace (0006DC99)>]]
[02/28/2018 - 10:48:53AM] [CF][Framework][TAS] Registered ["rabbit" [Race <HareRace (0006DC99)>]]["rabbit" [Armor < (0006DC9B)>]] armors to mod "MNC"
[02/28/2018 - 10:48:53AM] [CF][TAS] Registering None / None for race elk skin elk
[02/28/2018 - 10:48:53AM] [CF][Framework] Added skin ["Elkmale" [Armor < (0005E979)>]] to race ["Deer" [Race <ElkRace (000131ED)>]]
[02/28/2018 - 10:48:53AM] [CF][Framework][TAS] Registered ["Deer" [Race <ElkRace (000131ED)>]]["Elkmale" [Armor < (0005E979)>]] armors to mod "MNC"
[02/28/2018 - 10:48:53AM] [CF][TAS] Registering None / None for race Reindeer skin Reindeer
[02/28/2018 - 10:48:54AM] [CF][Framework] Added skin ["Reindeer" [Armor < (000CF89C)>]] to race ["Deer" [Race <DeerRace (000CF89B)>]]
[02/28/2018 - 10:48:54AM] [CF][Framework][TAS] Registered ["Deer" [Race <DeerRace (000CF89B)>]]["Reindeer" [Armor < (000CF89C)>]] armors to mod "MNC"
[02/28/2018 - 10:48:54AM] [CF][TAS] Registering None / None for race White Stag skin White Stag
[02/28/2018 - 10:48:54AM] [CF][Framework] Added race ["Deer" [Race <WhiteStagRace (00104F45)>]]
[02/28/2018 - 10:48:54AM] [CF][Framework] Added skin ["WhiteStag" [Armor < (00104F44)>]] to race ["Deer" [Race <WhiteStagRace (00104F45)>]]
[02/28/2018 - 10:48:54AM] [CF][Framework][TAS] Registered ["Deer" [Race <WhiteStagRace (00104F45)>]]["WhiteStag" [Armor < (00104F44)>]] armors to mod "MNC"
[02/28/2018 - 10:48:54AM] [CF][TAS] Registering None / None for race goat skin Domestic Goat
[02/28/2018 - 10:48:54AM] [CF][Framework] Added race ["goat" [Race <GoatRace (000131FA)>]]
[02/28/2018 - 10:48:54AM] [CF][Framework] Added skin ["goat" [Armor < (0006F278)>]] to race ["goat" [Race <GoatRace (000131FA)>]]
[02/28/2018 - 10:48:54AM] [CF][Framework][TAS] Registered ["goat" [Race <GoatRace (000131FA)>]]["goat" [Armor < (0006F278)>]] armors to mod "MNC"
[02/28/2018 - 10:48:54AM] [CF][TAS] Registering None / None for race goat skin Wild Goat
[02/28/2018 - 10:48:54AM] [CF][Framework] Added skin ["goat" [Armor < (0006FC49)>]] to race ["goat" [Race <GoatRace (000131FA)>]]
[02/28/2018 - 10:48:54AM] [CF][Framework][TAS] Registered ["goat" [Race <GoatRace (000131FA)>]]["goat" [Armor < (0006FC49)>]] armors to mod "MNC"
[02/28/2018 - 10:48:54AM] [CF][TAS] Registering None / None for race horker skin horker
[02/28/2018 - 10:48:54AM] [CF][Framework] Added skin ["horker" [Armor < (0008CA6A)>]] to race ["horker" [Race <HorkerRace (000131FC)>]]
[02/28/2018 - 10:48:54AM] [CF][Framework][TAS] Registered ["horker" [Race <HorkerRace (000131FC)>]]["horker" [Armor < (0008CA6A)>]] armors to mod "MNC"
[02/28/2018 - 10:48:54AM] [CF][TAS] Registering None / None for race Hagraven skin Hagraven
[02/28/2018 - 10:48:55AM] [CF][Framework] Added race ["Hagraven" [Race <HagravenRace (000131FB)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework] Added skin ["" [Armor < (00097243)>]] to race ["Hagraven" [Race <HagravenRace (000131FB)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework][TAS] Registered ["Hagraven" [Race <HagravenRace (000131FB)>]]["" [Armor < (00097243)>]] armors to mod "MNC"
[02/28/2018 - 10:48:55AM] [CF][TAS] Registering None / None for race Dwarven Centurion skin centurion
[02/28/2018 - 10:48:55AM] [CF][Framework] Added skin ["DwarvenSteamCenturion" [Armor < (000800EA)>]] to race ["Dwarven Centurion" [Race <DwarvenCenturionRace (000131F1)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework][TAS] Registered ["Dwarven Centurion" [Race <DwarvenCenturionRace (000131F1)>]]["DwarvenSteamCenturion" [Armor < (000800EA)>]] armors to mod "MNC"
[02/28/2018 - 10:48:55AM] [CF][TAS] Registering None / None for race Dwarven Sphere skin Dwarven Sphere
[02/28/2018 - 10:48:55AM] [CF][Framework] Added race ["Dwarven Sphere" [Race <DwarvenSphereRace (000131F2)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework] Added skin ["" [Armor < (0007874B)>]] to race ["Dwarven Sphere" [Race <DwarvenSphereRace (000131F2)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework][TAS] Registered ["Dwarven Sphere" [Race <DwarvenSphereRace (000131F2)>]]["" [Armor < (0007874B)>]] armors to mod "MNC"
[02/28/2018 - 10:48:55AM] [CF][TAS] Registering None / None for race Dwarven Spider skin Dwarven Spider
[02/28/2018 - 10:48:55AM] [CF][Framework] Added race ["Dwarven Spider" [Race <DwarvenSpiderRace (000131F3)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework] Added skin ["" [Armor < (00081C79)>]] to race ["Dwarven Spider" [Race <DwarvenSpiderRace (000131F3)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework][TAS] Registered ["Dwarven Spider" [Race <DwarvenSpiderRace (000131F3)>]]["" [Armor < (00081C79)>]] armors to mod "MNC"
[02/28/2018 - 10:48:55AM] [CF][TAS] Registering None / None for race Dwarven Spider skin Dwarven Spider (no eye)
[02/28/2018 - 10:48:55AM] [CF][Framework] Added skin ["" [Armor < (000F4FD1)>]] to race ["Dwarven Spider" [Race <DwarvenSpiderRace (000131F3)>]]
[02/28/2018 - 10:48:55AM] [CF][Framework][TAS] Registered ["Dwarven Spider" [Race <DwarvenSpiderRace (000131F3)>]]["" [Armor < (000F4FD1)>]] armors to mod "MNC"
[02/28/2018 - 10:48:55AM] [CF][TAS] Registering None / None for race Mammoth skin Mammoth (Wild)
[02/28/2018 - 10:48:56AM] [CF][Framework] Added race ["Mammoth" [Race <MammothRace (000131FF)>]]
[02/28/2018 - 10:48:56AM] [CF][Framework] Added skin ["Wild Mammoth" [Armor < (00059253)>]] to race ["Mammoth" [Race <MammothRace (000131FF)>]]
[02/28/2018 - 10:48:56AM] [CF][Framework][TAS] Registered ["Mammoth" [Race <MammothRace (000131FF)>]]["Wild Mammoth" [Armor < (00059253)>]] armors to mod "MNC"
[02/28/2018 - 10:48:56AM] [CF][TAS] Registering None / None for race Mammoth skin Mammoth (Branded)
[02/28/2018 - 10:48:56AM] [CF][Framework] Added skin ["Branded Mammoth" [Armor < (00059254)>]] to race ["Mammoth" [Race <MammothRace (000131FF)>]]
[02/28/2018 - 10:48:56AM] [CF][Framework][TAS] Registered ["Mammoth" [Race <MammothRace (000131FF)>]]["Branded Mammoth" [Armor < (00059254)>]] armors to mod "MNC"
[02/28/2018 - 10:48:56AM] [CF][TAS] Registering None / None for race Skeleton skin Skeleton
[02/28/2018 - 10:48:56AM] [CF][Framework] Added skin ["" [Armor < (000B799A)>]] to race ["Skeleton" [Race <skeletonRace (000B7998)>]]
[02/28/2018 - 10:48:56AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <skeletonRace (000B7998)>]]["" [Armor < (000B799A)>]] armors to mod "MNC"
[02/28/2018 - 10:48:56AM] [CF][TAS] Registering None / None for race Skeleton Rigid skin Skeleton
[02/28/2018 - 10:48:56AM] [CF][Framework] Added skin ["" [Armor < (000B799A)>]] to race ["Skeleton" [Race <RigidSkeletonRace (000B9FD7)>]]
[02/28/2018 - 10:48:56AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <RigidSkeletonRace (000B9FD7)>]]["" [Armor < (000B799A)>]] armors to mod "MNC"
[02/28/2018 - 10:48:56AM] [CF][TAS] Registering None / None for race Labrynthian Draugr skin Labrynthian Draugr
[02/28/2018 - 10:48:56AM] [CF][Framework] Added race ["draugr" [Race <DraugrMagicRace (000F71DC)>]]
[02/28/2018 - 10:48:56AM] [CF][Framework] Added skin ["" [Armor < (000F71DB)>]] to race ["draugr" [Race <DraugrMagicRace (000F71DC)>]]
[02/28/2018 - 10:48:56AM] [CF][Framework][TAS] Registered ["draugr" [Race <DraugrMagicRace (000F71DC)>]]["" [Armor < (000F71DB)>]] armors to mod "MNC"
[02/28/2018 - 10:48:56AM] [CF][TAS] Registering None / None for race Necro Skeleton skin Necro Skeleton
[02/28/2018 - 10:48:57AM] [CF][Framework] Added race ["Skeleton" [Race <SkeletonNecroRace (000EB872)>]]
[02/28/2018 - 10:48:57AM] [CF][Framework] Added skin ["" [Armor < (000EB874)>]] to race ["Skeleton" [Race <SkeletonNecroRace (000EB872)>]]
[02/28/2018 - 10:48:57AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <SkeletonNecroRace (000EB872)>]]["" [Armor < (000EB874)>]] armors to mod "MNC"
[02/28/2018 - 10:48:57AM] [CF][TAS] Registering None / None for race Necro Skeleton skin Necro Imperial Skeleton
[02/28/2018 - 10:48:57AM] [CF][Framework] Added skin ["" [Armor < (000EB875)>]] to race ["Skeleton" [Race <SkeletonNecroRace (000EB872)>]]
[02/28/2018 - 10:48:57AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <SkeletonNecroRace (000EB872)>]]["" [Armor < (000EB875)>]] armors to mod "MNC"
[02/28/2018 - 10:48:57AM] [CF][TAS] Registering None / None for race Necro Skeleton skin Necro StormCloak Skeleton
[02/28/2018 - 10:48:57AM] [CF][Framework] Added skin ["" [Armor < (000EB87C)>]] to race ["Skeleton" [Race <SkeletonNecroRace (000EB872)>]]
[02/28/2018 - 10:48:57AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <SkeletonNecroRace (000EB872)>]]["" [Armor < (000EB87C)>]] armors to mod "MNC"
[02/28/2018 - 10:48:57AM] [CF][TAS] Registering None / None for race Frost Atronach skin Frost Atronach
[02/28/2018 - 10:48:57AM] [CF][Framework] Added race ["Frost Atronach" [Race <AtronachFrostRace (000131F6)>]]
[02/28/2018 - 10:48:57AM] [CF][Framework] Added skin ["" [Armor < (0005B2E7)>]] to race ["Frost Atronach" [Race <AtronachFrostRace (000131F6)>]]
[02/28/2018 - 10:48:57AM] [CF][Framework][TAS] Registered ["Frost Atronach" [Race <AtronachFrostRace (000131F6)>]]["" [Armor < (0005B2E7)>]] armors to mod "MNC"
[02/28/2018 - 10:48:57AM] [CF][TAS] Registering None / [Armor < (73005901)>] for race riekling skin riekling
[02/28/2018 - 10:48:57AM] [CF][Framework] Added skin ["" [Armor < (04017F46)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:57AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (04017F46)>]] armors to mod "MNC"
[02/28/2018 - 10:48:57AM] [CF][TAS] Registering None / [Armor < (73005902)>] for race riekling skin Riekling Melee 1
[02/28/2018 - 10:48:58AM] [CF][Framework] Added skin ["" [Armor < (040354E3)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:58AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (040354E3)>]] armors to mod "MNC"
[02/28/2018 - 10:48:58AM] [CF][TAS] Registering None / [Armor < (73005903)>] for race riekling skin Riekling Melee 2
[02/28/2018 - 10:48:58AM] [CF][Framework] Added skin ["" [Armor < (040354E5)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:58AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (040354E5)>]] armors to mod "MNC"
[02/28/2018 - 10:48:58AM] [CF][TAS] Registering None / None for race riekling skin Riekling Melee 3
[02/28/2018 - 10:48:58AM] [CF][Framework] Added skin ["" [Armor < (040354E6)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:58AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (040354E6)>]] armors to mod "MNC"
[02/28/2018 - 10:48:58AM] [CF][TAS] Registering None / None for race riekling skin Riekling Chief
[02/28/2018 - 10:48:58AM] [CF][Framework] Added skin ["" [Armor < (040354E2)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:58AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (040354E2)>]] armors to mod "MNC"
[02/28/2018 - 10:48:58AM] [CF][TAS] Registering None / None for race riekling skin Thirsk Riekling 1
[02/28/2018 - 10:48:58AM] [CF][Framework] Added skin ["" [Armor < (040354E8)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:58AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (040354E8)>]] armors to mod "MNC"
[02/28/2018 - 10:48:58AM] [CF][TAS] Registering None / None for race riekling skin Thirsk Riekling 2
[02/28/2018 - 10:48:58AM] [CF][Framework] Added skin ["" [Armor < (040354EA)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:59AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (040354EA)>]] armors to mod "MNC"
[02/28/2018 - 10:48:59AM] [CF][TAS] Registering None / None for race riekling skin Thirsk Riekling 3
[02/28/2018 - 10:48:59AM] [CF][Framework] Added skin ["" [Armor < (040354ED)>]] to race ["" [Race <DLC2RieklingRace (04017F44)>]]
[02/28/2018 - 10:48:59AM] [CF][Framework][TAS] Registered ["" [Race <DLC2RieklingRace (04017F44)>]]["" [Armor < (040354ED)>]] armors to mod "MNC"
[02/28/2018 - 10:48:59AM] [CF][TAS] Registering None / None for race Werebear skin Werebear
[02/28/2018 - 10:48:59AM] [CF][Framework] Added skin ["" [Armor < (0401E17E)>]] to race ["Werewolf" [Race <DLC2WerebearBeastRace (0401E17B)>]]
[02/28/2018 - 10:48:59AM] [CF][Framework][TAS] Registered ["Werewolf" [Race <DLC2WerebearBeastRace (0401E17B)>]]["" [Armor < (0401E17E)>]] armors to mod "MNC"
[02/28/2018 - 10:48:59AM] [CF][TAS] Registering None / None for race Ashman skin Ashman
[02/28/2018 - 10:48:59AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC2AshSpawnRace (0401B637)>]]["Ash Guardian" [Armor < (0402B04B)>]] armors to mod "MNC"
[02/28/2018 - 10:48:59AM] [CF][TAS] Registering None / None for race Lurker skin Lurker
[02/28/2018 - 10:48:59AM] [CF][Framework] Added skin ["" [Armor < (04014497)>]] to race ["Lurker" [Race <DLC2LurkerRace (04014495)>]]
[02/28/2018 - 10:48:59AM] [CF][Framework][TAS] Registered ["Lurker" [Race <DLC2LurkerRace (04014495)>]]["" [Armor < (04014497)>]] armors to mod "MNC"
[02/28/2018 - 10:48:59AM] [CF][TAS] Registering None / None for race Boar skin Boar
[02/28/2018 - 10:48:59AM] [CF][Framework] Added race ["" [Race <DLC2BoarRace (04024038)>]]
[02/28/2018 - 10:48:59AM] [CF][Framework] Added skin ["Boar" [Armor < (04024039)>]] to race ["" [Race <DLC2BoarRace (04024038)>]]
[02/28/2018 - 10:48:59AM] [CF][Framework][TAS] Registered ["" [Race <DLC2BoarRace (04024038)>]]["Boar" [Armor < (04024039)>]] armors to mod "MNC"
[02/28/2018 - 10:48:59AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling
[02/28/2018 - 10:49:00AM] [CF][Framework] Added race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:00AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (040179D0)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:00AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (040179D0)>]] armors to mod "MNC"
[02/28/2018 - 10:49:00AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling A
[02/28/2018 - 10:49:00AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (04038404)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:00AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (04038404)>]] armors to mod "MNC"
[02/28/2018 - 10:49:00AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling B
[02/28/2018 - 10:49:00AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (04038407)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:00AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (04038407)>]] armors to mod "MNC"
[02/28/2018 - 10:49:00AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling C
[02/28/2018 - 10:49:00AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (0403840A)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:00AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (0403840A)>]] armors to mod "MNC"
[02/28/2018 - 10:49:00AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling D
[02/28/2018 - 10:49:00AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (04038410)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:00AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (04038410)>]] armors to mod "MNC"
[02/28/2018 - 10:49:00AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling E
[02/28/2018 - 10:49:01AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (04038411)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:01AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (04038411)>]] armors to mod "MNC"
[02/28/2018 - 10:49:01AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling F
[02/28/2018 - 10:49:01AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (04038412)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:01AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (04038412)>]] armors to mod "MNC"
[02/28/2018 - 10:49:01AM] [CF][TAS] Registering None / None for race Mounted Riekling skin Mounted Riekling G
[02/28/2018 - 10:49:01AM] [CF][Framework] Added skin ["BoarRiekling" [Armor < (04038413)>]] to race ["" [Race <DLC2MountedRieklingRace (040179CF)>]]
[02/28/2018 - 10:49:01AM] [CF][Framework][TAS] Registered ["" [Race <DLC2MountedRieklingRace (040179CF)>]]["BoarRiekling" [Armor < (04038413)>]] armors to mod "MNC"
[02/28/2018 - 10:49:01AM] [CF][TAS] Registering None / None for race Skeleton Rigid skin Skeleton
[02/28/2018 - 10:49:01AM] [CF][Framework] Added skin ["" [Armor < (000B799A)>]] to race ["Skeleton" [Race <DLC2RigidSkeletonRace (0403CECB)>]]
[02/28/2018 - 10:49:01AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC2RigidSkeletonRace (0403CECB)>]]["" [Armor < (000B799A)>]] armors to mod "MNC"
[02/28/2018 - 10:49:01AM] [CF][TAS] Registering None / None for race Hulking Draugr skin Hulking Draugr
[02/28/2018 - 10:49:01AM] [CF][Framework] Added skin ["" [Armor < (0402A6FC)>]] to race ["draugr" [Race <DLC2HulkingDraugrRace (0402A6FD)>]]
[02/28/2018 - 10:49:01AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC2HulkingDraugrRace (0402A6FD)>]]["" [Armor < (0402A6FC)>]] armors to mod "MNC"
[02/28/2018 - 10:49:01AM] [CF][TAS] Registering None / None for race Acolyte Dragon Priest skin Zahkriisos
[02/28/2018 - 10:49:01AM] [CF][Framework] Added race ["Dragon Priest" [Race <DLC2AcolyteDragonPriestRace (0403911A)>]]
[02/28/2018 - 10:49:01AM] [CF][Framework] Added skin ["" [Armor < (04024FE1)>]] to race ["Dragon Priest" [Race <DLC2AcolyteDragonPriestRace (0403911A)>]]
[02/28/2018 - 10:49:02AM] [CF][Framework][TAS] Registered ["Dragon Priest" [Race <DLC2AcolyteDragonPriestRace (0403911A)>]]["" [Armor < (04024FE1)>]] armors to mod "MNC"
[02/28/2018 - 10:49:02AM] [CF][TAS] Registering None / None for race Acolyte Dragon Priest skin Ahzidal
[02/28/2018 - 10:49:02AM] [CF][Framework] Added skin ["" [Armor < (04024FE3)>]] to race ["Dragon Priest" [Race <DLC2AcolyteDragonPriestRace (0403911A)>]]
[02/28/2018 - 10:49:02AM] [CF][Framework][TAS] Registered ["Dragon Priest" [Race <DLC2AcolyteDragonPriestRace (0403911A)>]]["" [Armor < (04024FE3)>]] armors to mod "MNC"
[02/28/2018 - 10:49:02AM] [CF][TAS] Registering None / None for race Acolyte Dragon Priest skin Dukaan
[02/28/2018 - 10:49:02AM] [CF][Framework] Added skin ["" [Armor < (04024FE4)>]] to race ["Dragon Priest" [Race <DLC2AcolyteDragonPriestRace (0403911A)>]]
[02/28/2018 - 10:49:02AM] [CF][Framework][TAS] Registered ["Dragon Priest" [Race <DLC2AcolyteDragonPriestRace (0403911A)>]]["" [Armor < (04024FE4)>]] armors to mod "MNC"
[02/28/2018 - 10:49:02AM] [CF][TAS] Registering None / None for race Dwarven Ballista skin Dwarven Ballista
[02/28/2018 - 10:49:02AM] [CF][Framework] Added race ["Dwarven Sphere" [Race <DLC2DwarvenBallistaRace (0402B014)>]]
[02/28/2018 - 10:49:02AM] [CF][Framework] Added skin ["" [Armor < (0402B017)>]] to race ["Dwarven Sphere" [Race <DLC2DwarvenBallistaRace (0402B014)>]]
[02/28/2018 - 10:49:02AM] [CF][Framework][TAS] Registered ["Dwarven Sphere" [Race <DLC2DwarvenBallistaRace (0402B014)>]]["" [Armor < (0402B017)>]] armors to mod "MNC"
[02/28/2018 - 10:49:02AM] [CF][TAS] Registering None / None for race Death Hound skin Death Hound
[02/28/2018 - 10:49:02AM] [CF][Framework] Added race ["Dog" [Race <DLC1DeathHoundRace (0200C5F0)>]]
[02/28/2018 - 10:49:02AM] [CF][Framework] Added skin ["" [Armor < (02015FCE)>]] to race ["Dog" [Race <DLC1DeathHoundRace (0200C5F0)>]]
[02/28/2018 - 10:49:02AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1DeathHoundRace (0200C5F0)>]]["" [Armor < (02015FCE)>]] armors to mod "MNC"
[02/28/2018 - 10:49:02AM] [CF][TAS] Registering None / None for race Death Hound (Follower) skin Death Hound
[02/28/2018 - 10:49:02AM] [CF][Framework] Added race ["Deathhound" [Race <DLC1DeathHoundCompanionRace (02003D02)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework] Added skin ["" [Armor < (02015FCE)>]] to race ["Deathhound" [Race <DLC1DeathHoundCompanionRace (02003D02)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework][TAS] Registered ["Deathhound" [Race <DLC1DeathHoundCompanionRace (02003D02)>]]["" [Armor < (02015FCE)>]] armors to mod "MNC"
[02/28/2018 - 10:49:03AM] [CF][TAS] Registering None / None for race Armored Husky skin Armored Husky
[02/28/2018 - 10:49:03AM] [CF][Framework] Added race ["Dog" [Race <DLC1HuskyArmoredRace (02018B33)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework] Added skin ["Armored Husky" [Armor < (02018B31)>]] to race ["Dog" [Race <DLC1HuskyArmoredRace (02018B33)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyArmoredRace (02018B33)>]]["Armored Husky" [Armor < (02018B31)>]] armors to mod "MNC"
[02/28/2018 - 10:49:03AM] [CF][TAS] Registering None / None for race Armored Husky (Follower) skin Armored Husky
[02/28/2018 - 10:49:03AM] [CF][Framework] Added race ["Dog" [Race <DLC1HuskyArmoredCompanionRace (02003D01)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework] Added skin ["Armored Husky" [Armor < (02018B31)>]] to race ["Dog" [Race <DLC1HuskyArmoredCompanionRace (02003D01)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyArmoredCompanionRace (02003D01)>]]["Armored Husky" [Armor < (02018B31)>]] armors to mod "MNC"
[02/28/2018 - 10:49:03AM] [CF][TAS] Registering None / None for race Husky skin Husky
[02/28/2018 - 10:49:03AM] [CF][Framework] Added race ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework] Added skin ["Armored Husky" [Armor < (02018B37)>]] to race ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Armored Husky" [Armor < (02018B37)>]] armors to mod "MNC"
[02/28/2018 - 10:49:03AM] [CF][TAS] Registering None / None for race Husky (Follower) skin Husky
[02/28/2018 - 10:49:03AM] [CF][Framework] Added race ["Dog" [Race <DLC1HuskyBareCompanionRace (020122B7)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework] Added skin ["Armored Husky" [Armor < (02018B37)>]] to race ["Dog" [Race <DLC1HuskyBareCompanionRace (020122B7)>]]
[02/28/2018 - 10:49:03AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyBareCompanionRace (020122B7)>]]["Armored Husky" [Armor < (02018B37)>]] armors to mod "MNC"
[02/28/2018 - 10:49:03AM] [CF][TAS] Registering None / None for race Vale Sabrecat skin Vale Sabrecat
[02/28/2018 - 10:49:04AM] [CF][Framework] Added race ["sabre cat" [Race <DLC1SabreCatGlowRace (0200D0B6)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework] Added skin ["" [Armor < (02003C69)>]] to race ["sabre cat" [Race <DLC1SabreCatGlowRace (0200D0B6)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework][TAS] Registered ["sabre cat" [Race <DLC1SabreCatGlowRace (0200D0B6)>]]["" [Armor < (02003C69)>]] armors to mod "MNC"
[02/28/2018 - 10:49:04AM] [CF][TAS] Registering None / None for race Armored Troll skin Armored Troll
[02/28/2018 - 10:49:04AM] [CF][Framework] Added race ["Troll" [Race <DLC1TrollRaceArmored (020117F5)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework] Added skin ["" [Armor < (02016689)>]] to race ["Troll" [Race <DLC1TrollRaceArmored (020117F5)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework][TAS] Registered ["Troll" [Race <DLC1TrollRaceArmored (020117F5)>]]["" [Armor < (02016689)>]] armors to mod "MNC"
[02/28/2018 - 10:49:04AM] [CF][TAS] Registering None / None for race Armored Frost Troll skin Armored Frost Troll
[02/28/2018 - 10:49:04AM] [CF][Framework] Added skin ["" [Armor < (02016688)>]] to race ["Snow Troll" [Race <DLC1TrollFrostRaceArmored (020117F4)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework][TAS] Registered ["Snow Troll" [Race <DLC1TrollFrostRaceArmored (020117F4)>]]["" [Armor < (02016688)>]] armors to mod "MNC"
[02/28/2018 - 10:49:04AM] [CF][TAS] Registering None / None for race Dwarven Forgemaster skin Forgemaster
[02/28/2018 - 10:49:04AM] [CF][Framework] Added race ["The Forgemaster" [Race <DLC1LD_ForgemasterRace (02015C34)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework] Added skin ["Forgemaster" [Armor < (02015C3D)>]] to race ["The Forgemaster" [Race <DLC1LD_ForgemasterRace (02015C34)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework][TAS] Registered ["The Forgemaster" [Race <DLC1LD_ForgemasterRace (02015C34)>]]["Forgemaster" [Armor < (02015C3D)>]] armors to mod "MNC"
[02/28/2018 - 10:49:04AM] [CF][TAS] Registering None / None for race Vampire Lord skin Vampire Lord
[02/28/2018 - 10:49:04AM] [CF][Framework] Added race ["Vampire Lord" [Race <DLC1VampireBeastRace (0200283A)>]]
[02/28/2018 - 10:49:04AM] [CF][Framework] Added skin ["" [Armor < (020023F5)>]] to race ["Vampire Lord" [Race <DLC1VampireBeastRace (0200283A)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework][TAS] Registered ["Vampire Lord" [Race <DLC1VampireBeastRace (0200283A)>]]["" [Armor < (020023F5)>]] armors to mod "MNC"
[02/28/2018 - 10:49:05AM] [CF][TAS] Registering None / None for race gargoyle skin gargoyle
[02/28/2018 - 10:49:05AM] [CF][Framework] Added skin ["" [Armor < (0200A2C8)>]] to race ["gargoyle" [Race <DLC1GargoyleRace (0200A2C6)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework][TAS] Registered ["gargoyle" [Race <DLC1GargoyleRace (0200A2C6)>]]["" [Armor < (0200A2C8)>]] armors to mod "MNC"
[02/28/2018 - 10:49:05AM] [CF][TAS] Registering None / None for race gargoyle skin Gargoyle Albino
[02/28/2018 - 10:49:05AM] [CF][Framework] Added skin ["" [Armor < (02014CCD)>]] to race ["gargoyle" [Race <DLC1GargoyleRace (0200A2C6)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework][TAS] Registered ["gargoyle" [Race <DLC1GargoyleRace (0200A2C6)>]]["" [Armor < (02014CCD)>]] armors to mod "MNC"
[02/28/2018 - 10:49:05AM] [CF][TAS] Registering None / None for race Gargoyle Green skin Gargoyle Green
[02/28/2018 - 10:49:05AM] [CF][Framework] Added race ["gargoyle" [Race <DLC1GargoyleVariantGreenRace (02019D86)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework] Added skin ["" [Armor < (02019D85)>]] to race ["gargoyle" [Race <DLC1GargoyleVariantGreenRace (02019D86)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework][TAS] Registered ["gargoyle" [Race <DLC1GargoyleVariantGreenRace (02019D86)>]]["" [Armor < (02019D85)>]] armors to mod "MNC"
[02/28/2018 - 10:49:05AM] [CF][TAS] Registering None / None for race Gargoyle Boss skin Gargoyle Boss
[02/28/2018 - 10:49:05AM] [CF][Framework] Added race ["gargoyle" [Race <DLC1GargoyleVariantBossRace (02010D00)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework] Added skin ["" [Armor < (02010CFD)>]] to race ["gargoyle" [Race <DLC1GargoyleVariantBossRace (02010D00)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework][TAS] Registered ["gargoyle" [Race <DLC1GargoyleVariantBossRace (02010D00)>]]["" [Armor < (02010CFD)>]] armors to mod "MNC"
[02/28/2018 - 10:49:05AM] [CF][TAS] Registering None / None for race Vale Deer skin Deer
[02/28/2018 - 10:49:05AM] [CF][Framework] Added race ["Deer" [Race <DLC1DeerGlowRace (0200D0B2)>]]
[02/28/2018 - 10:49:05AM] [CF][Framework] Added skin ["Glow Deer" [Armor < (02002C04)>]] to race ["Deer" [Race <DLC1DeerGlowRace (0200D0B2)>]]
[02/28/2018 - 10:49:06AM] [CF][Framework][TAS] Registered ["Deer" [Race <DLC1DeerGlowRace (0200D0B2)>]]["Glow Deer" [Armor < (02002C04)>]] armors to mod "MNC"
[02/28/2018 - 10:49:06AM] [CF][TAS] Registering None / None for race falmer skin Falmer Warmonger
[02/28/2018 - 10:49:06AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (02002B16)>]] armors to mod "MNC"
[02/28/2018 - 10:49:06AM] [CF][TAS] Registering None / None for race falmer skin Falmer Female 1
[02/28/2018 - 10:49:06AM] [CF][Framework] Added skin ["" [Armor < (02002848)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:49:06AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (02002848)>]] armors to mod "MNC"
[02/28/2018 - 10:49:06AM] [CF][TAS] Registering None / None for race falmer skin Falmer Female 2
[02/28/2018 - 10:49:06AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (0200284B)>]] armors to mod "MNC"
[02/28/2018 - 10:49:06AM] [CF][TAS] Registering None / None for race falmer skin Falmer Vampire
[02/28/2018 - 10:49:06AM] [CF][Framework] Added skin ["" [Armor < (0200D980)>]] to race ["falmer" [Race <FalmerRace (000131F4)>]]
[02/28/2018 - 10:49:06AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (0200D980)>]] armors to mod "MNC"
[02/28/2018 - 10:49:06AM] [CF][TAS] Registering None / None for race Frozen Chaurus skin Frozen Chaurus
[02/28/2018 - 10:49:06AM] [CF][Framework] Added race ["Chaurus" [Race <DLC1_BF_ChaurusRace (02015136)>]]
[02/28/2018 - 10:49:06AM] [CF][Framework] Added skin ["Chaurus" [Armor < (02016125)>]] to race ["Chaurus" [Race <DLC1_BF_ChaurusRace (02015136)>]]
[02/28/2018 - 10:49:06AM] [CF][Framework][TAS] Registered ["Chaurus" [Race <DLC1_BF_ChaurusRace (02015136)>]]["Chaurus" [Armor < (02016125)>]] armors to mod "MNC"
[02/28/2018 - 10:49:06AM] [CF][TAS] Registering None / None for race Chaurus Hunter skin Chaurus Hunter
[02/28/2018 - 10:49:06AM] [CF][Framework] Added race ["ChaurusFlyer" [Race <DLC1ChaurusHunterRace (020051FB)>]]
[02/28/2018 - 10:49:06AM] [CF][Framework] Added skin ["ChaurusFlyer" [Armor < (020051FE)>]] to race ["ChaurusFlyer" [Race <DLC1ChaurusHunterRace (020051FB)>]]
[02/28/2018 - 10:49:07AM] [CF][Framework][TAS] Registered ["ChaurusFlyer" [Race <DLC1ChaurusHunterRace (020051FB)>]]["ChaurusFlyer" [Armor < (020051FE)>]] armors to mod "MNC"
[02/28/2018 - 10:49:07AM] [CF][TAS] Registering None / None for race Chaurus Hunter skin Chaurus Hunter Fledgling
[02/28/2018 - 10:49:07AM] [CF][Framework] Added skin ["ChaurusFlyer" [Armor < (020029A7)>]] to race ["ChaurusFlyer" [Race <DLC1ChaurusHunterRace (020051FB)>]]
[02/28/2018 - 10:49:07AM] [CF][Framework][TAS] Registered ["ChaurusFlyer" [Race <DLC1ChaurusHunterRace (020051FB)>]]["ChaurusFlyer" [Armor < (020029A7)>]] armors to mod "MNC"
[02/28/2018 - 10:49:07AM] [CF][TAS] Registering None / None for race falmer skin Winged Falmer Vampire
[02/28/2018 - 10:49:07AM] [CF][Framework][TAS] Registered ["falmer" [Race <FalmerRace (000131F4)>]]["" [Armor < (0200D981)>]] armors to mod "MNC"
[02/28/2018 - 10:49:07AM] [CF][TAS] Registering None / None for race Soul Cairn BoneMan skin Soul Cairn BoneMan
[02/28/2018 - 10:49:07AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC1BlackSkeletonRace (02019FD3)>]]["" [Armor < (020071CE)>]] armors to mod "MNC"
[02/28/2018 - 10:49:07AM] [CF][TAS] Registering None / None for race Soul Cairn Armored Skeleton skin Soul Cairn Armored Skeleton
[02/28/2018 - 10:49:07AM] [CF][Framework][TAS] Registered ["draugr" [Race <DLC1SoulCairnSkeletonArmorRace (0200894D)>]]["" [Armor < (0200894E)>]] armors to mod "MNC"
[02/28/2018 - 10:49:07AM] [CF][TAS] Registering None / None for race Soul Cairn Skeleton skin Soul Cairn Skeleton 01
[02/28/2018 - 10:49:07AM] [CF][Framework] Added race ["Skeleton" [Race <DLC1SoulCairnSkeletonNecroRace (02006AFA)>]]
[02/28/2018 - 10:49:07AM] [CF][Framework] Added skin ["" [Armor < (02006AFB)>]] to race ["Skeleton" [Race <DLC1SoulCairnSkeletonNecroRace (02006AFA)>]]
[02/28/2018 - 10:49:07AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC1SoulCairnSkeletonNecroRace (02006AFA)>]]["" [Armor < (02006AFB)>]] armors to mod "MNC"
[02/28/2018 - 10:49:07AM] [CF][TAS] Registering None / None for race Soul Cairn Skeleton skin Soul Cairn Skeleton 02
[02/28/2018 - 10:49:07AM] [CF][Framework] Added skin ["" [Armor < (02006AFC)>]] to race ["Skeleton" [Race <DLC1SoulCairnSkeletonNecroRace (02006AFA)>]]
[02/28/2018 - 10:49:08AM] [CF][Framework][TAS] Registered ["Skeleton" [Race <DLC1SoulCairnSkeletonNecroRace (02006AFA)>]]["" [Armor < (02006AFC)>]] armors to mod "MNC"
[02/28/2018 - 10:49:08AM] [CF][TAS] Registering None / None for race Armored Skeleton skin Armored Skeleton 00
[02/28/2018 - 10:49:08AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (020023E0)>]] armors to mod "MNC"
[02/28/2018 - 10:49:08AM] [CF][TAS] Registering None / None for race Armored Skeleton skin Armored Skeleton 01
[02/28/2018 - 10:49:08AM] [CF][Framework] Added skin ["" [Armor < (0201A151)>]] to race ["draugr" [Race <SkeletonArmorRace (020023E2)>]]
[02/28/2018 - 10:49:08AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (0201A151)>]] armors to mod "MNC"
[02/28/2018 - 10:49:08AM] [CF][TAS] Registering None / None for race Armored Skeleton skin Armored Skeleton 02
[02/28/2018 - 10:49:08AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (0201A153)>]] armors to mod "MNC"
[02/28/2018 - 10:49:08AM] [CF][TAS] Registering None / None for race Armored Skeleton skin Armored Skeleton 03
[02/28/2018 - 10:49:08AM] [CF][Framework] Added skin ["" [Armor < (0201A155)>]] to race ["draugr" [Race <SkeletonArmorRace (020023E2)>]]
[02/28/2018 - 10:49:08AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (0201A155)>]] armors to mod "MNC"
[02/28/2018 - 10:49:08AM] [CF][TAS] Registering None / None for race Armored Skeleton skin Armored Skeleton 04
[02/28/2018 - 10:49:08AM] [CF][Framework] Added skin ["" [Armor < (0201A157)>]] to race ["draugr" [Race <SkeletonArmorRace (020023E2)>]]
[02/28/2018 - 10:49:08AM] [CF][Framework][TAS] Registered ["draugr" [Race <SkeletonArmorRace (020023E2)>]]["" [Armor < (0201A157)>]] armors to mod "MNC"
[02/28/2018 - 10:49:08AM] [CF][TAS] Registering None / None for race Horse skin Arvak
[02/28/2018 - 10:49:08AM] [CF][Framework] Added skin ["" [Armor < (0200966C)>]] to race ["Horse" [Race <HorseRace (000131FD)>]]
[02/28/2018 - 10:49:08AM] [CF][Framework][TAS] Registered ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0200966C)>]] armors to mod "MNC"
[02/28/2018 - 10:49:09AM] [CF][TAS] Registering None / None for race Frost Atronach skin Ancient Frost Atronach
[02/28/2018 - 10:49:09AM] [CF][Framework] Added skin ["" [Armor < (0201612A)>]] to race ["Frost Atronach" [Race <AtronachFrostRace (000131F6)>]]
[02/28/2018 - 10:49:09AM] [CF][Framework][TAS] Registered ["Frost Atronach" [Race <AtronachFrostRace (000131F6)>]]["" [Armor < (0201612A)>]] armors to mod "MNC"
[02/28/2018 - 10:49:09AM] [CF][TAS] Registering None / None for race Wisp skin Wisp
[02/28/2018 - 10:49:09AM] [CF][Framework] Added race ["Witchlight" [Race <WitchlightRace (00013209)>]]
[02/28/2018 - 10:49:09AM] [CF][Framework] Added skin ["" [Armor < (00086F42)>]] to race ["Witchlight" [Race <WitchlightRace (00013209)>]]
[02/28/2018 - 10:49:09AM] [CF][Framework][TAS] Registered ["Witchlight" [Race <WitchlightRace (00013209)>]]["" [Armor < (00086F42)>]] armors to mod "MNC"
[02/28/2018 - 10:49:09AM] [CF][TAS] Registering None / None for race Soul Cairn Wisp skin Soul Cairn Wisp
[02/28/2018 - 10:49:09AM] [CF][Framework] Added race ["Witchlight" [Race <DLC1SoulCairnSoulWispRace (02002AE0)>]]
[02/28/2018 - 10:49:09AM] [CF][Framework] Added skin ["" [Armor < (02002AE7)>]] to race ["Witchlight" [Race <DLC1SoulCairnSoulWispRace (02002AE0)>]]
[02/28/2018 - 10:49:09AM] [CF][Framework][TAS] Registered ["Witchlight" [Race <DLC1SoulCairnSoulWispRace (02002AE0)>]]["" [Armor < (02002AE7)>]] armors to mod "MNC"
[02/28/2018 - 10:49:09AM] [CF][Framework] Reading file MNCClassic.json
[02/28/2018 - 10:49:09AM] [CF][Framework] Registered mod with ID "MNCClassic" and name "MNC Classic Meshes"
[02/28/2018 - 10:49:09AM] [CF][TAS] Registering None / None for race Dog skin Dog
[02/28/2018 - 10:49:09AM] [CF][Framework][TAS] Registered ["Dog" [Race <DogRace (000131EE)>]]["" [Armor < (0004B2C9)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:09AM] [CF][TAS] Registering None / None for race Dog (Follower) skin Dog
[02/28/2018 - 10:49:09AM] [CF][Framework][TAS] Registered ["Dog" [Race <DogCompanionRace (000F1AC4)>]]["" [Armor < (0004B2C9)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:09AM] [CF][TAS] Registering None / None for race Dog (Barbas) skin Dog
[02/28/2018 - 10:49:09AM] [CF][Framework][TAS] Registered ["Dog" [Race <DA03BarbasDogRace (000CD657)>]]["" [Armor < (0004B2C9)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:09AM] [CF][TAS] Registering None / None for race skeever skin skeever
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["skeever" [Race <SkeeverRace (00013201)>]]["" [Armor < (00016EE5)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race White Skeever skin White Skeever
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["skeever" [Race <SkeeverWhiteRace (000C3EDF)>]]["" [Armor < (000C3EE0)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race Werewolf skin Werewolf
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["Werewolf" [Race <WerewolfBeastRace (000CDD84)>]]["" [Armor < (000CDD86)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race Black Bear skin Black Bear
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["Cave Bear" [Race <BearBlackRace (000131E8)>]]["Cave Bear" [Armor < (000187FE)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race Brown Bear skin Brown Bear
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["Bear" [Race <BearBrownRace (000131E7)>]]["Brown Bear" [Armor < (000868FD)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race Snow Bear skin Snow Bear
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["Snow Bear" [Race <BearSnowRace (000131E9)>]]["Snow Bear" [Armor < (000187FD)>]] armors to mod "MNCClassic"
[02/28/2018 - 10:49:10AM] [CF][Framework] Reading file MNCLurkerAlt.json
[02/28/2018 - 10:49:10AM] [CF][Framework] Registered mod with ID "MNCLurkerAlt" and name "MNC Lurker with piercing"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race Lurker skin Lurker
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["Lurker" [Race <DLC2LurkerRace (04014495)>]]["" [Armor < (04014497)>]] armors to mod "MNCLurkerAlt"
[02/28/2018 - 10:49:10AM] [CF][Framework] Reading file MNCRescale.json
[02/28/2018 - 10:49:10AM] [CF][Framework] Registered mod with ID "MNCRescale" and name "MNC Rescaled Meshes"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race wolf skin wolf
[02/28/2018 - 10:49:10AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (0004E886)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:10AM] [CF][TAS] Registering None / None for race wolf skin Black Wolf
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02FB)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race wolf skin Summoned Wolf
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02F8)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race rabbit skin rabbit
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["rabbit" [Race <HareRace (0006DC99)>]]["rabbit" [Armor < (0006DC9B)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race Death Hound skin Death Hound
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1DeathHoundRace (0200C5F0)>]]["" [Armor < (02015FCE)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race Death Hound (Follower) skin Death Hound
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["Deathhound" [Race <DLC1DeathHoundCompanionRace (02003D02)>]]["" [Armor < (02015FCE)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race Armored Husky skin Armored Husky
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyArmoredRace (02018B33)>]]["Armored Husky" [Armor < (02018B31)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race Armored Husky (Follower) skin Armored Husky
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyArmoredCompanionRace (02003D01)>]]["Armored Husky" [Armor < (02018B31)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race Husky skin Husky
[02/28/2018 - 10:49:11AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Armored Husky" [Armor < (02018B37)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:11AM] [CF][TAS] Registering None / None for race Husky (Follower) skin Husky
[02/28/2018 - 10:49:12AM] [CF][Framework][TAS] Registered ["Dog" [Race <DLC1HuskyBareCompanionRace (020122B7)>]]["Armored Husky" [Armor < (02018B37)>]] armors to mod "MNCRescale"
[02/28/2018 - 10:49:12AM] [CF][Framework] Finished JSON registration
[02/28/2018 - 10:49:12AM] [CF][Framework] Cleared log Form DB
[02/28/2018 - 10:49:16AM] [CF][Main Quest] Player casting target puppet spell
[02/28/2018 - 10:49:16AM] [CF][Framework] Set puppet to ["goat" [Actor < (FF0040D7)>]]
[02/28/2018 - 10:49:17AM] 
[02/28/2018 - 10:49:17AM] =====iNeed (_sn) is finished refreshing itself and searching for addons!=====
[02/28/2018 - 10:49:17AM] 
[02/28/2018 - 10:49:18AM] SEXLAB - NOTICE: ValidateActor(Isabella) -- TRUE -- MISS
[02/28/2018 - 10:49:34AM] [CF][Framework] Set override arousal for creature ["goat" [Actor < (FF0040D7)>]] to $Stripped aroused
[02/28/2018 - 10:49:34AM] [CF][Framework] Triggering update for ["goat" [Actor < (FF0040D7)>]]
[02/28/2018 - 10:49:34AM] [CF][Creature] Update being forced on ["goat" [Actor < (FF0040D7)>]]; havingSex=False savedOverrideArousal=2 arousalSource=4
[02/28/2018 - 10:49:34AM] [CF][Creature] ["goat" [Actor < (FF0040D7)>]] aroused
[02/28/2018 - 10:49:34AM] [CF][Creature] Beginning armour/weapon stripping on ["goat" [Actor < (FF0040D7)>]]; stripArmor=False stripWeapons=TRUE
[02/28/2018 - 10:49:34AM] [CF][Creature] Finished armour/weapon stripping on ["goat" [Actor < (FF0040D7)>]]
[02/28/2018 - 10:49:37AM] [CF][Framework] Triggering update for ["goat" [Actor < (FF0040D7)>]]
[02/28/2018 - 10:49:37AM] [CF][Creature] Update being forced on ["goat" [Actor < (FF0040D7)>]]; havingSex=TRUE savedOverrideArousal=2 arousalSource=4
[02/28/2018 - 10:49:37AM] [CF][Creature] ["goat" [Actor < (FF0040D7)>]] aroused
[02/28/2018 - 10:49:37AM] [CF][Creature] Beginning armour/weapon stripping on ["goat" [Actor < (FF0040D7)>]]; stripArmor=False stripWeapons=TRUE
[02/28/2018 - 10:49:37AM] [CF][Creature] Finished armour/weapon stripping on ["goat" [Actor < (FF0040D7)>]]
[02/28/2018 - 10:49:40AM] [CF][TAS] Using armor None / None for male ["goat" [Actor < (FF0040D7)>]]
[02/28/2018 - 10:49:40AM] [CF][TAS] Using armor None / None for male ["goat" [Actor < (FF0040D7)>]]
[02/28/2018 - 10:49:40AM] [CF][Creature] Not equipping aroused armour on ["goat" [Actor < (FF0040D7)>]]; there is no aroused armour; gender=1
[02/28/2018 - 10:49:41AM] [CF][Creature] Not equipping aroused armour on ["goat" [Actor < (FF0040D7)>]]; there is no aroused armour; gender=1
[02/28/2018 - 10:49:50AM] [CF][Framework] Didn't activate actor ["Snow Fox" [Actor < (00105A3E)>]]; already has effect
[02/28/2018 - 10:49:53AM] VM is freezing...
[02/28/2018 - 10:49:53AM] VM is frozen
[02/28/2018 - 10:49:55AM] Log closed

 

Link to comment
22 minutes ago, tasairis said:

It looks like you're missing lots of files. Like, almost all of them. Are you sure you have everything installed and converted correctly?

I believe so, all hkx files were converted, the bsa file was extracted and placed into the Defeat directory. The rest of the files I left inside the directory untouched, since the instructions didn't mention having to do anything with the rest.

Link to comment
Just now, SakuyaFTW said:

I believe so, all hkx files were converted, the bsa file was extracted and placed into the Defeat directory. The rest of the files I left inside the directory untouched, since the instructions didn't mention having to do anything with the rest.

What about Zaz? All those zbf files are from Zaz and it sounds like they're not present at all - as in the mod itself isn't installed or activated.

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
×
×
  • 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