Jump to content

MackenzieBeyer

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by MackenzieBeyer

  1. Hi there, I've been struggling pretty bad with scene creation for Skyrim. I am trying to make a simple scene with dialogue between two npcs, with a couple packages running. However, no matter what I do or change, only the first phase plays out, after that, they stand there just awkwardly staring at each other. There was only one time the second NPC said her line in the second phase, but it seemed random as to why. This scene is within the parent quest. I have tried making a simple Actor Dialogue Event to see if that worked instead; ran into the same problem. I attached screenshots of the scene. I'm sure I'm doing something wrong, but for the life of me, I can't figure out what. Any help would be much appreciated.
  2. So I'm wanting to do a script where, if the player's health falls below 20, a custom companion will "spawn" creatures to help you. Does anyone know how to do this?
  3. So I'm trying to have an NPC become your companion after you complete a quest, so I created this script and attached it to the actor. Scriptname rubeyhasbeencompanion extends Actor Const Quest Property animalsisters Auto Const Faction Property CurrentCompanionFaction Auto Const Actor Property Rubey Auto Const Event if animalsisters.GetStageDone(30) == 1 rubey.setfactionrank(currentcompanionfaction, -1) EndEvent Endif But I keep getting EOF errors and "Object reference not set to an instance of an object." Can someone tell me what I'm doing wrong here? I'm just trying to add them to the appropriate faction
  4. That still didn't work. For some reason, the quest stops, but the graphic doesn't come up on the screen saying I've completed it. And the previous objective is still in the pipboy. But it says it's at stage 30
  5. Shouldn't the set parent quest stage do that though? This has literally never happened to me before
  6. So I'm pretty experienced in making quest mods, I've made 4 before, which is why I'm so dumbfounded by this. I made a simple quest and when an NPC says something, the quest is supposed to end. I've attached screenshots of everything. But when I go in game and SQV the quest, it says it's at stage 30 (the completed stage) but is still in the pipboy and is still running. Any help would be appreciated.
  7. Hello, I really want to make my exterior cell nighttime 24 hours a day. Is there a way to do that?
  8. So I've created an NPC and given him a list of spells to use. I've given him the right class, combat style, etc. But he won't use any of the spells I've given him. He just uses a sword. Any way to fix this?
  9. So I'm creating workshops in the creation kit. The first one I created was in Vault 75, and that one works perfectly. However, I've tried making workshops in Vault 81 and 95, and everything seems to be working, until I create a thing and place it. When I make a bed and put in down in game, it's invisible. It has collision, it says I've placed a bed, you can even sleep in it, yet you cannot see it. I'm not sure why everything works great in Vault 75 but not the others. Any help would be appreciated, thanks.
  10. What is the proper keyword for the WorkshopRelaxationArea?
  11. Hello, I'd like to know how to add a workshop bench to an already existing location in Fallout 4. For example, how would I go about making a place like Acadia a full on settlement with residents, building mechanics, and caravans? Thanks
  12. I would do that, but the engine crashes when I click on my worldspace, so I can't even get to the checkbox.
  13. I was trying to make the map for my worldspace. So under the Worldspace tab, I checked "Use Map" or something like that. that's when it started.
  14. Hello, I made a custom worldspace months ago, and have been working on it everyday. Though suddenly, now when I go to World < Worldspaces and then click on mine, the CK crashes. Even when I COC to it in game, it just stays stuck on an endless loading screen. However, I can edit the worldspace in the render window. Please help, Thank you.
  15. @werr92 I know that this is an old thread, but I downloaded Notepad ++ for Fallout 4 and set it up like I was supposed to. But every time I try to compile scripts, I get the error "Can't find the compiler executable" I have no idea what that means.
  16. So I'm trying to create an OnDeath script on a quest stage instead of on an actor. I gave the quest a property and the actor a property but it still won't compile. Any ideas? Here's the code: Event OnDeath (ActorAnnaBad akKiller) FBE.SetObjectiveDisplayed(200) FBE.SetStage(200) EndEvent Here's the error: Starting 1 compile threads for 1 files... Compiling "Fragments:Quests:QF__0101A44C"... C:\Users\mcb59\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF__0101A44C.psc(283,0): mismatched input 'Event' expecting ENDFUNCTION No output generated for Fragments:Quests:QF__0101A44C, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on Fragments:Quests:QF__0101A44C
  17. I'm trying to make two NPCs start a conversation together without the player involved. How exactly do I go about that? I gave them their own scene, made them respond to each other but nothing happens.
  18. No need to have such an attitude. Didn't ask for your help in particular. So I relieve you of your duties. Thanks so much for your help!!
×
×
  • Create New...