Portal to Random Dungeon

The file creates a portal to a randomized dungeon crypt provided in Torchlight.

Unzip inside your mod folder and it should work.

To make a similar mod all you need is 3 things:

- a trigger (usually 'portal')
- a warper (linking to the name of your dungeon)
- a logic group with this logic: 'trigger: [output] triggered -> warper: [input] activate warper'
(You may want to add a layout link particle just so you can see exactly where the trigger is placed once you load this in town)

Save this as a layout. Let's just name it MyPortal

Then you just have to create a 'layout link' and select the layout for the town so that you will be able to see where your CustomPortal will appear in town.
Once you are happy about the location, simply delete the 'layout link' and save your MyPortal as a layout.

Make sure you place this under your mod's \media\layouts\town\1x1single_room\merge so that the portal will merge with the town once the game is loaded.

This is a very simple setup, you can make this more complex by making the portal show up when you talk to a specific NPC or press a lever and so on and so forth. Layout link timelines and timelines are great for automated macros like these.