ChicagoWiz Posted January 16, 2013 Share Posted January 16, 2013 I have the basics covered in creating quests, now comes the hard part of finding information on how to do specific things. My first desired foray is to do something related to the Civil War, depending on if the player is allied with the Imperials or Stormcloaks. Whew, looking at the CW Scripts gives you a huge insight into some interesting possibilities for this game, but no clear sense of direction on how to do things related to the Civil War... and nothing really in the tutorials that I can Google. Does anyone have any links to blog posts or forum threads on modding against the Civil War framework in Skyrim? Maybe the basics like:How to tell if player is aligned with Imperials or Stormcloaks/Sons of SkyrimHow to tell if CW is over and who "won"What stages of the CW are you in (so your mod doesn't break the CW questline)How to tell which side a Hold is currently aligned with? Mostly informational for now. Reading scripts and parsing source code doesn't scare me so much, but I'd like to have a starting point of what works/what was really used and what can I do without killing Skyrim. Thanks! Link to comment Share on other sites More sharing options...
SinderionsBones Posted January 16, 2013 Share Posted January 16, 2013 1. According to some script comments, most things check if the player is in the CWImperialFaction or the CWSonsFaction.2. It looks like the quest called simply CW tracks your civil war progress in a very general way. There are probably several others that do it better, and better track specific parts.3. Same idea as 2. You'd have to familiarize yourself with the quests a bit. 4. And this is also a general recommendation: Look through the script CWScript. I think it will answer a lot of your questions. That's all from a 5 minute glance in the CK. Link to comment Share on other sites More sharing options...
ChicagoWiz Posted January 16, 2013 Author Share Posted January 16, 2013 1. According to some script comments, most things check if the player is in the CWImperialFaction or the CWSonsFaction.2. It looks like the quest called simply CW tracks your civil war progress in a very general way. There are probably several others that do it better, and better track specific parts.3. Same idea as 2. You'd have to familiarize yourself with the quests a bit. 4. And this is also a general recommendation: Look through the script CWScript. I think it will answer a lot of your questions. That's all from a 5 minute glance in the CK. Hi! I got some preliminary info from CWScript as well, that's how I got my feet wet, but I wasn't sure where to find a good generic starting point, or if I could build off of someone's experiences. My scan of CWScript didn't help answer my questions, but as I'm new to Skyrim/Bethesda scripting, I may not understand the lay of the land. Thanks for the input. Link to comment Share on other sites More sharing options...
Recommended Posts