Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there a way to reset the cart as if no-one has played it/unlocked anything? I noticed deleting the game and downloading a fresh copy doesn't seem to do it.

(+1)

Yup, the save data is stored externally; delete this file to delete your save data and start fresh:

  • Linux: ~/.lexaloffle/pico-8/cdata/pancelor-make-ten-dx.p8d.txt
  • OSX: /Users/YOUR_NAME_HERE/Library/Application Support/pico-8/cdata/pancelor-make-ten-dx.p8d.txt
  • Windows: C:/Users/YOUR_NAME_HERE/AppData/Roaming/pico-8/cdata/pancelor-make-ten-dx.p8d.txt
(+1)

Great, thank you!