Difference between revisions of "Talk:Bethesda Tutorial Dialogue"

imported>Themaineman
imported>Acidtux
Line 172: Line 172:
==Beware of Alias Issues!==
==Beware of Alias Issues!==
I was doing everything correctly according to the tutorial, and yet my dialogue wasn't working. I looked for hours online at solutions involving microphone settings, recording silence, creating custom voice templates, and nothing solved my issue! My NPC just wouldn't initiate the dialogue window and just sat there spouting default "his" and "huhs". The issue actually had nothing to do with my dialogue, but with an alias issue. I had created aliases in which the actors were "initially disabled" in their actor settings, but the aliases weren't set to "allow disabled" in the quest alias settings. This must have caused a feedback loop that stopped my quest from functioning whatsoever, including dialogue! Set any initially disabled actors with aliases to "allow disabled" in your quest alias settings, and you should be good to go! Hope this helps!
I was doing everything correctly according to the tutorial, and yet my dialogue wasn't working. I looked for hours online at solutions involving microphone settings, recording silence, creating custom voice templates, and nothing solved my issue! My NPC just wouldn't initiate the dialogue window and just sat there spouting default "his" and "huhs". The issue actually had nothing to do with my dialogue, but with an alias issue. I had created aliases in which the actors were "initially disabled" in their actor settings, but the aliases weren't set to "allow disabled" in the quest alias settings. This must have caused a feedback loop that stopped my quest from functioning whatsoever, including dialogue! Set any initially disabled actors with aliases to "allow disabled" in your quest alias settings, and you should be good to go! Hope this helps!
== Compiling Issues ("Scripting Dialogue" Section of the tutorial) ==
I am following the tutorial and got stuck at the point where you have to copy/paste some script [[http://www.creationkit.com/Bethesda_Tutorial_Dialogue#Scripting_Dialogue]]:
After pasting the 2 lines of code I press the ''Compile'' button and get a ''Papyrus Errors'' window[http://www.freeimagehosting.net/gecr7] stating the following:
''Starting 1 compile threads for 1 files...''
''Compiling "TIF__070191F2"...''
''<unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flg''
''c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__070191F2.psc(3,0): Unknown user flag Hidden''
''No output generated for TIF__070191F2, compilation failed.''
''Batch compile of 1 files finished. 0 succeeded, 1 failed.''
''Failed on TIF__070191F2''
I guess the file '''TESV_Papyrus_Flags.flg''' is missing ? What could i possibly do to solve this issue, which is blocking my progression in quest making ?
Anonymous user