-
Posts
7 -
Joined
-
Last visited
Nexus Mods Profile
About nick10840

Profile Fields
-
Country
United States
nick10840's Achievements
-
Hello everyone. I'm going to be revamping the MCM menu for my mod and I'm also going to be rethinking my choices for the default settings. I would like to have the default settings set in a way so that the average person doesn't really even need to mess around in the MCM menu much. So I'm posting a few polls and linking this thread from my mod page with hopes that my users will vote on the settings that they use. Also, if anyone reads this and wants to try my mod and report back what they liked that would be appreciated as well. A quick overview of my mod: Everybody Loves Dovahkiin is a mod that gives the player the ability to convert normal NPCs into follower/marriage NPCs based on preconditions set in the MCM menu. When these preconditions are met (in dialogue mode), the player will see a dialogue option that, when chosen, will convert the NPC into a follower and/or marriage NPC. Link to my mod page: http://www.nexusmods.com/skyrim/mods/72588/? Settings in question: "Ignore In-Love": This will set the marriage filter to ignore NPCs who are in love with another NPC (i.e. Relationship Rank > 3 with someone other than the player). Note: Some married couples are not in love. If you leave this enabled and disable the other two, then it's possible to steal someone's wife/husband/boyfriend/girlfriend in a lore-friendly way. "Ignore Spouses": The marriage filter ignores NPCs that are married to other NPCs regardless of their relationship rank with each other. "Ignore Courting": The marriage filter ignores NPCs that are boyfriend/girlfriend with each other regardless of relationship rank. This will even filter the ones in "secret" relationships like Olfina Graymane and Jon Battle-Born. "Assistance": Setting this to enabled will adjust all followers to assist you in battle. Some of the non-vanilla follower NPCs will only attack an enemy if the enemy attacks them first... even if the enemy is attacking you. This is currently disabled by default to preserve vanilla AI (lore-friendliness). "Confidence": Adjusting the level of this setting adjusts all followers to the minimum confidence level you specify. Some of the non-vanilla follower NPCs are cowards. It doesn't matter if it's just a skeever attacking them, they will run around screaming and they won't defend themselves. Adjusting this setting only applies to NPCs who have a confidence level below whatever you set it to. For example, if you set it to "Average", a NPC is "Foolhardy" naturally will not be affected... only NPCs who are naturally "Cowardly" or "Cautious" will be affected in this example. Disabling this setting will preserve vanilla AI (lore-friendliness). Please use the poll to vote for you choices. The poll results will be what I use to make the default setting decisions. Please feel free to post any comments below. Thanks!
-
Papyrus: How to get dialog target reference?
nick10840 replied to nick10840's topic in Skyrim's Skyrim LE
Awesome. Thanks so much! -
I'm kind of new to this... So I'm sorry if this is obvious or a well known thing but all my googling efforts have not yielded anything usable. I'm trying to write a papyrus fragment for a topic info in a quest that I am working on. The dialog is pretty open ended in terms of which NPC I can be talking to and it could theoretically be any friendly NPC in the game. I am trying to get a reference to the Actor object of the NPC that I am speaking to. I tried using... Game.GetPlayer().GetDialogueTarget() but it always returns NONE when I use it in the begin or end script fragment of the topic info. I also tried using the OnStoryDialogue event for a quest script that I attached to the quest in Creation Kit but it doesn't seem to be triggering in game. I put a debug notification in the event and I do not see it when I enter the quest dialog with an NPC. Maybe I'm not linking them up right... Any ideas?
-
Wow really? I've never even heard of that mod.... Does it normally come packaged with another mod? Because I never installed it myself unless it came with something like Sky UI. You are definitely right though. I thought this was part of the vanilla Skyrim UI since I never specifically installed it and I never really used the console until after I started modding. Thanks for your help.
-
I just checked my papyrus log.... with a clean vanilla save and fresh install I am getting this.... [02/04/2014 - 11:16:11PM] Papyrus log opened (PC)[02/04/2014 - 11:16:11PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[02/04/2014 - 11:16:11PM] Memory page: 128 (min) 512 (max) 76800 (max total)[02/04/2014 - 11:16:20PM] Cannot open store for class "dlc1scwispwallscript", missing file?[02/04/2014 - 11:16:20PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[02/04/2014 - 11:16:27PM] error: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0301AAC8) because their base types do not match[02/04/2014 - 11:16:27PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (03016E02) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027110) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027112) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027113) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027117) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027115) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027114) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (03017E85) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027111) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (0302710F) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027116) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to (0301DC33) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:27PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] VM is freezing...[02/04/2014 - 11:16:28PM] VM is frozen[02/04/2014 - 11:16:28PM] Reverting game...[02/04/2014 - 11:16:28PM] error: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0301AAC8) because their base types do not match[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027110) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027112) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027113) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027117) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027116) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027115) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027114) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (0302710F) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to (0301DC33) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (03017E85) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (03016E02) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:28PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (03027111) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:32PM] Loading game...[02/04/2014 - 11:16:32PM] VM is thawing...[02/04/2014 - 11:16:32PM] [DLC1VQ03ManageFactions <DLC1VQ03Hunter (020098CB)>]manage factions[02/04/2014 - 11:16:32PM] [byohhousescript <BYOHHousePale (04010BEE)>]OnInit[02/04/2014 - 11:16:32PM] [DLC1VQ03ManageFactions <DLC1VQ03Vampire (02004C3D)>]manage factions[02/04/2014 - 11:16:32PM] [byohhousescript <BYOHHouseFalkreath (0400305E)>]OnInit[02/04/2014 - 11:16:33PM] PATCH 1.9 QUEST HAS STARTED[02/04/2014 - 11:16:33PM] PATCH 1.6 QUEST HAS STARTED[02/04/2014 - 11:16:33PM] [DLC2_QF_DLC2_MQ04_02016E02 <DLC2Init (03016E02)>] DLC2Init quest START[02/04/2014 - 11:16:33PM] ---BYOH Adoption System has started.---[02/04/2014 - 11:16:33PM] DLC1: Starting DLC1 Initialization quest.[02/04/2014 - 11:16:33PM] [DLC1_2StateActivatorWithGlobal < (02017D59)>]: SetOpen called with abOpen = False[02/04/2014 - 11:16:33PM] [DLC2PillarBuilderActorScript < (030177DD)>]OnPackageStart()[02/04/2014 - 11:16:33PM] [DLC2PillarBuilderActorScript < (03018FA1)>]OnPackageStart()[02/04/2014 - 11:16:33PM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()[02/04/2014 - 11:16:33PM] [DLC2PillarBuilderActorScript < (03018FC3)>]OnPackageStart()[02/04/2014 - 11:16:33PM] [DLC2PillarBuilderActorScript < (03018FCF)>]OnPackageStart()[02/04/2014 - 11:16:33PM] [DLC2PillarBuilderActorScript < (03018FD0)>]OnPackageStart()[02/04/2014 - 11:16:33PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property[02/04/2014 - 11:16:33PM] RNPC: Initiating NPC mental model.[02/04/2014 - 11:16:33PM] [byohhousescript <BYOHHousePale (04010BEE)>]OnInit[02/04/2014 - 11:16:33PM] [byohhousescript <BYOHHouseHjaalmarch (0400BE09)>]OnInit[02/04/2014 - 11:16:33PM] [byohhousescript <BYOHHouseHjaalmarch (0400BE09)>]OnInit[02/04/2014 - 11:16:33PM] [byohhousescript <BYOHHouseFalkreath (0400305E)>]OnInit[02/04/2014 - 11:16:33PM] [DLC1InitScript <DLC1Init (02002C09)>]: appending explosive gas formlists[02/04/2014 - 11:16:33PM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1B5)>] is being added to list [FormList < (00082E17)>][02/04/2014 - 11:16:33PM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1B0)>] is being added to list [FormList < (00082E17)>][02/04/2014 - 11:16:33PM] Updating Orphanables Status: ------------------------[02/04/2014 - 11:16:33PM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1BA)>] is being added to list [FormList < (00082E17)>][02/04/2014 - 11:16:33PM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1B5)>] is being added to list [FormList < (00109E7B)>][02/04/2014 - 11:16:33PM] error: Cannot add a None inventory event filter to this reference aliasstack:[alias Player on quest BYOHHouseBuilding (0400305D)].BYOHHouseBuildingPlayerScript.AddInventoryEventFilter() - "<native>" Line ?[bYOHHouseBuilding (0400305D)].BYOH_QF_BYOHHouseBuilding_0100305D.Fragment_0() - "BYOH_QF_BYOHHouseBuilding_0100305D.psc" Line 177[02/04/2014 - 11:16:33PM] DLC2InitCrossDLCScript found: [QF_DLC01VQ01_0100352A <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (040042B4)>][02/04/2014 - 11:16:33PM] Arvak: Adding [WorldSpace <DLC2SolstheimWorld (03000800)>] to [FormList < (0100099B)>][02/04/2014 - 11:16:33PM] [DLC2InitCrossDLCScript <alias Player on quest DLC2Init (03016E02)>] found Durnehviir in Dawnguard.esm[02/04/2014 - 11:16:34PM] Now updating Hearthfire content.[02/04/2014 - 11:16:34PM] [[Actor < (0001A66B)>], [Actor < (0001A6AC)>], [Actor < (00019A2D)>], [Actor < (00013484)>], [Actor < (0001C18F)>], [Actor < (000199B4)>], [Actor < (0001348B)>], [Actor < (00019E10)>], [Actor < (0001B08F)>], [Actor < (000198DB)>], [Actor < (000198A4)>], [Actor < (0001A6AE)>], [Actor < (000199D0)>], [Actor < (0001A636)>], None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None] 100[02/04/2014 - 11:16:34PM] Now checking: [Actor < (0001A66B)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (0001A6AC)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (00019A2D)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (00013484)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (0001C18F)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (000199B4)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (0001348B)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (00019E10)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (0001B08F)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (000198DB)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (000198A4)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (0001A6AE)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (000199D0)>][02/04/2014 - 11:16:34PM] Now checking: [Actor < (0001A636)>][02/04/2014 - 11:16:34PM] Now checking: None[02/04/2014 - 11:16:34PM] Done updating Hearthfire content.[02/04/2014 - 11:16:34PM] [DLC2_QF_DLC2_MQ04_02016E02 <DLC2Init (03016E02)>] DLC2Init quest DONE[02/04/2014 - 11:16:35PM] -------------------[02/04/2014 - 11:16:38PM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()[02/04/2014 - 11:16:41PM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()[02/04/2014 - 11:16:46PM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()[02/04/2014 - 11:16:59PM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()[02/04/2014 - 11:17:04PM] VM is freezing...[02/04/2014 - 11:17:04PM] VM is frozen
-
Whenever I open the console and click on an object, I don't get the normal informational menu. I should be able to click and object such as an NPC then press tab and then I should see an informational menu for that object.... instead all all I get is the ID printed to the console and nothing happens if I press tab. For example, in the top middle part of the console it displays something like "(0001a67e) instead of getting the normal information menu when I click on a NPC. I thought it was one of my mods... So I uninstalled them all... It was still happening. So I uninstalled Skyrim and deleted all my local files including my documents, ini files and appdata then reinstalled with steam. I even had steam verify the integrity of the install files. I'm still getting having the same problem. I'm completely stumped. Does anyone have any idea why I'm not getting the normal menu? I'm attaching a screen shot. This happens with every object I click on while the console is up, items, NPCs, etc. All I get is the ID printed to the console... no menu. This is really weird because I've been playing for a month and I've never had this happen and now it is happening even with a completely clean install and a brand new vanilla save file.
-
Whenever I move the camera everything gets slightly darker and blurry. It's really bugging me. I reverted to a totally vanilla install and messed with all the settings I could think of (radial blur, etc.). I've been trying to figure it out for a few days. I can not get this to go away. I made a video and posted it to youtube so you guys can see what I am talking about. You'll have to set to 1080p and watch in full screen to really see what I am talking about. Does anyone have any idea of how to make this go away? I'm kind of new to PC gaming so I'm not totally familiar with all the graphical settings. http://youtu.be/OQecviDLUOo