TwistedVanguard Posted February 13, 2018 Share Posted February 13, 2018 I'm attempting to remove any skill increases from quest rewards. Most quests are easy to find where the skill points are given but I can't find where the skill points are given for the bard quests. Doesn't help that most of them say CODE NOT LOADED. If anyone can point me to them I would appreciate it. Link to comment Share on other sites More sharing options...
TwistedVanguard Posted February 21, 2018 Author Share Posted February 21, 2018 Still need help with this. Link to comment Share on other sites More sharing options...
JonathanOstrus Posted February 21, 2018 Share Posted February 21, 2018 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 More sharing options...
TwistedVanguard Posted February 22, 2018 Author Share Posted February 22, 2018 I have the scripts put into several different folders to try and fix it. The drum quest still won't load but the rest are loading now. Link to comment Share on other sites More sharing options...
JonathanOstrus Posted February 22, 2018 Share Posted February 22, 2018 Are you closing CK and reopening between moves? It looks for the files at launch time and if it doesn't find them it won't until you close and reload CK. This is a typical step people miss. Link to comment Share on other sites More sharing options...
TwistedVanguard Posted February 22, 2018 Author Share Posted February 22, 2018 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 = 0while (count < Skills.length) Game.IncrementSkill(Skills[count]) count += 1endWhileAchievementsQuest.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 More sharing options...
TwistedVanguard Posted March 4, 2018 Author Share Posted March 4, 2018 Any help with that last one? Link to comment Share on other sites More sharing options...
JonathanOstrus Posted March 4, 2018 Share Posted March 4, 2018 Yes. Deleting those lines will remove the skill advancement for that stage. Link to comment Share on other sites More sharing options...
Recommended Posts