Submissions

Originals

You are allowed and encouraged to publish your own scenarios and other products for Eldritch Instinct commercially or for free without my express permission. The Eldritch Instinct SRD is licensed under CC-BY-SA 4.0. Please do not use AI generated content such as images or text in your products.

Send me a message on Discord with a link where your product can be accessed and I’ll be happy to include it in the list of original scenarios and in other collections.

You can use this logo to indicate that your scenario can be used with Eldritch Instinct.

Eldritch Archives

The Eldritch Archives are a repository for community-created assets created for published scenarios and settings such as maps, handouts, soundfiles and guides. Send me a message on Discord with a link. The restrictions for original scenarios apply to assets and settings as well.

Conversions

  • Copy the following template when submitting an adventure to the Eldritch Instinct website.
  • The file should be written in Markdown. The filename should be lowercase, and use the *.md suffix (example: cool-scenario.md).
  • Make sure the add the “front matter” at the top of the file (the parts starting with the --- at the beginning) or the submission won’t work. For an example, see here (raw text here).
  • Scenario submissions should always credit the author of the work as well as the name of the person converting the work.
  • Please link to the author, as well as the adventure and (if you’re comfortable with it) your own website or contact.
  • If possible, ask for the author’s permission. If not, that’s OK! We don’t generally need it, but it’s great to have.

Conversion Template

---
layout: default
parent: Conversions
grand_parent: Scenarios
title: Scenario Title
nav_exclude: true
search_exclude: true
---

# Scenario Title

- Based on the [original work](link-to-game-page) by Author Name](link-to-author-site).
- Conversion by [Your Name](link to your contact on the web]

## General Notes
- Put any notes on the conversion here!
- You can list monsters & NPCs separately or by the location they can be found

## Monsters or NPCs

### Monster Name
Monster 1
- Monster special (critical damage, abilities)
- More monster specials, etc.

## Locations
### Location A
#### Weird thing 1
- Notes on weird thing 1

Note that the “nav_exclude” and “search_exclude” directives in the Front Matter are for staging purposes only; when the conversion is “complete” they can be removed.