Skip to content

Graph spawning for dream journals

Sam edited this page Aug 17, 2016 · 4 revisions

Overview

Your last position on the graph determines where you'll spawn in the next dream. This is done in LSD Revamped with a texture map.

How to

Basically in the root levels directory (/levels/), where your dream journal's TMAP files are stored, you will have a 19x19 PNG file with the same name as your dream journal. Each pixel in this image corresponds to a graph square, and consequently a level to start a dream on. The level is encoded in the red channel of the image, so for example an R value of 0 will load the first level in your journal's directory, an R value of 7 will load the 8th, etc.

Clone this wiki locally