Justoutthere Posted December 28, 2013 Posted December 28, 2013 I have been playing Skyrim for a while now and absolutely love it but the main questline has become somewhat tedious, with this in mind I decided to create a batchfile that would like Live another life and others of its type allow me to start the game in a different way. I however had one major difference that I wanted to include, I wanted the main quest line to be done with. As a start point for this I am using Live Another Life - Left for dead option to get me away from the original start and allow me to test what I am doing First attempt (copy in spoiler) was successful but did not really give me what I wanted to achieve. ;Clear and give minimal clothesplayer.removeallitemsplayer.additem 00080697 1player equipitem 00080697;Add minimal weapon and a bit of loose changePlayer.additem 0001397e 1player add.item 0000000f 10;Clear and finish main quest linesetstage mq101 900setstage mq102 160setstage mq103 190setstage mq104 160setstage mq105 160setstage mq106 200setstage mq201 255setstage mq202 180setstage mq203 280setstage mq204 200setstage mq205 100setstage mq206 220setstage mq301 220setstage mq303 300setstage mq304 200setstage mq305 200 What I am hoping to achieve is a workable start point for using the more expansive mods that are around that will allow me to utilize shouts but not have the games main questline pushing my actions. In order to do this I need to basically add in the stuff you would have had if you had managed to complete the main questline without buying or collecting anything that wasn't needed, but also learn the basic stuff you would have if you had completed the quest. This is where I am getting bogged down. Whilst I am not too concerned about receiving the quest items that you would have had there are some shouts that you only get by running through the quest and I am unsure as to how or even if these can be added to the character via a batch file. I addition to that and almost as crucial there are some locations locked as entry is allowed as part of the quest line such as Whiterun and High Hrothgar. Thoughts suggestions and ideas are all welcome but at this point help is most welcome as this is my first attempt at doing something other than using another persons work to achieve something. Progress: Implemented adding of words normally learned during Main Quest (thanx to b3lisario for the pointer, I chose to use unlockword instead of adding souls as it seemed to be a neater solution. No Progress With: Getting High Hrothgar unlocked
b3lisario Posted December 28, 2013 Posted December 28, 2013 player.teachword <id> player.modav dragonsouls <quantity>
Justoutthere Posted December 28, 2013 Author Posted December 28, 2013 player.teachword <id> player.modav dragonsouls <quantity> Thank you, that is a great help, just need to find the ids now I have the shout IDs but not the word ones Have been trying to work out how to unlock High Hrothgar, was thinking adding Greybeards to ally might achieve that, any idea if this would work or if there is a neater solution? Edit: Scrub that, found the word s now. Dammit, back to the typing
Justoutthere Posted December 28, 2013 Author Posted December 28, 2013 Just after a few hours investigation and trying things out I am finding this is going to be a lot more complex than I thought. I will be moving to Skyrim Non-Adults Mods section and developing this idea there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.