Few are foolish enough to leave the protective walls of the Citadel, the last city of man. But you are foolish, and it's your time.

The world beyond is unsafe. Ruled by monsters, death, and defeat. Yet hope remains, grown by dreams of a Paradise, far from the Citadel’s walls. Will you lead your caravan to Paradise or to defeat?

Paradise Trail is a dungeon crawler where you upgrade your party's personality alongside their stats.

Prepare for your pilgrimage. Here's what to expect:

  • Use alchemy to craft new gear from salvaged essence, or fuse essence into equipment to customize skills and fine-tune your build
  • Level up your party's personality - give your characters personality traits that define how they react to non-combat events
  • Tactical turn-based encounters with unique initiative-based combat
  • Randomized dungeons and monsters

Behind the scenes
I wanted to make a game that could surprise me, even though I created it.

Most of the content is procedurally generated. Each dungeon tile is placed algorithmically. The map in the editor is blank, and is redrawn by a script when you enter a new room. For the algorithm fans, the monster parties, including their skills and strategies, are generated using a graph-traversal algorithm.

The game was started about 10 years ago. It's technically endless, but once you're about 6 hours in, the monsters become too difficulty, even for a highly optimized party. If you make it that far, and can still take down bosses, consider it a victory.

Download

Download
Paradise Trail Download.zip 390 MB

Comments

Log in with itch.io to leave a comment.

The download version is missing a lot of images and it crashes.

I tried to fix this, but it's a strange error. That particular image never existed, and there's no point where the game tries to load it.

Are there any files in your img/characters folder?

(3 edits)

EDIT:

I tried it on a different computer (same OS) and I can't replicate the problem, so somehow this is happening on my end.  I do have one of your older games and it does have the files being referenced--I believe the load feature is somehow looking in the wrong location for the saved game, and trying to load a saved game from an older game.

Edit 2: 

OK, this is driving me nuts.  I install the game into a new folder.  I run the game, select my options, and when I have the option to recruit, I choose to save the game.  I can't save, it gives me this error.  It makes no sense.  Why would the save feature even be looking for a graphic, let alone a graphic from a completely different game?  I'm guessing there is some errant registry setting or something, but I'm not finding it.  

OK, so what I did is searched my system and found the file referenced:

So I copied all three folders into the Paradise Trail\www\img folder, and merged them with the existing ones.

Progress!  I was able to save!  But when I load the game, it shows saves from both The Singing Scar and Paradise Trail:


If I try to load the saves from The Singing Scar (Singalin) of course it fails with a map load error.  

SUCCESS!!!

There was a folder named "Save" on the root of my C: drive.

There were saves in there from The Singing Scar.

I renamed that folder to "save_old" and re-started Paradise Trail.  Everything is working properly now.