Jump to content

Trying to create a new start: Help needed to make it polished


Justoutthere

Recommended Posts

Posted

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 clothes
player.removeallitems
player.additem 00080697 1
player equipitem 00080697
;Add minimal weapon and a bit of loose change
Player.additem 0001397e 1
player add.item 0000000f 10
;Clear and finish main quest line
setstage mq101 900
setstage mq102 160
setstage mq103 190
setstage mq104 160
setstage mq105 160
setstage mq106 200
setstage mq201 255
setstage mq202 180
setstage mq203 280
setstage mq204 200
setstage mq205 100
setstage mq206 220
setstage mq301 220
setstage mq303 300
setstage mq304 200
setstage 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

 

Posted

player.teachword <id>

player.modav dragonsouls <quantity>

 

Thank you, that is a great help, just need to find the ids now :D 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 :(

Posted

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.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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