Difference between revisions of "Arcane University:Implementation Troubleshooting Reference"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(Created page with "{{Trail|Implementation}} This page can be used to troubleshoot any kinds of issues that you encounter during implementation. Usually there are various different aspects that...")
 
Line 9: Line 9:
 
===Quest doesn't start===
 
===Quest doesn't start===
 
* Check that your aliases fill correctly (using the sqv console command to check which aliases are filled & temporarily flagging all aliases as optional in case the quest doesn’t start to confirm which aliases don’t fill exactly)
 
* Check that your aliases fill correctly (using the sqv console command to check which aliases are filled & temporarily flagging all aliases as optional in case the quest doesn’t start to confirm which aliases don’t fill exactly)
** The alias that doesn’t fill is filled via...
+
** <div id="AliasNotFilling"/>The alias that doesn’t fill is filled via...
 
*** '''Specific Reference:''' Make sure the reference isn’t disabled, use “Allow Disabled” in this case
 
*** '''Specific Reference:''' Make sure the reference isn’t disabled, use “Allow Disabled” in this case
 
*** '''Unique Actor:''' Make sure the placed actor ref has a persistence location
 
*** '''Unique Actor:''' Make sure the placed actor ref has a persistence location
Line 23: Line 23:
 
* If your text is supposed to show an alias
 
* If your text is supposed to show an alias
 
** Make sure the alias and the text replacement bit have the same name
 
** Make sure the alias and the text replacement bit have the same name
** Make sure the alias is filled using sqv (If it doesn’t fill, check here)
+
** Make sure the alias is filled using sqv (If it doesn’t fill, check [[#AliasNotFilling|here]])
 
** Make sure the alias uses the “Stores Text” and "Uses Stored Text" flags
 
** Make sure the alias uses the “Stores Text” and "Uses Stored Text" flags
 
* If your text is supposed to show a Global Variable
 
* If your text is supposed to show a Global Variable
Line 42: Line 42:
  
 
==Package doesn’t work==
 
==Package doesn’t work==
* Make sure the package is actually running (Use More Informative Console to check)
+
* Make sure the package is actually running (Use [https://www.nexusmods.com/skyrimspecialedition/mods/19250 More Informative Console] to check)
 
* Make sure navmesh is available where the package is running, you can use the navmesh test tool for that
 
* Make sure navmesh is available where the package is running, you can use the navmesh test tool for that
 
* If the package is attached to a quest alias, makes sure the quest is running
 
* If the package is attached to a quest alias, makes sure the quest is running
Line 54: Line 54:
  
 
==Merchant doesn’t sell==
 
==Merchant doesn’t sell==
* Ensure they are in CYRJobMerchantFaction and in a specialised CYRJob faction from this list
+
* Ensure they are in the main JobMerchantFaction and in a specialized Job faction
* Do they have a CYRServices faction that has the vendor feature enabled?
+
* Do they have a Services faction that has the vendor feature enabled?
 
** Is it currently inside the start and end hours? Is the start hour smaller than the end hour?
 
** Is it currently inside the start and end hours? Is the start hour smaller than the end hour?
 
** Are they in the location and radius of their vendor location?
 
** Are they in the location and radius of their vendor location?
Line 67: Line 67:
 
** Make sure you’ve at least once filled this book to an alias with the flags “Stores Text” and "Uses Stored Text". You can do this either by:
 
** Make sure you’ve at least once filled this book to an alias with the flags “Stores Text” and "Uses Stored Text". You can do this either by:
 
*** Creating the book object in the alias
 
*** Creating the book object in the alias
*** Force the book reference to an alias
+
*** [https://ck.uesp.net/wiki/ForceRefTo_-_ReferenceAlias Force] the book reference to an alias
  
  

Revision as of 14:02, 24 May 2024

< Arcane University:Implementation

This page can be used to troubleshoot any kinds of issues that you encounter during implementation.

Usually there are various different aspects that can cause certain issues, which is why a list of possible solutions to check for are presented.

Quest

Quest doesn't start

  • Check that your aliases fill correctly (using the sqv console command to check which aliases are filled & temporarily flagging all aliases as optional in case the quest doesn’t start to confirm which aliases don’t fill exactly)
    • <div id="AliasNotFilling"/>The alias that doesn’t fill is filled via...
      • Specific Reference: Make sure the reference isn’t disabled, use “Allow Disabled” in this case
      • Unique Actor: Make sure the placed actor ref has a persistence location
    • Make sure the aliases are not reserved elsewhere, use the “Allow Reserved” flag in this case
    • Make sure your alias doesn’t reference aliases in its “Fill Type” that are listed down below your alias in the quest
  • If the quest is a start game enabled, try pressing F5 for quicksave and F9 for quickload and see if it works now. This means the SEQ file needs to be updated.
  • If your quest is a story manager event quest:
    • Make sure your quest is considered to start, there might be other quests in the story manager tree that don’t use “Shares Event” and consume the whole event without giving your quest even the opportunity to start
    • Enable the SM log via ini tweaks and check if your quest shows up there
    • Remove the event from the quest and check if it starts via the startgame command

Quest Objective shows [...] for Text Replacement

  • If your text is supposed to show an alias
    • Make sure the alias and the text replacement bit have the same name
    • Make sure the alias is filled using sqv (If it doesn’t fill, check here)
    • Make sure the alias uses the “Stores Text” and "Uses Stored Text" flags
  • If your text is supposed to show a Global Variable
    • Make sure the global is added to the quest global list on the “Quest Data” tab


Dialogue

Dialogue doesn’t show up

  • Check the quest with your dialogue is running (see section Question doesn’t start above, especially the part about start game enabled quests)
  • Ensure the conditions on your starting topic are valid (Temporarily remove all conditions but the speaker condition to be sure)
  • Does the actor show up as speaker in any one of the responses? If not, the conditions are not valid.
  • Does the actor who should speak have a voice type assigned?
  • Is other dialogue playing instead? Maybe the other dialogue is blocking your dialogue due to higher dialogue and/or quest priority


Package

Package doesn’t work

  • Make sure the package is actually running (Use More Informative Console to check)
  • Make sure navmesh is available where the package is running, you can use the navmesh test tool for that
  • If the package is attached to a quest alias, makes sure the quest is running
  • If the quest has an “owning quest” set - make sure you only use it in scenes or on quest aliases in that quest.
  • Make sure the NPC is persistent where it should run the package (via quest alias or persistence location)

UseWeapon doesn’t work / NPC doesn’t hit

  • Check if the NPC has an attack race set. It should usually be equivalent to the race of the NPC itself. You may want to check in xEdit to be sure.

NPC

Merchant doesn’t sell

  • Ensure they are in the main JobMerchantFaction and in a specialized Job faction
  • Do they have a Services faction that has the vendor feature enabled?
    • Is it currently inside the start and end hours? Is the start hour smaller than the end hour?
    • Are they in the location and radius of their vendor location?
  • Do they have a default voice type assigned?


Book

Book shows [...] for Text Replacement

  • If your text is supposed to show an alias
    • Make sure you’ve at least once filled this book to an alias with the flags “Stores Text” and "Uses Stored Text". You can do this either by:
      • Creating the book object in the alias
      • Force the book reference to an alias


Misc

Player is always trespassing in interior

  • Make sure the package they use has an unlock door procedure and the variable “Unlock on arrival” is set to true (usually that's part of a sandbox package)
  • Make sure the cell has a lock list and owner faction and is not set to “Off Limits”
  • Make sure the cell door is locked