0 of 0

File information

Last updated

Original upload

Created by

Arvyn

Uploaded by

Arvyn10

Virus scan

Safe to use

About this mod

Adds an option to skip the introduction.

Requirements
Permissions and credits
Translations
  • Portuguese
Changelogs
Optionally start a new game at the cave end of Helgen Keep (skipping it), done in such a way that Helgen and the main quest proceeds as if the entirety of the game's introduction is played as intended. The vanilla introduction is still available on a new game.

Gear is provided at the cave's exit, as replacement for not being able to loot in the vanilla introduction.





APPENDIX


Editor ID Prefix
is QS_.

Modified Vanilla Script
The fragment script (Script file's name: QF_MQ101_0003372B) of the quest "Unbound" (Editor ID: MQ101) is modified. This makes the mod incompatible with ones such as Alternate Start - Live Another Life without a patch.

Identical to Master records
are cleaned with TES5Edit.

How the Mod Came To Be
The "Quick Start" functionality has already been implemented in the game by the developers, for playtesting purposes. They're just not Optional, and does not ensure continuity with the proper introduction (since this Quick Start is made only for playtesting). Most of the work involved in making this mod is exposing this Quick Start to an interface and making sure world continuity is maintained. Even the story blurb in selecting either Ralof or Hadvar is not mine! I would've struggled to write something as succinct.

Items Given in The Skip Can Be Changed
Items given in the skip are done through the following records, and each can be changed by modifying the plugin or another on top of.
  • QS_PrisonersGear (FormList) to set already-equipped items during character creation. In the mod this is the set of Prisoner's Rags and the sword with a flame enchantment.
  • *QS_PrisonersInventory (Container) to set items in the player's inventory, but not equipped. Items in this Container are silently given to the player before equipping the items from QS_PrisonersGear.
  • QS_StarterChest (Container) is the gear chest outside of the cave.

*Please see the bug report "Failure of RemoveAllItems from Container Reference"


ADDENDUM

Thanks to
ladyonthemoon, for their pointers on quests related to Helgen.

Tools Used
Creation Kit and
TES5Edit.