Editing Arcane University:Implementation Troubleshooting Reference

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 7: Line 7:
 
=Quest=
 
=Quest=
  
==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 the status of your quest with the <code>sqv</code> console command, which takes the editor ID of the quest as a parameter. For example, the Bendu Olo tutorial on the Creation Kit wiki names the quest <code>GSQ01</code>, so ''for that quest'' the command would be <code>sqv gsq01</code>. You will need to replace <code>gsq01</code> with the editor ID of your quest, if it is different.
 
 
 
'''Start Game Enabled quests have unusual behavior with this command.''' For most quests, if the output of <code>sqv</code> says the quest is running, then it is running. However, Start Game Enabled quests ''always'' say they are running, even if they actually aren't.
 
 
 
* If the quest is Start Game Enabled...
 
**If at least one of the quest aliases is filled, or '''all''' of the aliases are optional, then the quest is running
 
**If all of the aliases are unfilled (they say <code>NONE</code> beside their name), and any of the aliases is required, the quest is '''not''' running. Proceed below for troubleshooting.
 
* If the quest is ''not'' Start Game Enabled...
 
**If the output of the <code>sqv</code> command says the quest is running, then it is running.
 
**If the output of the <code>sqv</code> command says <code>Stopped</code>, proceed below for troubleshooting.
 
 
 
 
 
* Check that your aliases fill correctly (using the <code>sqv</code> 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"></div>The alias that doesn’t fill is filled via...
 
** <div id="AliasNotFilling"></div>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
Line 27: Line 14:
 
** Make sure the aliases are not reserved elsewhere, use the “Allow Reserved” flag in this case
 
** 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
 
** 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 [[Arcane_University:Seq_Guide|SEQ]] file needs to be updated.
+
* 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:
 
* 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
 
** 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
Line 39: Line 26:
 
** 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
** Make sure the name of the global matches the reference in the objective
 
 
** Make sure the global is added to the quest global list on the “Quest Data” tab
 
** Make sure the global is added to the quest global list on the “Quest Data” tab
 +
  
 
=Dialogue=
 
=Dialogue=
  
 
==Dialogue doesn’t show up==
 
==Dialogue doesn’t show up==
* Check the quest with your dialogue is running (see section Quest doesn’t start [[Arcane_University:Implementation_Troubleshooting_Reference#Quest_doesn.27t_start|here]], especially the part about start game enabled quests)
+
* 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)
 
* 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 show up as speaker in any one of the responses? If not, the conditions are not valid.

Please note that all contributions to Beyond Skyrim are considered to be released under the Creative Commons Attribution-ShareAlike (see Beyond Skyrim Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: