Jump to content

Help modifying a quest


Recommended Posts

Well first I'd look into getting your CK properly setup. IE extracting the scripts.zip to the right place. if you extract the scripts.zip into the data folder as it is intended to be you'll have a structure like this:

 

SteamApps\common\Skyrim Special Edition\Data\Source\Scripts\*.psc

 

If you're moving them to Data\Scripts\Source the SSE CK won't find them without a special ini edit to get it to look in the old place. Since I don't use either of those 2 I can't help with the ini edit. But once it is extracted properly loading up the CK should give you the script sources for the quests you're interested in. Then you can take a peek at stage 200 of the bard quests where it does the dirty work.

 

There's some 13,498 scripts included in the scripts.zip that came with my CK install. That was packed by Beth on 10/03/2017.

Link to comment
Share on other sites

I closed the CK to make sure it loaded the scripts. Everything is loading except the Bard Drum quest.

 

I uninstalled it and reinstalled. It asked if I wanted to extract the scripts and it works now. Thanks BigAndFlabby

 

For the quest Filial Bonds, it says:

 

SetObjectiveCompleted(20)

Alias_Wulf.GetActorReference().SetRelationshipRank(Game.GetPlayer(), 1)

int count = 0
while (count < Skills.length)
Game.IncrementSkill(Skills[count])
count += 1
endWhile

AchievementsQuest.IncSideQuests()

SetStage(200)

Do I delete the whole middle sections starting with int count = 0 down to endWhile?

Link to comment
Share on other sites

  • 2 weeks later...
  • Recently Browsing   0 members

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