Jump to content

[LE] Quest Aliases not loading ingame?


Dyiing

Recommended Posts

Hi all, having some trouble getting quest markers and log entry to work.

 

The quest initiates correctly from OnRead, and the stages are updated correctly. The only issue is that the aliases are seemingly not being initialised correctly in-game, same with log entries. They are being set to NONE, causing my references to not be highlighted.

Here is what my quest aliases look like in the kit: http://i.prntscr.com/Kswz6AamR_CPRu1WwB5KCg.png

Here is what it shows in console when i look under SQV: http://i.prntscr.com/mByc5HdqSBqQZqMBI-PXnQ.png

 

I'm not sure why they are being set to NONE. I've already had this issue happen yesterday on a separate .esp. I deleted it and made a "test quest" and it worked correctly. Tried making the real quest again today and it's happening again. I'm tired of starting over :sad: I assume it has to do with some sort of loading process not working correctly, but I can't figure it out exactly. I followed a tutorial that said I should try using an older save and then unload the file, but that didn't work. I also have a SEQ file generated if that affects anything.

 

Any tips or personal experience with this issue is super appreciated. This has been tearing me apart!

Solved: My issue was with not checking "Allow dead" on the actor alias. Since the actor spawned dead it was causing some issues!

If this happens to you, make sure you look through the check boxes under the alias. Also helps if you delete all the aliases and try them one-by-one.

Edited by Dyiing
Link to comment
Share on other sites

When creating a ref, the ref doing the creating has to be before the creation. In other words, there as your first shot shows, only the Journal can create the Will, and I cant tell there if you set it that way or not. Aside, also make sure the quest is actually running and any prereqs met

 

Hope that helps, and I only skimmed so sorry in advance if I was redundant

Link to comment
Share on other sites

When creating a ref, the ref doing the creating has to be before the creation. In other words, there as your first shot shows, only the Journal can create the Will, and I cant tell there if you set it that way or not. Aside, also make sure the quest is actually running and any prereqs met

 

Hope that helps, and I only skimmed so sorry in advance if I was redundant

Thanks for the reply. That does make sense, however initially the first ref I created was the Actor, then placed the will inside the actor. It didn't work that way so I deleted the actor, but then realised that I needed it again.

 

The quest is at stage 10 while I'm testing it, and there are no pre-requisites to start the quest. Like mentioned, I made a "test" which was a small quest that had the same journal/note system, and it worked correctly.

 

Edit: I tried re-arranging the aliases in the correct order, and it looks like it's returned NULL for some of them?

New return from console: http://i.prntscr.com/1jdHh1ZMTVSGEQ6miR0FkA.png

 

It looks like one reference was correctly placed, so I'll play around and see what happens :p

Edited by Dyiing
Link to comment
Share on other sites

OMG! I managed to get it working somehow without restarting again! Well... Kinda..

 

Through trial-and-error I found out that it starts breaking when I add a Unique Actor fill type. If I use specific references, it works 100%, until I try adding an actor in. That kinda sucks, because I need an actor for the Reference to Object to work :/

 

I'll edit this post again if I find more information

Edit: Ok, my issue was that I did not enable the "Allow Dead" check on the actor (who spawns dead). Ticked that and now it's working like a charm!

Edited by Dyiing
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...