Jump to content

cdo947214

Premium Member
  • Posts

    231
  • Joined

  • Last visited

Everything posted by cdo947214

  1. NVIDIA in the C drive. Starfield in the D drive.
  2. Starfield is in my D drive. The data drive as opposed to the C drive (OS drive).
  3. I apologize if I'm in the wrong forum. Starfield has been very laggy for me. I have a ROG gaming laptop GL 702VI. My graphics card is a NVIDIA GeForce GTX 1080.
  4. I'm working on my mod in the CK, and events are to occur as follows. At Stage 40, the player is supposed to find a decapitated body of an npc, but the npc remains intact even though the scripts compiled. The second problem is that there is there is a boss fight. After the boss is killed, you find a holotape on him. Listening to it advances the stage to 45, and then you talk to a companion. The stage advances just fine, but the companion just gives his generic greeting so now it won't advance to stage 50. Pictures attached here and in replies...
  5. First, how do I make an essential npc non essential. What properties do I need to set, and what do I write in the fragment box in the quest stages tab.? Second, how to I advance a stage upon entering a cell?
  6. I have an alias and a reference alias property for the npc set up, but I don't understand what all this "string" and "bool" stuff is. Do I need to create more properties? What exactly do I write into the fragment box? I've tried... ActorID.Dismember( "Head1", false, true, false ) npcAlias.Dismember( "Head1", false, true, false ) ...both with and without quotes on "head1" Nothing compiled.
  7. Is there any way to use the fragment, (npcAlias.GetReference() as Actor).kill() to make the npc die a certain way? (ie lose an arm, etc.)
  8. Not sure if I'm in the right forum. I've been playing Skyrim AE, and I've run into a problem with the "blood in the water" quest.
  9. Collecting vinyl records.
  10. I received an auto-renew email from something called Wondershare saying "Your Wondershare TunesGo (Win) - iOS Devices Individual Annual Plan will be renewed automatically.." I don't remember signing up for this. When I try to cancel, there is a sign in prompt, and none of my passwords work. is this a scam?
  11. Nevermind. I swapped the order around a bit, and it works now. Very strange.
  12. So I decided to do the default alias thing on just the one guy, move the second guy outside the door into the world, and call it a day. (He's disappeared, but that's another problem for another day.) Three things were supposed to happen when I killed the first guy and the the stage moved from 20 to 25... 1. Another character was to be enabled (That worked) 2. The quest shows stage 25 (That worked) 3. A new quest starts at stage 5 where I talk to the new character in the room. I clicked on properties created a quest const for the new quest and typed in NewQuestName.SetStage(5) and NewQuestName.SetActive(). Everything compiled fine, but it didn't do anything in game.
  13. how do I set the stage to 25 though? Is there a way I can do this in the alias tab like when a single alias dies.
  14. For Fallout 4, how do I do a default alias on death, when 2 or more aliases need to die for the quest to advance?
×
×
  • Create New...