Skip to content

Skipping chapters?

Is there a way to skip chapters? Like If I wanted to start the game at the beginning of chapter 3 (after the Nashkel Mines) with a group of level 4 characters.

Comments

  • DevardKrownDevardKrown Member Posts: 421
    alceryes said:

    Is there a way to skip chapters? Like If I wanted to start the game at the beginning of chapter 3 (after the Nashkel Mines) with a group of level 4 characters.

    you cant really skip chapters... but you can rush them ...for example chugging a potion of invisibility , running through the Mines and killing only Mulahei (surely botched his name), or running in the bandit camp and just killing the guys in the tent, skipping all in the cloakwood mines and just kill daveon..

    but there is no way to "start" the game after any specific chapter..
  • RuneksRuneks Member Posts: 21
    Note: I haven't tested this and am not in any way sure it'll work, but..

    You could try:
    C:SetGlobal("CHAPTER", "GLOBAL", 3) C:CreateItem("SCRL2W") C:CreateItem("SCRL2V") C:CreateItem("MISC85")
    That should make it chapter 3, and give you the needed items to turn in the quest to the mayor of Nashkel. For giving your characters XP/Items etc., you can either use EEKeeper or take a look at this forum post for more console commands to use :-)
  • joluvjoluv Member Posts: 2,137
    edited April 2016
    In case changing variables doesn't work, you could cheat to blow through Chapters 1 and 2 (after going directly to Gorion to finish the Prologue) with:
    C:MoveToArea("AR4800") C:MoveToArea("AR5404") C:ExploreArea()
    ...and then using Ctrl+Y on Mulahey.
  • alceryesalceryes Member Posts: 380
    Thx. I may give these a try.
Sign In or Register to comment.