File information

Last updated

Original upload

Created by

falconfetus8

Uploaded by

falconfetus8

Virus scan

Safe to use

5 comments

  1. EscondeR
    EscondeR
    • premium
    • 18 kudos
    IMHO checkpoints are a very crappy "system" for every game (unless you play on prehistoric consoles).
    1. Tasorius
      Tasorius
      • member
      • 0 kudos
      Dark Souls does it very well though.
  2. xetph
    xetph
    • account closed
    • 0 kudos
    either way, tracking this until the full release.
  3. RichWebster
    RichWebster
    • premium
    • 224 kudos
    Hey man I haven't looked at your code, however I'm guessing you're placing checkpoints as objects in the world, based on you only have 2.

    To save you time from placing all of these, could you use either RegisterForSingleUpdate() to save a checkpoint every 10 mins or so, or perhaps use story manager's Location Change event to kick off a checkpoint save?

    Just want to save you some time
    1. xetph
      xetph
      • account closed
      • 0 kudos
      if thats hows hes doing it, i think id rather have it his way. the alternative you suggested sounds close to vanilla skyrim. personally, i think the checkpoint thing should be for the dungeons only and have the normal game over thing if you die on the overworld/town. thats just me though.