CINXE.COM

Follow Me And Die! | Ramblings of an Old Gamer

<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Follow Me And Die! | Ramblings of an Old Gamer</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://followmeanddie.com/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/html5.js?ver=3.7.0"></script> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! &raquo; Feed" href="https://followmeanddie.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! &raquo; Comments Feed" href="https://followmeanddie.com/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.3.2 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-RTY03KLJSD" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '8.3.2'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/followmeanddie.com\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-RTY03KLJSD', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-RTY03KLJSD', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/followmeanddie.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=dd3741191c207e844b1a3ec6d3bbea5d"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://followmeanddie.com/wp-includes/css/dist/block-library/style.min.css?ver=dd3741191c207e844b1a3ec6d3bbea5d' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--green: #24890d;--wp--preset--color--dark-gray: #2b2b2b;--wp--preset--color--medium-gray: #767676;--wp--preset--color--light-gray: #f5f5f5;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='twentyfourteen-lato-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/fonts/font-lato.css?ver=20230328' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/genericons/genericons.css?ver=3.0.3' media='all' /> <link rel='stylesheet' id='twentyfourteen-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/style.css?ver=20241112' media='all' /> <link rel='stylesheet' id='twentyfourteen-block-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/blocks.css?ver=20240708' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfourteen-ie-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/ie.css?ver=20140711' media='all' /> <![endif]--> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <script src="https://followmeanddie.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.3.2" id="exactmetrics-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/followmeanddie.com","hash_tracking":"false","v4_id":"G-RTY03KLJSD"};</script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/functions.js?ver=20230526" id="twentyfourteen-script-js" defer data-wp-strategy="defer"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script src="https://www.googletagmanager.com/gtag/js?id=GT-P8VL5DM" id="google_gtagjs-js" async></script> <script id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["followmeanddie.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-P8VL5DM"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://followmeanddie.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://followmeanddie.com/xmlrpc.php?rsd" /> <meta name="generator" content="Site Kit by Google 1.148.0" /> <style type="text/css" id="pf-main-css"> @media screen { .printfriendly { z-index: 1000; display: flex; margin: 0px 0px 0px 0px } .printfriendly a, .printfriendly a:link, .printfriendly a:visited, .printfriendly a:hover, .printfriendly a:active { font-weight: 600; cursor: pointer; text-decoration: none; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline:none; font-size: 14px !important; color: #6D9F00 !important; } .printfriendly.pf-alignleft { justify-content: start; } .printfriendly.pf-alignright { justify-content: end; } .printfriendly.pf-aligncenter { justify-content: center; } } .pf-button-img { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0; margin: 0; display: inline; vertical-align: middle; } img.pf-button-img + .pf-button-text { margin-left: 6px; } @media print { .printfriendly { display: none; } } </style> <style type="text/css" id="pf-excerpt-styles"> .pf-button.pf-button-excerpt { display: none; } </style> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//followmeanddie.com/?wordfence_lh=1&hid=D0AD60A87DC68BADB47F3E2D007C1023'); </script> <!-- Google AdSense meta tags added by Site Kit --> <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236"> <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com"> <!-- End Google AdSense meta tags added by Site Kit --> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style> <!-- Google Tag Manager snippet added by Site Kit --> <script> ( function( w, d, s, l, i ) { w[l] = w[l] || []; w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} ); var f = d.getElementsByTagName( s )[0], j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore( j, f ); } )( window, document, 'script', 'dataLayer', 'GTM-P77GVFP' ); </script> <!-- End Google Tag Manager snippet added by Site Kit --> <!-- Google AdSense snippet added by Site Kit --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6927444287228882&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script> <!-- End Google AdSense snippet added by Site Kit --> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-270x270.jpg" /> </head> <body class="home blog wp-embed-responsive header-image list-view full-width footer-widgets grid"> <!-- Google Tag Manager (noscript) snippet added by Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P77GVFP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) snippet added by Site Kit --> <div id="page" class="hfeed site"> <div id="site-header"> <a href="https://followmeanddie.com/" rel="home"> <img src="https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader.png" width="1260" height="303" alt="Follow Me And Die!" srcset="https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader.png 1260w, https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader-300x72.png 300w, https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader-768x185.png 768w, https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader-1024x246.png 1024w" sizes="(max-width: 1260px) 100vw, 1260px" decoding="async" fetchpriority="high" /> </a> </div> <header id="masthead" class="site-header"> <div class="header-main"> <h1 class="site-title"><a href="https://followmeanddie.com/" rel="home">Follow Me And Die!</a></h1> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"> Search </a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation"> <button class="menu-toggle">Primary Menu</button> <a class="screen-reader-text skip-link" href="#content"> Skip to content </a> <div id="primary-menu" class="nav-menu"><ul> <li class="page_item page-item-2 page_item_has_children"><a href="https://followmeanddie.com/about/">About</a> <ul class='children'> <li class="page_item page-item-4119 page_item_has_children"><a href="https://followmeanddie.com/about/other-sites/">Social</a> <ul class='children'> <li class="page_item page-item-4094"><a href="https://followmeanddie.com/about/other-sites/badges/">Badges</a></li> <li class="page_item page-item-4132"><a href="https://followmeanddie.com/about/other-sites/tsr/">TSR</a></li> </ul> </li> </ul> </li> <li class="page_item page-item-5636"><a href="https://followmeanddie.com/medieval-demographics-made-easy-2/">Medieval Demographics Made Easy</a></li> <li class="page_item page-item-8042"><a href="https://followmeanddie.com/my-podcast/">My Podcast</a></li> <li class="page_item page-item-8041"><a href="https://followmeanddie.com/my-youtube/">My YouTube</a></li> <li class="page_item page-item-7981 page_item_has_children"><a href="https://followmeanddie.com/projects/">Projects</a> <ul class='children'> <li class="page_item page-item-5070 page_item_has_children"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/">Card Game</a> <ul class='children'> <li class="page_item page-item-6517"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/card-game-faq/">Card Game FAQ</a></li> </ul> </li> <li class="page_item page-item-4352 page_item_has_children"><a href="https://followmeanddie.com/projects/patreon/">Patreon</a> <ul class='children'> <li class="page_item page-item-4348"><a href="https://followmeanddie.com/projects/patreon/kickstarters/">Kickstarters</a></li> <li class="page_item page-item-4460"><a href="https://followmeanddie.com/projects/patreon/cafepress-shop/">TeeSpring &#038; CafePress</a></li> </ul> </li> <li class="page_item page-item-4111"><a href="https://followmeanddie.com/projects/rpgosr-works/">RPG Works</a></li> <li class="page_item page-item-4270"><a href="https://followmeanddie.com/projects/selling/">Selling</a></li> </ul> </li> <li class="page_item page-item-4099"><a href="https://followmeanddie.com/reading-read/">Reading</a></li> <li class="page_item page-item-8093"><a href="https://followmeanddie.com/rpga-list/">RPGA List</a></li> <li class="page_item page-item-4128 page_item_has_children"><a href="https://followmeanddie.com/rpgs/">RPGs</a> <ul class='children'> <li class="page_item page-item-4151"><a href="https://followmeanddie.com/rpgs/add-pdfs/">AD&#038;D PDFs</a></li> <li class="page_item page-item-8000 page_item_has_children"><a href="https://followmeanddie.com/rpgs/gaming/">Gaming</a> <ul class='children'> <li class="page_item page-item-4103"><a href="https://followmeanddie.com/rpgs/gaming/playing/">Playing</a></li> <li class="page_item page-item-4105"><a href="https://followmeanddie.com/rpgs/gaming/running/">Running</a></li> </ul> </li> <li class="page_item page-item-4116"><a href="https://followmeanddie.com/rpgs/osr-search/">OSR Search</a></li> <li class="page_item page-item-4262"><a href="https://followmeanddie.com/rpgs/reviews/">Reviews</a></li> </ul> </li> </ul></div> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <form role="search" method="get" class="search-form" action="https://followmeanddie.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main"> <div id="main-content" class="main-content"> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <article id="post-8277" class="post-8277 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-dd-50th"> <a class="post-thumbnail" href="https://followmeanddie.com/2023/12/31/time-rolls-on/" aria-hidden="true"> <img width="933" height="576" src="https://followmeanddie.com/wp-content/uploads/2023/12/Calendar-2024-933x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Time Rolls On..." decoding="async" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2023/12/31/time-rolls-on/" rel="bookmark">Time Rolls On</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2023/12/31/time-rolls-on/" rel="bookmark"><time class="entry-date" datetime="2023-12-31T14:43:37-05:00">December 31, 2023</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2023/12/31/time-rolls-on/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>Today is December 31, 2023, in the mid-afternoon. In less than ten hours it will be 2024.</p> <h2 class="wp-block-heading">2023</h2> <p>2023 was a good year. But all years are good years. Both good and bad things happen: personally, with friends, and around the world. Happiness is our choice, in spite of what happens.</p> <p>In 2023 I attended Gary Con and ran and played games and I attended UCon and ran and played games. I ran my Roll20 AD&amp;D campaign, but took a hiatus at the end of May, which continues. I am still active in the Wednesday night Roll20 OSE campaign. I still have attended every session.</p> <p>My longest travel adventure was to go out to the memorial service for my aunt and uncle and visit family this Summer. I had hopes of extending that trip, but I had to get back home as I had to be there to accept delivery of my new laptop for work.</p> <p>I got inspired to rejuvenate my interest in genealogy and found the death certificate for my aunt. Her mother died of pneumonia on her 1st birthday and Grandpa never explained to her what happened.</p> <p>My hiatus from my Sunday game has been devoted to other things. Rather than being tied down to home, I&#8217;ve done other things.</p> <p>In September, I attended my 40th high school reunion. We&#8217;re all getting old, but some of my classmates are looking good for women their age, but they&#8217;re happily married&#8230;.</p> <p>I&#8217;ve been hoping to date, but so far online dating is coming up dry. I did meet some new friends and they have gotten me out of the house and our of my comfort zone. There have been a few closer to home adventures.</p> <h2 class="wp-block-heading">2024</h2> <p>January, 2024 will be the 50th anniversary of the publication of Dungeons &amp; Dragons. There will be celebrations and focus at all of the game conventions. I only plan to attend Gary Con and UCon. My wallet can&#8217;t afford more in 2024.</p> <p>50 years of D&amp;D means I&#8217;ve been playing 47 years since I started playing Holmes Blue Box Basic. My brother, Robert, convinced me to buy it and he became my first DM and is the best, in my opinion. I was a terrible DM until I got back into gaming on Roll20 in 2014 and resumed attending gaming conventions. </p> <p>While I started blogging in 2009, my output of new posts is a trickle. There is a similar slow pace to new videos on YouTube, or new podcast episodes. I do manage a few posts on social media.</p> <p>I won&#8217;t promise to commit to anything. I had hoped to get the card game out in time for 2024, but my drive to finish it is not what is needed to accomplish it. I will publish it someday instead of talking about it. Don&#8217;t worry, I will announce when it finally happens.</p> <p>I don&#8217;t know how much gaming, blogging, podcasting, streaming, or other game related activities I will have, but I will continue the adventure of both real life and the imagination.</p> <p>I hope you all face your real life fears and challenges with the same fortitude as you do in the games you play.</p> <p>As always, Game On! Or in this case, Roll On!</p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2023/12/31/time-rolls-on/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/dd-50th/" rel="tag">D&amp;D 50th</a></span></footer></article><!-- #post-8277 --> <article id="post-8202" class="post-8202 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-the-dreams-in-garys-basement"> <a class="post-thumbnail" href="https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/" aria-hidden="true"> <img width="571" height="329" src="https://followmeanddie.com/wp-content/uploads/2023/07/RPGHistory.net_.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="The Dreams In Gary&#039;s Basement" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2023/07/RPGHistory.net_.png 571w, https://followmeanddie.com/wp-content/uploads/2023/07/RPGHistory.net_-300x173.png 300w" sizes="(max-width: 571px) 100vw, 571px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/" rel="bookmark">The Dreams In Gary&#8217;s Basement Update</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/" rel="bookmark"><time class="entry-date" datetime="2023-07-29T21:08:27-04:00">July 29, 2023</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/#comments">3 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>Pat Kilbane&#8217;s documentary of Gary Gygax and Dungeons and Dragons, <em>The Dreams In Gary&#8217;s Basement</em>, was released online to <a href="https://www.kickstarter.com/projects/dorksofyore/the-dreams-in-garys-basement-a-documentary-on-gary" target="_blank" rel="noreferrer noopener" class="broken_link">Kickstarter </a>backers today.</p> <p>This multi-year effort I first learned of at my first Gary Con, Gary Con 8.</p> <p>The website for <a href="https://rpghistory.net/" target="_blank" rel="noreferrer noopener">RPGHistory.net</a> will host other long form content and regular shorts.</p> <p>At this time, there is no word on when this will be available for non-backers. However, you can pre-order from <a href="https://www.kickstarter.com/projects/dorksofyore/the-dreams-in-garys-basement-a-documentary-on-gary" target="_blank" rel="noreferrer noopener" class="broken_link">Kickstarter</a>.</p> <p>It also will have a screening at GenCon 2023 next week.</p> <p>Congratulations to Pat and his team on a well executed film!</p> <p>It was worth the wait.</p> <p></p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/the-dreams-in-garys-basement/" rel="tag">The Dreams In Gary's Basement</a></span></footer></article><!-- #post-8202 --> <article id="post-8195" class="post-8195 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs"> <a class="post-thumbnail" href="https://followmeanddie.com/2023/07/18/14th-blogversary/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2023/07/14thBlogversary-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="14th Blogversary" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2023/07/14thBlogversary-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2023/07/14thBlogversary-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2023/07/18/14th-blogversary/" rel="bookmark">14th Blogversary!</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2023/07/18/14th-blogversary/" rel="bookmark"><time class="entry-date" datetime="2023-07-18T19:21:57-04:00">July 18, 2023</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2023/07/18/14th-blogversary/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>Today, July 18, 2023 marks 14 years of this blog.</p> <p>I deleted the first rambling attempt at a post and just want to note this milestone and say that I&#8217;m still here and will continue to post as I have new things to say.</p> <p>Until my next post, be kind, be supportive, be encouraging, help new people get into gaming. </p> <p>Remember that games are supposed to be fun for all at the table and are a great way to bring people together, find new friends, and make memories.</p> <p>It&#8217;s OK to step away from those who don&#8217;t have that attitude.</p> <p>We&#8217;re coming up on the 50th anniversary of D&amp;D in January, 2024, and I&#8217;ll be celebrating 46 years of playing D&amp;D later in the year. </p> <p>D&amp;D isn&#8217;t the only RPG. You don&#8217;t need levels, complex rules, or even dice to play RPGs. You don&#8217;t need combat, there is an element of story in all RPGs, you can roleplay at the level you are comfortable.</p> <p>Any age can enjoy RPGs and there is an RPG for every genre and style of play.</p> <p>Virtual Table Tops, like Roll20 or Fantasy Grounds, can help find people to game with online, if you can&#8217;t find an in person group. </p> <p>I prefer in-person play, but it isn&#8217;t as easy to find that for all of us, so online play fills that need.</p> <p>Be patient. If you don&#8217;t find a group that suits you, keep trying. </p> <p>There&#8217;s even solo gaming if you want to try out something different.</p> <p>Until next time &#8211; Game On!</p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2023/07/18/14th-blogversary/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> </article><!-- #post-8195 --> <article id="post-8175" class="post-8175 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-chatgpt tag-player-involvement tag-player-participation"> <a class="post-thumbnail" href="https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2023/05/My1stExperiencewithChatGPT-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="My First Experience with ChatGPT" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2023/05/My1stExperiencewithChatGPT-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2023/05/My1stExperiencewithChatGPT-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/" rel="bookmark">My First Experience Using ChatGPT</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/" rel="bookmark"><time class="entry-date" datetime="2023-05-07T16:26:53-04:00">May 7, 2023</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>I used ChatGPT for the first time for preparation for today&#8217;s game.</p> <h2 class="wp-block-heading">St. Mark Turnip Festival</h2> <p>The players lost a beloved NPC, Mark, whose luck ran out.</p> <p>So they created a legend that he is now St. Mark.</p> <p>Long before that there was also a random encounter with a farmer taking a wagon load of turnips to town. The players joked about the nefarious scheme this must be and it became a running gag.<br>This evolved into the party calling themselves the &#8220;Order of the Iron Turnip.&#8221;</p> <p>So they had the first ever St. Mark Turnip Festival. This is actually quite silly and a con on the town to make money for the players.</p> <p>They really got into it. One player, Patrick, who sadly passed in June of last year, created art for both the <em>Order of the Iron Turnip</em> and th<em>e Turnip Festival</em>. He put them on a site where you can get t-shirts, stickers, and magnets. All of us bought something from that site. I updated the image for the 2nd Annual festival.</p> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="557" height="557" src="https://followmeanddie.com/wp-content/uploads/2023/05/OrderOfTheIronTurnip.png" alt="" class="wp-image-8176" srcset="https://followmeanddie.com/wp-content/uploads/2023/05/OrderOfTheIronTurnip.png 557w, https://followmeanddie.com/wp-content/uploads/2023/05/OrderOfTheIronTurnip-300x300.png 300w, https://followmeanddie.com/wp-content/uploads/2023/05/OrderOfTheIronTurnip-150x150.png 150w" sizes="auto, (max-width: 557px) 100vw, 557px" /></figure></div> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="557" height="557" src="https://followmeanddie.com/wp-content/uploads/2023/05/1stAnualTurnip-Festival.jpg" alt="" class="wp-image-8177" srcset="https://followmeanddie.com/wp-content/uploads/2023/05/1stAnualTurnip-Festival.jpg 557w, https://followmeanddie.com/wp-content/uploads/2023/05/1stAnualTurnip-Festival-300x300.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/05/1stAnualTurnip-Festival-150x150.jpg 150w" sizes="auto, (max-width: 557px) 100vw, 557px" /></figure></div> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="352" height="457" src="https://followmeanddie.com/wp-content/uploads/2023/05/2ndAnualTurnip-Festival.png" alt="" class="wp-image-8178" srcset="https://followmeanddie.com/wp-content/uploads/2023/05/2ndAnualTurnip-Festival.png 352w, https://followmeanddie.com/wp-content/uploads/2023/05/2ndAnualTurnip-Festival-231x300.png 231w" sizes="auto, (max-width: 352px) 100vw, 352px" /></figure></div> <p>It is now one year later in game time, and tomorrow we go through the 2nd Annual St. Mark Turnip Festival. It took over two years to go through a year of game time. Partly due to some things taking a long time, like certain adventures, and me pausing the game last Summer for my road trip around the Western U.S.</p> <p>The party is invested in this, and risked travel by teleportation with most of the party in a portable hole to get there on time.</p> <p>They suggested a whole slew of new things to get the populace of this town into it.</p> <p>One player suggested a riddle contest where the answer is &#8220;Turnip&#8221; judged by the audience.</p> <p>I made the comment that I&#8217;m not making up a bunch of riddles. Then more than one mentioned ChatGPT. I realized they were right and that ChatGPT would be perfect to do this. Even if terrible, ten such riddles would save me so much time!</p> <h2 class="wp-block-heading">Getting Riddles From ChatGPT</h2> <p>Here is my interaction with ChatGPT and the very first riddle it gave me was pretty good. It actually rhymes!</p> <pre class="wp-block-preformatted"><strong>User</strong> Do you understand riddles? <strong>ChatGPT </strong> As an AI language model, I have been trained to understand various forms of language including riddles. I can certainly try to understand and solve riddles to the best of my abilities. Feel free to give me a riddle to solve! <strong>User </strong> Do you know how to create riddles? <strong>ChatGPT </strong> Yes, I can certainly help you create riddles! Riddles are typically short, cleverly worded statements or questions that are designed to be tricky to solve. Here are some tips for creating a riddle: Choose a subject: First, choose a subject for your riddle. This could be anything from an object or animal to an abstract concept like time or love. Identify the unique qualities: Next, identify the unique qualities of your subject. What sets it apart from other things? What makes it interesting or unusual? Use descriptive language: Use descriptive language to create clues that will lead the reader to the answer. Use metaphor, simile, and other literary devices to make your riddle more engaging and fun to solve. Keep it short and sweet: Riddles should be short and to the point. Aim for just a few lines, and avoid including any unnecessary information. Make it tricky: The best riddles are those that are tricky to solve. Consider using wordplay, puns, or other types of language tricks to make your riddle more challenging. Remember, the key to a great riddle is to strike a balance between being challenging and solvable. Good luck with your riddle creation! <strong>User </strong> Can you create a riddle based on the answer? <strong>ChatGPT </strong> Sure, I can certainly try to create a riddle for you based on the answer. Just give me the answer and I'll do my best to craft a riddle around it! <strong>User </strong> The answer is Turnip. <strong>ChatGPT </strong> Great choice! Here's a riddle for you: I grow beneath the soil so deep, A root vegetable I am to keep. Round and purple, sometimes white, I'm a healthy food that's out of sight. Peel off my skin, and what will you find? A tasty treat for any kind. Roasted, boiled, or in a soup, I'm a versatile veggie, not a dupe. What am I? <strong>User </strong> Please give me ten more riddles with the answer being turnip. <strong>ChatGPT </strong> Sure, here are ten more riddles for you with the answer being turnip: I'm a root vegetable, that's for sure, With leaves on top, and roots obscure. I'm often eaten roasted or mashed, A healthy food that's never trash. What am I? Answer: Turnip. I'm round and purple, sometimes white, A root vegetable that's out of sight. I'm low in calories, but high in taste, A nutritious food that's never a waste. What am I? Answer: Turnip. I'm a vegetable that grows underground, A tasty treat that can be found. I'm often eaten in a stew, A comforting meal that's good for you. What am I? Answer: Turnip. I'm a root vegetable that's often overlooked, But when cooked just right, I'm really cooked. I'm nutritious and delicious too, A healthy food that's good for you. What am I? Answer: Turnip. I'm a veggie that grows in the ground, A food that's healthy and easy to be found. I'm often eaten in a soup or a stew, A warming meal that's good for you. What am I? Answer: Turnip. I'm a vegetable that's round and sweet, A treat to eat that can't be beat. I'm often roasted or boiled, A healthy food that won't leave you spoiled. What am I? Answer: Turnip. I'm a root vegetable that's low in fat, A healthy food that's where it's at. I'm often boiled or mashed, A delicious meal that's never dashed. What am I? Answer: Turnip. I'm a root that grows underground, A vegetable that's often found. I'm purple or white, and sometimes red, A nutritious food that's not just in your head. What am I? Answer: Turnip. I'm a vegetable that's good for the heart, A healthy food that's really smart. I'm often cooked in a stew or a soup, A tasty meal that's never a dupe. What am I? Answer: Turnip. I'm a root that's often seen as plain, But when cooked just right, I can entertain. I'm low in calories, but high in taste, A healthy food that's never a waste. What am I? Answer: Turnip. <strong>User </strong> Thank you. <strong>ChatGPT </strong> You're welcome! I hope you enjoyed the riddles. Feel free to ask me for more riddles anytime! </pre> <h2 class="wp-block-heading">Story Telling Contest</h2> <p>They also suggested a story telling contest about St. Mark and the Gronkle Egg. The party Wizard when he got the spell continual light, bought some chicken eggs and replaced the contents with oil and a sliver of iron with Continual Light cast on it. </p> <p>He buried most in a safe place and kept one. It is now set up in the tavern where he has charmed the owner, who had hired the not so bright Mark to &#8220;herd cows.&#8221; The only issue is that the cows were strays of local farmers who fled a horde of undead. Mark then joined the party and later died.</p> <p>The charmed tavern owner has the Gronkle Egg mounted in a container to keep it safe and it kept out of sight and charges 1gp for people to get a look at it.</p> <p>Once person paid 1,000 gp for a Gronkle Egg, so the wizard went and dug up one of his cache.</p> <p>Their con on St. Mark also involved the Gronkle Egg.</p> <p>Since they wanted a story telling contest. Therefore, I also asked ChatGPT for a short story with certain facts. The first effort was good, but referred to the Gronkle Egg as cursed, so I had it re-write the story.</p> <p>I include the full interaction below:</p> <pre class="wp-block-preformatted"><strong>User</strong> New topic <strong>ChatGPT </strong>Sure! What topic would you like to discuss or learn about? <strong>User </strong>I will give you some background information, then I want you to create a brief story. <strong>ChatGPT </strong>Sure, I can create a brief story for you based on the background information you provide. Please go ahead and give me the details! <strong>User </strong>Mark is an ordinary guy who went with some adventurers, but he became a hero. He died and was elevated to Saint Mark. He was fond of turnips. Part of his myth involves the mystical Gronkle Egg that shines with the glow of the unhatched Gronkle. Please write a story about his rise to sainthood and include turnips and the Gronkle Egg. <strong>ChatGPT </strong> Once upon a time, there was an ordinary man named Mark who lived a simple life as a farmer. He was content with his life, but deep down he longed for adventure and excitement. One day, a group of adventurers passed through his village, and Mark decided to join them on their journey. Together, they traveled far and wide, facing danger and overcoming challenges. Mark proved himself to be a brave and selfless companion, always putting the needs of others before his own. His courage and compassion won him the respect and admiration of his fellow adventurers. One fateful day, they stumbled upon a mysterious cave that led deep into the earth. As they explored the dark tunnels, they came across the mystical Gronkle Egg, which shone with a brilliant glow. Mark, who was always curious, picked up the egg and felt its power coursing through him. The egg was said to be cursed, and Mark knew that he had to keep it safe from those who would use its power for evil. He carried the egg with him everywhere he went, protecting it with his life. During their travels, Mark developed a love for turnips, which he found to be a humble yet delicious vegetable. He would often share his turnips with his fellow adventurers, and they grew to love them too. Unfortunately, Mark's journey came to a tragic end when he sacrificed himself to save his friends from a band of marauders. His bravery and selflessness inspired those who knew him, and soon stories of his heroic deeds began to spread far and wide. Mark was eventually elevated to the status of a saint, and his legend grew over time. People from all over the world would come to visit his shrine, where they would offer turnips as a symbol of their devotion. The Gronkle Egg was kept safe and hidden, its power waiting for someone brave and selfless enough to wield it. And so, the legend of Saint Mark lived on, inspiring generations to come to live bravely and selflessly, and to always keep a turnip close at hand. <strong>User </strong>Thank you. The Gronkle Egg is not cursed. It is now part of his shrine. Please re-write the prior story with that clarification. <strong>ChatGPT </strong>Sure, here's the revised story with the corrected information: Once upon a time, there was an ordinary man named Mark who lived a simple life as a farmer. He was content with his life, but deep down he longed for adventure and excitement. One day, a group of adventurers passed through his village, and Mark decided to join them on their journey. Together, they traveled far and wide, facing danger and overcoming challenges. Mark proved himself to be a brave and selfless companion, always putting the needs of others before his own. His courage and compassion won him the respect and admiration of his fellow adventurers. One fateful day, they stumbled upon a mysterious cave that led deep into the earth. As they explored the dark tunnels, they came across the mystical Gronkle Egg, which shone with a brilliant glow. Mark, who was always curious, picked up the egg and felt its power coursing through him. Mark realized that the Gronkle Egg was not cursed, but a powerful and sacred artifact that needed to be protected. He carried the egg with him everywhere he went, and his companions recognized its importance. During their travels, Mark developed a love for turnips, which he found to be a humble yet delicious vegetable. He would often share his turnips with his fellow adventurers, and they grew to love them too. Unfortunately, Mark's journey came to a tragic end when he sacrificed himself to save his friends from a band of marauders. His bravery and selflessness inspired those who knew him, and soon stories of his heroic deeds began to spread far and wide. Mark was eventually elevated to the status of a saint, and his legend grew over time. People from all over the world would come to visit his shrine, where the Gronkle Egg was now kept safe and on display as a symbol of his courage and the power of good. They would also offer turnips as a symbol of their devotion to Saint Mark, the brave adventurer who had given his life to protect his friends and the sacred Gronkle Egg.</pre> <p>It is simple and formulaic, but it serves the purpose of being good enough for using in my game. My only edit from the second version is to move the bit about turnips to before the discovery of the Gronkle Egg.</p> <h2 class="wp-block-heading">Player Reaction</h2> <p>The players liked the riddle and story and thought it fit.</p> <p>One of them mentioned how another person uses AI tools to generate NPCs en masse. </p> <p>Definitely useful tools for the busy GM.</p> <h2 class="wp-block-heading">Conclusion</h2> <p>I&#8217;ve seen people use it to plan out a business and marketing campaign. I think that is a useful function.</p> <p>Others have used it to prep for RPG sessions. That is also useful.</p> <p>It gets into the grey area and over the line pretty quickly when trying to use it to replace jobs. Writers do what AI cannot. They can create in a way a program can&#8217;t. </p> <p>Using AI to replace writers, artists, and others for legitimate paid work is wrong. This puts even more money and power in the hands of those who control the technology while taking it away from those who didn&#8217;t have that much of either to begin with. Also, it should not be used to do the homework of students.</p> <p>Using for game prep and personal enjoyment and some of the grunt work of running a small business is OK. Saving time on research and generating ideas that one then uses to do the creating is a great idea.</p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/chatgpt/" rel="tag">ChatGPT</a><a href="https://followmeanddie.com/tag/player-involvement/" rel="tag">Player Involvement</a><a href="https://followmeanddie.com/tag/player-participation/" rel="tag">Player Participation</a></span></footer></article><!-- #post-8175 --> <article id="post-8150" class="post-8150 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-conventions tag-garycon tag-the-dreams-in-garys-basement"> <a class="post-thumbnail" href="https://followmeanddie.com/2023/03/28/gary-con-15/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2023/03/MyGaryCon15-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="My Gary Con 15" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/MyGaryCon15-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2023/03/MyGaryCon15-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2023/03/28/gary-con-15/" rel="bookmark">Gary Con 15</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2023/03/28/gary-con-15/" rel="bookmark"><time class="entry-date" datetime="2023-03-28T15:41:44-04:00">March 28, 2023</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2023/03/28/gary-con-15/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>March 23-26, 2023 Gary Con 15 took place in Lake Geneva, WI. I didn&#8217;t take as many pictures this year.</p> <h2 class="wp-block-heading">What I Ran</h2> <p>I signed up to run 4 games of 4 hours each, one each morning. I used the same scenario for each. I used <a href="http://www.lulu.com/shop/simon-j-bull/delving-deeper-reference-rules-compendium/paperback/product-22746043.html" target="_blank" rel="noreferrer noopener">Delving Deeper</a> the Original D&amp;D clone I describe as OD&amp;D but organized. While not perfect and there are a few things I would change, it makes for fast character creation and is simple to run, perfect for cons.</p> <p>It was a higher level scenario with 8 &#8211; 8th level (or max level PCs). 4 humans: Fighter, Cleric, Magic-User, and Thief all 8th level. 2 Elves, one an 8th level magic user and the other a 4th level fighter/4th level magic user, 4th level fighter being the max level. A 6th level dwarf, max level, and a 4th level halfling, max level. The halfling saves as an 8th level fighter and gets +3 on hurled weapons, which I ruled includes slings. All fighters had magic armor and magic weapons, the others had some sort of magic item that included weapons. I randomly determined the magic items and some were quite powerful. I kept them.</p> <p>My scenario is called &#8220;Rescue From Fire Island&#8221;. The evil princess of the Eternal Flame (a volcano) captured good queen Galvia of the Verdant Isles. In times of trouble, Galvia summons a dragon to help. Her advisors are keeping this quiet to avoid panic while the party, the &#8220;Special Projects Team&#8221; rescues the queen. The queen is to be sacrificed in a week to the volcano. So there is a timer. There is a hexcrawl element so the PCs can encounter various creatures on the island. Both groups I ran this for loved it.</p> <p>The party would be teleported in but the princess&#8217; castle and the dread temple on the volcano were blocked. The players got to choose where they teleported in. This difference guaranteed that no two groups would play the exact same situation.</p> <p>Two things I used for this made it interesting that players in both groups appreciated. I used checkers for tracking days with the plain side being day and the crown side being night. The other thing was for each PC I had two game pieces for each player their own color. One piece went by the index card with their name and PCs name and class. The other went on the made to show marching order. I used mancala pieces to show where the party was and when they encountered certain special encounters.</p> <p>I have a spoilers section at the end. Don&#8217;t read it if you want to play this scenario. I plan to write it up and will put it on <a href="https://www.drivethrurpg.com/product/250366/Locks-Vaults-and-Hiding-Places?affiliate_id=203222" target="_blank" rel="noreferrer noopener">DriveThru RPG</a> [<em>Affiliate Link</em>].</p> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="988" height="1024" src="https://followmeanddie.com/wp-content/uploads/2023/03/Map-20230320_214623-988x1024.jpg" alt="" class="wp-image-8162" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Map-20230320_214623-988x1024.jpg 988w, https://followmeanddie.com/wp-content/uploads/2023/03/Map-20230320_214623-290x300.jpg 290w, https://followmeanddie.com/wp-content/uploads/2023/03/Map-20230320_214623-768x796.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Map-20230320_214623-1482x1536.jpg 1482w, https://followmeanddie.com/wp-content/uploads/2023/03/Map-20230320_214623-1977x2048.jpg 1977w" sizes="auto, (max-width: 988px) 100vw, 988px" /></figure> <h2 class="wp-block-heading">Day 1</h2> <p>Sadly, no one signed up for the first day, Thursday, and no one was looking for a game, so I didn&#8217;t get to run it. Of course I was most worried about being ready for the first session, but I was ready.</p> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092655-1024x768.jpg" alt="" class="wp-image-8151" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092655-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092655-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092655-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092655-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092655-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 1 &#8211; Nearly full gaming hall with my table prepped.</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092708-1024x768.jpg" alt="" class="wp-image-8152" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092708-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092708-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092708-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092708-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_092708-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 1 &#8211; Waiting for Players before I finish setup.</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_123412-1024x768.jpg" alt="" class="wp-image-8153" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_123412-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_123412-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_123412-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_123412-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_123412-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"> Day 1 &#8211; Ray Otus with a refurbished Castle Grayskull DM screen and dice tower. With a Forrest Aguire sans fez.</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_200509-1024x768.jpg" alt="" class="wp-image-8154" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_200509-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_200509-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_200509-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_200509-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day1-20230323_200509-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 1 &#8211; Pat Kilbane with the current cut of his documentary, &#8220;The Dreams In Gary&#8217;s Basement&#8221;.</figcaption></figure> <h2 class="wp-block-heading">Day 2</h2> <p>The second day, I had 3 people signed up, but they all cancelled, but three fellows were available. I had them each run two PCs, which was a good mix. They had a blast. One of them showed up and was asking about my game, and bought one of the Delving Deeper books I stock up on from Lulu. This year, I planned to use them as a roll off gift after the session. Which when he located his two buddies, I still did, and because I had more than I needed after no game the day before I did the roll off, and sold another to the other. </p> <p>They loved the hexcrawl aspect and had a lot of random encounters. Their choice of where they teleported to got them quickly to the final encounter. The thief was turned to stone, but the rest of the party made some interesting choices in what they did and beat the princess and saved the queen.</p> <p>They had a blast and every time I saw them they were still pumped and ready to run Delving Deeper for their home group.</p> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_110504-1024x768.jpg" alt="" class="wp-image-8155" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_110504-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_110504-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_110504-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_110504-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_110504-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 2 &#8211; Running &#8220;Rescue From Fire Island&#8221; for the first time.</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153352-1024x768.jpg" alt="" class="wp-image-8156" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153352-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153352-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153352-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153352-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153352-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 2 &#8211; Giant mini sized print of a Dyson Logos dungeon with two DMs on each end running different groups.</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153616-1024x768.jpg" alt="" class="wp-image-8157" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153616-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153616-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153616-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153616-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153616-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 2 &#8211; Chgowiz running his battle for the moathouse from the module &#8220;Village of Hommlet&#8221;</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153643-1024x768.jpg" alt="" class="wp-image-8158" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153643-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153643-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153643-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153643-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day2-20230324_153643-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 2 &#8211; Closeup of Chgowiz&#8217;s 3-D printed Moathouse</figcaption></figure> <h2 class="wp-block-heading">Day 3</h2> <p>The third day, I had 7 signed up. Only one was a no show, but I had ran into a friend who had a younger friend looking for a game, so he joined in. They all had a blast and were also really into it.<br><br>They chose to come in closer to the pincess&#8217; castle and encountered the Juggernaut, the toughest monster in Delving Deeper, but managed to beat it and the princess. They also had no random encounters so got to the location of the final fight and beat the princess. The elf mage saved vs petrification TWICE! Three PCs died in the end.</p> <p>One of the players gave me a gift card to Target. They said they had one for each game they signed up for between $5 and $25 and they didn&#8217;t know which was which. That was a first for me, and I will use that to stock up on game materials like graph paper, etc.</p> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_113637-1024x768.jpg" alt="" class="wp-image-8159" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_113637-1024x768.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_113637-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_113637-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_113637-1536x1152.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_113637-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 3 &#8211; Full table of players for second running of &#8220;Rescue From Fire Island.&#8221;</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="577" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_160042-1024x577.jpg" alt="" class="wp-image-8160" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_160042-1024x577.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_160042-300x169.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_160042-768x433.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_160042-1536x866.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_160042-2048x1154.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 3 &#8211; The Administrator himself, Merle Rasmussen of Top Secret.</figcaption></figure> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="577" src="https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_162155-1024x577.jpg" alt="" class="wp-image-8161" srcset="https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_162155-1024x577.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_162155-300x169.jpg 300w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_162155-768x433.jpg 768w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_162155-1536x866.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2023/03/Day3-20230325_162155-2048x1154.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Day 3 &#8211; Todd Stashwick AKA Captain Shaw of the current season of Picard. We met last year and he recalled my name and my blog.</figcaption></figure> <h2 class="wp-block-heading">Day 4</h2> <p>The final day, 3 were signed up, but one cancelled. One showed up on time, but had to leave early because of when his ride was leaving and another showed up an hour late, so we only had about an hour left. Even if I tried starting at the end fight and they each ran 3 characters, I&#8217;m not sure I could have made it work in an hour. So we played my card game. One of the players bought Delving Deeper from me a few years ago at Marmalade Dog, so instead of a roll-off, I gave the gift book to the other fellow. Sadly, both times I play tested my card game this Gary Con, I forgot to take a picture mid game. We had fun and they both enjoyed it. </p> <p>I about lost my voice from talking loud enough to be heard over a crowded game room where almost every table was at play. By the time I got home Sunday evening, I felt bad and suspected if I didn&#8217;t have Covid, I had the flu. Muscle and join aches and increasing nasal drainage. I did a Covid test and I thought it might be a false positive because I didn&#8217;t notice the faint second line until after the 15-20 minute window to check it. The directions indicated that after 20 minutes if the second line showed up if is likely a false positive. So I was planning to re-test on Monday, but when my breakfast had no flavor and I felt worse, I knew I had Covid.</p> <p>I am so mad at myself. I still wear a mask going to the store or to pick up restaurant take out. At Gary Con they only required a negative Covid test or proof of vaccination, but did not require masks. I only wore a mask in line at registration, because we were packed tightly. I&#8217;m feeling a lot better today. My voice is worse due to all the drainage, but the random aches and pains are gone and I have a lot more energy.</p> <p>I&#8217;m resolved to wear a mask next year as I don&#8217;t every want to feel this bad again. It saddens me that I helped expose others to Covid. I wouldn&#8217;t wish this on anyone as I feel terrible. It&#8217;s only because of being fully vaxed and boosted that I&#8217;m already feeling better. </p> <p>I&#8217;m really disappointed in those who were sick or had been exposed who showed up and didn&#8217;t wear a mask. That is so selfish. I don&#8217;t like that I can&#8217;t trust anyone with my health and that it&#8217;s all on me. The world will never be like it was pre-Covid. At least not for a long time.</p> <p>But other than almost losing my voice and getting Covid, I had an awesome time. Gary Con is still my favorite convention. Not too big and everyone is happy to be there.</p> <h2 class="wp-block-heading">Spoilers</h2> <p>Don&#8217;t read this if you&#8217;d rather discover these things as a player in this scenario.</p> <p>The dread princess is a lich and the queen is the dragon. She has a magical collar that prevents her from transforming. The volcano will explode and destroy the island by the end of the 7th day if the queen isn&#8217;t sacrificed.</p> <h2 class="wp-block-heading">Inspiration</h2> <p>My granddaughter and I play a free-form RPG we made up called &#8220;Dragon&#8221; where she is a dragon. My son and his family lives with me, so she will come to my room and say, &#8220;Grandpa, let&#8217;s play &#8216;Dragon&#8217;!&#8221;</p> <p>So I thought for a moment and said, &#8220;OK, one day you wake up to the mocking laughter of the evil princess and find yourself in a dragon proof cage.&#8221; When I was thinking about what I could run at Gary Con this year, I easily made a more coherent scenario that would make for an interesting and challenging session.</p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2023/03/28/gary-con-15/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/conventions/" rel="tag">Conventions</a><a href="https://followmeanddie.com/tag/garycon/" rel="tag">GaryCon</a><a href="https://followmeanddie.com/tag/the-dreams-in-garys-basement/" rel="tag">The Dreams In Gary's Basement</a></span></footer></article><!-- #post-8150 --> <article id="post-8120" class="post-8120 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-ttrpg-2 tag-black-flag tag-ogl tag-open-dd tag-orc tag-rpg"> <a class="post-thumbnail" href="https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/" aria-hidden="true"> <img width="800" height="576" src="https://followmeanddie.com/wp-content/uploads/2023/01/OGLRollercoaster-EndoftheRide-800x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="OGL Rollercoaster - End of the Ride" decoding="async" loading="lazy" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/" rel="bookmark">OGL Rollercoaster &#8211; End of the Ride?</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/" rel="bookmark"><time class="entry-date" datetime="2023-01-28T15:05:16-05:00">January 28, 2023</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>The end of 2022 was full of rumbles about the OGL, but WOTC said it would be OK.</p> <p>January, 2023 soon revealed WOTC&#8217;s (Wizards of the Coast) claims that all was OK were soon proven to be a lie.</p> <p>Third Party Publishers and fans of games unrelated to D&amp;D that used the OGL 1.0a took a stand and prominent people on various social media took a stand. In my experience, Twitter and YouTube were the prominent sources of the latest information and links to articles, as well as discussions.</p> <p>While the OGL 1.0a was useful for those wanting to use D&amp;D idea and even for those making totally unrelated games, I don&#8217;t use the OGL. I did put it on 3 products that didn&#8217;t need it, since my stuff was all my own creation, so I removed the OGL 1.0a from those products as it was a wasted page.</p> <p>Things took a sudden turn the other day and after relaying that I explore a bit of encouragement to try other RPGs that aren&#8217;t D&amp;D or its clones.</p> <h2 class="wp-block-heading">Surprise!</h2> <p>Now WOTC has apparently waived the <a href="https://web.archive.org/web/20230127231514/https://www.dndbeyond.com/posts/1439-ogl-1-0a-creative-commons" target="_blank" rel="noreferrer noopener">white flag of unconditional surrender</a>. [Internet Archive Link so it doesn&#8217;t vanish.] They said that they will not attempt to de-authorize OGL 1.0a AND they released the <a href="https://www.dndbeyond.com/attachments/39j2li89/SRD5.1-CCBY4.0License.pdf" target="_blank" rel="noreferrer noopener">D&amp;D 5e SRD 5.1</a> under a <a href="https://creativecommons.org/licenses/by/4.0/legalcode" target="_blank" rel="noreferrer noopener">Creative Commons license</a>.</p> <p>Having the SRD 5.1 under an irrevocable CC license that also allows anyone to use it, change it, sell it, etc. as long as they give proper attribution means that a LOT of content is now free and available forever.</p> <p>The one caveat is one must avoid Trademark infringement. If you use the SRD 5.1 you can&#8217;t say it is compatible with D&amp;D or Dungeons &amp; Dragons like you can do if you don&#8217;t use SRD 5.1. You can say it is compatible with 5e. </p> <p>The biggest thing it opens up is the use of 5e style stat blocks and monster stat blocks and descriptions. While it does include the names of some previously taboo monsters and proper names, the state blocks and art of those are not included. Some of them are supposed to be trademarked. So while you can use the name, you must provide your own unique explanation of what they are if you want to make &#8220;safe&#8221; presentations of them in somethin you publish.</p> <p>There is NO EFFECT on your home games, or even your streamed games. </p> <h2 class="wp-block-heading">Moving Forward</h2> <p>Many efforts such as the <a href="https://paizo.com/community/blog/v5748dyo6si7v?Paizo-Announces-SystemNeutral-Open-RPG-License" target="_blank" rel="noreferrer noopener">ORC License</a> and Kobold Press&#8217;s <a href="https://koboldpress.com/raising-our-flag/" target="_blank" rel="noreferrer noopener">Project Black Flag</a>, and many others are still moving forward. WOTC has burnt the bridge of goodwill and realized it is too late for their biggest fans and supporters to join them. While some have decided this move by WOTC is enough for them and they will continue or return to D&amp;D, so many see WOTC as an unreliable corporate entity.</p> <p>The ORC License and Project Black Flag and others are continuing the course they feel WOTC forced them to take. </p> <p>The biggest beneficiaries of the whole mess have been the third party publishers, like Paizo, Kobold Press, Goodman Games, Troll Lord Games, and many smaller shops and individuals. Paizo is said to have sold 6 months of product in two weeks and are out of stock of their Pathfinder 2e books. Paizo was poised to regain the ground it lost to D&amp;D 5e. Back when D&amp;D 4e came out, many flocked to Paizo. Now history repeats itself.</p> <p>I&#8217;ve never played Pathfinder, and sadly, poor experience from players in organized Pathfinder Play at conventions have turned me off to it. I don&#8217;t care for organized play anyway. Plus I already have a large number of RPGs I received through Kickstarter Projects that I have yet to play.</p> <h2 class="wp-block-heading">Play Other RPGs</h2> <p>Many have pointed out that Pathfinder&#8217;s evolution from D&amp;D 3e makes it &#8220;just a clone&#8221; of D&amp;D and that there are other games besides D&amp;D and its clones. </p> <p>For RPG players that have only ever played D&amp;D 5th Edition they are unaware of other RPGs and may have reservations about trying something different.</p> <p>I want to join in those encouraging people to play games other than D&amp;D and their clones. I still run and play other old TSR RPGs, plus newer RPGs. As I mentioned above, I have several RPGs from Kickstarters I&#8217;ve backed, but have never played them. I hope to rectify that. I have stopped backing Kickstarters for new RPGs, so at least I have a smaller target of games to squeeze in.</p> <p>I began playing RPGs back in 1977 when the Holmes Blue Box Basic came out. We played many other TSR RPGs that existed &amp; new ones as they came out. My peer group of players in high school formed the Science Fiction Book Club to get around the Satanic Panic nuts and mostly played new RPGs or rotated GMs in the library after school. The librarian was our sponsor. We also dabbled at least once in several other non-TSR RPGs either at each other&#8217;s homes or the school library. </p> <p>The one thing that turned me off to some new games was the person running them loved them but didn&#8217;t yet have the skills to convey them and in those cases didn&#8217;t play the game again. <br><br>I&#8217;ve played even more since 2014 when I attended cons regularly.<br>Since D&amp;D was my first RPG, it sort of defined what an RPG was and hit harder than all the others. I was more of a science fiction fan back then, but still played more AD&amp;D than any other RPG.<br><br>I still run and play older versions of D&amp;D. However, I will run more non-WOTC games in the future.</p> <p>Check this link for my &#8220;<a href="https://trello.com/b/yNqxLHJl/rpgs" target="_blank" rel="noreferrer noopener">Game Stack</a>&#8221; of RPGs I have played and which I have one shots ready.</p> <p><strong>NOTE:</strong> I am not able to run them at present, but will let people know. I may do a monthly or weekly rotation to go through past one-shots I&#8217;ve run at conventions.</p> <h2 class="wp-block-heading">My Experience Trying New To Me RPGs</h2> <p>These are things game designers, character sheet designers, and GMs need to keep in mind.</p> <p>My biggest issue with picking up RPGs that are new to me is the rules. This is true due to my aging brain not making sense of some rules as I could in my teens and 20s. If I can&#8217;t figure out how to generate and fill out a character sheet in short order, it turns me off. If a character sheet has information that is needed during combat (or the equivalent bulk of play in an RPG) but it is on the BACK of the character sheet, I won&#8217;t have an enjoyable session as I am fighting against the character sheet.</p> <p>Both of the above examples are from my experience with D&amp;D 5e. I tried generating a character and filling out the official character sheet and I had to jump from section to section and one piece of information (passive perception as I recall) I struggled to find in the Player&#8217;s Handbook, but found it in the Starter Set. Character generation should be a two page spread and should walk through filling out the official character sheet. Jumping around is unhelpful.</p> <p>The character sheet issue was one where level abilities were on the back of the character sheet. In my first convention game playing 5e I didn&#8217;t figure out until the last round of combat that my character had advantage on initiative. That is something that should be on the front of the sheet. It wasn&#8217;t an official WOTC D&amp;D 5e sheet as I recall, but then maybe it was. It&#8217;s been a while.</p> <p>The other issue with picking up a D&amp;D 5e character that has lots of level based abilities and maybe a level of another class makes them have so many options that I don&#8217;t see how to play them effectively if you didn&#8217;t rise up through each level and played a few sessions with that character to figure out all the things. Every high level character I ever had I played them as they improved and gained spells, spell levels, items, etc. so I knew how to play them and do all that they could do in a given situation. </p> <p>Things like this have encouraged me to gravitate to simpler systems. Slot based or usage die based encumbrance is one. As a player of older RPGs my character sheet doesn&#8217;t inform what I can do. I am used to being able to attempt anything. Success is not necessarily guaranteed. Having a rule for everything is impossible. I want to play, not spend time fussing with trying to do everything &#8220;by the book.&#8221; </p> <p>I hate it when GMs say, &#8220;Your character can&#8217;t do X because&#8230;.&#8221; or they don&#8217;t even give a reason. Anyone should be able to wear armor, swing a sword, try to pick a lock, climb a wall, etc. Just because your character never studied to specialize doesn&#8217;t mean they can&#8217;t even try. </p> <p>Because of this, I much prefer the Yes/And, No/But, and Maybe approach. If there isn&#8217;t an official rule to allow something, I&#8217;m OK with a mutually agreed method of adjudication. Perhaps if RPGs suggested how a GM and Players can have a mutual way to do this it would satisfy those who need a rule for everything.</p> <p>The point is don&#8217;t be afraid to try new things. Some RPGs you won&#8217;t like. Try them under different GMs to ensure it wasn&#8217;t the GM presenting it poorly. One should try to play with different GMs and players anyway. It is easiest to do this at your local game store and at conventions. I always learn something from playing with different GMs and seeing the way they run their games. Similarly with different players I see how they approach different situations.</p> <p>As a GM running the same one shot at one or more conventions with different groups of players at each one, it is amazing how the same scenario ends up being totally different when a different mix of players, characters, and their choices make the game. Players ALWAYS see solutions I would never think of, so I present problems for them to solve and reasonable solutions will work. Some may not be assured of success, but I give them a roll when there is a chance of failure.</p> <p>Just remember, games are supposed to be fun. More fun is had when we respect each other and use our manners. Safety tools is party of that. If you can&#8217;t be kind to others at the table, then get some help to figure out why you can&#8217;t be kind. Being a jerk to a fellow human being is not fun. If you act like a jerk and use the excuse, &#8220;But that&#8217;s what my character would do.&#8221; you are NOT welcome at my table. If I&#8217;m a player, I&#8217;ll call it out and if there is no change, I will walk. If I&#8217;m the GM, I&#8217;ll call it out and if there is no change, <strong><em>you </em></strong>will walk. Enough of us humans are jerks to ourselves, we don&#8217;t need your help. Either be kind to others or go learn some solo RPGs where you can be a jerk to others in you own limited creativity.</p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/ttrpg-2/" rel="tag">#TTRPG</a><a href="https://followmeanddie.com/tag/black-flag/" rel="tag">Black Flag</a><a href="https://followmeanddie.com/tag/ogl/" rel="tag">OGL</a><a href="https://followmeanddie.com/tag/open-dd/" rel="tag">Open D&amp;D</a><a href="https://followmeanddie.com/tag/orc/" rel="tag">ORC</a><a href="https://followmeanddie.com/tag/rpg/" rel="tag">RPG</a></span></footer></article><!-- #post-8120 --> <article id="post-6743" class="post-6743 post type-post status-publish format-standard hentry category-rpgs tag-rpgs-for-kids"> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/" rel="bookmark">Making up A Game with My Granddaughter</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/" rel="bookmark"><time class="entry-date" datetime="2022-12-31T16:27:33-05:00">December 31, 2022</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>Back in August, 2019, I made up a super simple RPG with my granddaughter called &#8220;Dragon.&#8221; She was a player with a bent to be co-DM as she wanted the story to go a certain way. So while she&#8217;s got the mental capacity to play an RPG, she doesn&#8217;t yet have the hang of player/GM distinction.</p> <p>She is a blue dragon who breathes lightning.She ate a bunch of people who were causing trouble. But she doesn&#8217;t eat them for her diet. She just drinks water and milk.</p> <p>Then some more people came with weapons because they were upset she ate people. She breathed lightning on them. (I didn&#8217;t make it easy to just eat them as they were armored/prepared for that.)<br>While she was busy with the ones with weapons, some others were trying to take her treasure. She dealt with the thieves by stomping on them.</p> <p>She elaborated that she has 3 sisters and they all have Anna and Elsa dresses (AKA Frozen) and had a slumber party.</p> <p>She dominated the narrative, because things have to go her way. </p> <p>I decided to do this since she was using her magic wand to &#8220;write&#8221; on my skin, my desk, etc. I used my magic to get rid of it. The little stinker said, &#8220;Magic, magic, take away your magic. Now you don&#8217;t have magic!&#8221;</p> <p>So I decided it was time to add dice to our make believe. She loved that idea!</p> <p>I let her choose what dice to roll for different things. I was thinking along the lines of stats, but nothing solid.</p> <p>I just used dice for how many people eaten, causing trouble, trying to steal, etc.</p> <p>Probably a simplified FATE like system or just use different dice for amounts. </p> <p>She&#8217;s loved rolling my different dice since she was about 2. Back then it was <em>what&#8217;s that number</em>? Then it became <em>which number is bigger</em>, the one on your die or mine? So fun to play with her &amp; see her so excited. </p> <h2 class="wp-block-heading">Developments in The Game</h2> <p>We still occasionally play this game. </p> <p>Trying to come of up a scenario that isn&#8217;t just a repeat of the last one or that she buys into is more challenging as she gets older. The last time she asked to play a couple weeks ago, she was greatly disappointed as I had a creative drought and my mind was blank for ideas. Work stress just saps my ability to be creative.</p> <h2 class="wp-block-heading">Last post of the year</h2> <p>Today is December 31, 2022. It&#8217;s been a challenging year in many ways, just read the headlines. Personal issues have come and gone, and I&#8217;m still here.</p> <p>May your 2023 be filled with health, happiness, loved ones, and gaming!</p> <p>I&#8217;m doing the Dungeon23 Challenge, and will share progress perhaps on a monthly basis. I plan to do as much or as little each day I set aside time to work on it. January is my busiest time of year at work, so I plan to work ahead starting this 3 day weekend.</p> <p>I also just submitted my scenario to Gary Con that I plan to run each morning for a total of 4 times. I&#8217;m considering doing a playtest online before then.</p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/rpgs-for-kids/" rel="tag">RPGs for Kids</a></span></footer></article><!-- #post-6743 --> <article id="post-8092" class="post-8092 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-blogs tag-rpgba"> <a class="post-thumbnail" href="https://followmeanddie.com/2022/12/13/farewell-rpgba/" aria-hidden="true"> <img width="800" height="576" src="https://followmeanddie.com/wp-content/uploads/2022/12/Farewell-RPGBA-800x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Farewell RPG Blog Alliance" decoding="async" loading="lazy" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2022/12/13/farewell-rpgba/" rel="bookmark">Farewell RPGBA</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2022/12/13/farewell-rpgba/" rel="bookmark"><time class="entry-date" datetime="2022-12-13T10:11:05-05:00">December 13, 2022</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2022/12/13/farewell-rpgba/#comments">7 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>The <a href="https://ofdiceanddragons.com/rpg-blog-alliance/" target="_blank" rel="noreferrer noopener">RPGBA </a>(Role Playing Blog Alliance) was a website with an RSS Feed of RPG Bloggers. It had a strong presence on G+. When the original owner of the site wanted to step away and had planned for it to just end, Scott Newbury of the blog <a href="https://ofdiceanddragons.com/" target="_blank" rel="noreferrer noopener">of Dice and Dragons</a> took over. When G+ ended the group moved to MeWe.</p> <p>Even though RSS feeds took a big hit when the wonderful support built in to many browsers was taken away the <a href="https://ofdiceanddragons.com/rpg-blog-alliance/" target="_blank" rel="noreferrer noopener">RSS feed PGBA</a> was still going strong.</p> <p>As with the passing of G+ and the fading of Twitter as a go to for many TTRPG topics, so too is the RPGA going away. This includes shuttering the MeWe site. Since it is behind a login, all the posts there will be lost unless Scott decides to somehow archive them.</p> <p>I considered for a moment stepping in, but I have myself spread thin already.</p> <p>I checked the list of blogs and for some reason, mine isn&#8217;t there. I pulled the list and made a copy that I have posted on a page of my blog <a href="https://followmeanddie.com/rpga-list/" target="_blank" rel="noreferrer noopener">here</a>. So many blogs have gone dark over the years. Sadly, several went dark and were never or not recently updated on the <a href="https://archive.org/web/" target="_blank" rel="noreferrer noopener">Internet Archive</a>.</p> <p>I encourage everyone with a blog to ensure their site is backed up on the Internet Archive. <a href="https://help.archive.org/help/save-pages-in-the-wayback-machine/" target="_blank" rel="noreferrer noopener">This page explains how to archive individual pages</a> manually or with browser extensions, and there is an option to crawl pages you specify. </p> <h2 class="wp-block-heading">Prior Site</h2> <p>It should be noted that the RPGBA stepped in when another site for the same purpose ceased accepting new members and itself faded into the mists of time. Sadly, I don&#8217;t recall the name of that prior site. Like many others, I waited two plus years for my blog to be accepted, when it went dark.<br><br></p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2022/12/13/farewell-rpgba/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/blogs/" rel="tag">Blogs</a><a href="https://followmeanddie.com/tag/rpgba/" rel="tag">RPGBA</a></span></footer></article><!-- #post-8092 --> <article id="post-8075" class="post-8075 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-dungeon23"> <a class="post-thumbnail" href="https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2022/12/Dungeon23Challenge-NarrowingTheFocus-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Dungeon23 Challenge - Narrowing The Focus" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2022/12/Dungeon23Challenge-NarrowingTheFocus-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2022/12/Dungeon23Challenge-NarrowingTheFocus-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/" rel="bookmark">Dungeon 23 Challenge Narrowing The Scope</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/" rel="bookmark"><time class="entry-date" datetime="2022-12-11T19:47:39-05:00">December 11, 2022</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/#comments">3 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>I&#8217;ve decided to do the #Dungeon23 Challenge as I mentioned in my <a href="https://followmeanddie.com/2022/12/09/dungeon-23-challenge/" target="_blank" rel="noreferrer noopener">prior post</a> where I describe what it is, resources some have suggested, and my own ideas about it.</p> <p>The biggest issues after sticking with it for a year are narrowing the scope of the project so that it is manageable, and narrowing the scope to what resources one uses to generate the maps, select themes, and populate each room.</p> <p>Some can just wing it and do it all off the top of their head. If I did that, it would be rather bland. I want something fun and interesting that others would want to use, whether in whole or in part.</p> <p>For generating the dungeon, I&#8217;m thinking of the 1e DMG Random Dungeon Generation tables. At the least, I will use it to plan the entrances to the dungeon. I think having multiple levels have a connection to the surface, even if a convoluted connection, makes sense. Some of those connections would be how various creatures get into the dungeon to begin with.</p> <p>I think there should be factions in the dungeon that control a section of a single level, or multiple levels along obvious stairwells, etc. Food, water, waste disposal, power, control (of areas, creatures, features, magic, etc.), alliances, absolute enemies, minions, lieutenants, and bosses, should all make sense. Just figuring out how all this works would be part of the adventure and exploration for a party of adventurers.</p> <h2 class="wp-block-heading">My Process</h2> <p>I&#8217;ve decided to stick with what I have and use a Graph Composition book for thee #Dungeon23 Challenge.</p> <p>I have an index page and page 1 is for Brainstorming.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="768" height="1024" src="https://followmeanddie.com/wp-content/uploads/2022/12/BrainstormingDungeon23Challenge-20221209_133516-768x1024.jpg" alt="" class="wp-image-8077" srcset="https://followmeanddie.com/wp-content/uploads/2022/12/BrainstormingDungeon23Challenge-20221209_133516-768x1024.jpg 768w, https://followmeanddie.com/wp-content/uploads/2022/12/BrainstormingDungeon23Challenge-20221209_133516-225x300.jpg 225w, https://followmeanddie.com/wp-content/uploads/2022/12/BrainstormingDungeon23Challenge-20221209_133516-1152x1536.jpg 1152w, https://followmeanddie.com/wp-content/uploads/2022/12/BrainstormingDungeon23Challenge-20221209_133516-1536x2048.jpg 1536w, https://followmeanddie.com/wp-content/uploads/2022/12/BrainstormingDungeon23Challenge-20221209_133516-scaled.jpg 1920w" sizes="auto, (max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Brainstorming Page &#8211; Even more ideas below.</figcaption></figure></div> <p>Using ideas I&#8217;ve scrawled in notebooks or written blog posts about or new ideas.</p> <ul class="wp-block-list"> <li>Levers &amp; tilting floors, sliding walls, etc. Both simple and complex traps. Some of which are not obvious to the trapped that they have been trapped.</li> <li>Kobolds as maintainer &amp; re-setters of traps. They get food and wealth from traps. However, they compete with carrion eating monsters. Kobold controlled territory will have fewer carrion monsters.<br>Kobolds will ignore those who ignore them.</li> <li>Magic and other items will be USED by dungeon dwellers. Adventurers will RARELY find magic items not being used.</li> <li>Not everything in the dungeon is a monster to be slain. Killing intelligent creatures will invoke the enmity of all the others against those responsible. Murder hobos will not last long. </li> <li>Using wits and planning and avoiding fighting as was the case with original D&amp;D style of play will achieve better results. Only creatures of animal intelligence or truly evil intent will the party be at risk of a fight.</li> <li>Balanced encounters are not a thing. Creatures of more HD than the level of the dungeon will not be rare, especially near connections between levels. Factions that span multiple levels will project power in this way. Masses of low HD creatures will offset the advantages of multiple HD creatures, especially if the low HD creatures are cunning and cooperative.</li> <li>Various tricks and trap ideas I&#8217;ve written about on my blog or in various notebooks, but never used.</li> <li>Food, Water, and Waste &#8211; How do the dungeon inhabitants survive and not fill up the passageways with refuse?</li> <li>How do intelligent dungeon inhabitants make use of the unintelligent ones to maximize their strength and control of their territory?</li> <li>Creative encounter tables &#8211; See Nested/Dynamic Encounters below.</li> </ul> <h2 class="wp-block-heading">Deciding Which Resources To Use</h2> <p>There are far too many good resources to help generate and populate dungeons to just limit it to one resource. This includes manuals of both old and new games, gaming resources for such things, and so many blog posts over the years of OSR blogs about this very topic.</p> <p>No one resource has everything I feel that I need for this. If I only had to pick one resource it would be the <a href="https://www.drivethrurpg.com/product/17004/Dungeon-Masters-Guide-1ey?affiliate_id=203222" target="_blank" rel="noreferrer noopener">AD&amp;D 1e DMG</a> [Affiliate Link]. This would be Appendices:</p> <ul class="wp-block-list"> <li>A &#8211; Random Dungeon Generation</li> <li>G &#8211; Traps</li> <li>H &#8211; Tricks</li> <li>I &#8211; Dungeon Dressing</li> <li>K &#8211; Describing Magical Substances</li> </ul> <h2 class="wp-block-heading">More Blog Articles On Megadungeons</h2> <p>Here is a collection of links to various blog posts about megadungeons. Some of them are collections of articles. Sadly, many old blogs and some articles are no more, not even on the Internet Archive&#8217;s Wayback Machine.</p> <figure class="wp-block-embed is-type-wp-embed is-provider-greyhawk-grognard wp-block-embed-greyhawk-grognard"><div class="wp-block-embed__wrapper"> <blockquote class="wp-embedded-content" data-secret="L8aeNqzxde"><a href="https://www.greyhawkgrognard.com/2008/12/20/old-school-campaign-tent-poles/">Old School Campaign Tent Poles</a></blockquote><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8220;Old School Campaign Tent Poles&#8221; &#8212; Greyhawk Grognard" src="https://www.greyhawkgrognard.com/2008/12/20/old-school-campaign-tent-poles/embed/#?secret=BZY1f2d7au#?secret=L8aeNqzxde" data-secret="L8aeNqzxde" width="474" height="267" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> </div></figure> <p><a href="http://grognardia.blogspot.com/2009/02/old-school-dungeon-design-guidelines.html" target="_blank" rel="noreferrer noopener">http://grognardia.blogspot.com/2009/02/old-school-dungeon-design-guidelines.html</a></p> <p><a href="http://thedragonsflagon.blogspot.com/2012/05/secret-door-triggers.html" target="_blank" rel="noreferrer noopener">http://thedragonsflagon.blogspot.com/2012/05/secret-door-triggers.html</a></p> <p><a href="http://therustybattleaxe.blogspot.com/2013/12/megadungeon-hall-of-fame-megadungeon.html" target="_blank" rel="noreferrer noopener">http://therustybattleaxe.blogspot.com/2013/12/megadungeon-hall-of-fame-megadungeon.html</a></p> <p><a href="http://thedragonsflagon.blogspot.com/2014/01/keying-corridors.html" target="_blank" rel="noreferrer noopener">http://thedragonsflagon.blogspot.com/2014/01/keying-corridors.html</a></p> <p><a href="http://initiativeone.blogspot.com/2014/02/ready-reference-whats-blocking-corridor.html" target="_blank" rel="noreferrer noopener">http://initiativeone.blogspot.com/2014/02/ready-reference-whats-blocking-corridor.html</a></p> <figure class="wp-block-embed is-type-wp-embed is-provider-greyhawk-grognard wp-block-embed-greyhawk-grognard"><div class="wp-block-embed__wrapper"> <blockquote class="wp-embedded-content" data-secret="pEXwakBPxC"><a href="https://www.greyhawkgrognard.com/2014/02/21/megadungeon-talk-abounds/">Megadungeon talk abounds!</a></blockquote><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8220;Megadungeon talk abounds!&#8221; &#8212; Greyhawk Grognard" src="https://www.greyhawkgrognard.com/2014/02/21/megadungeon-talk-abounds/embed/#?secret=fB0PkDufwE#?secret=pEXwakBPxC" data-secret="pEXwakBPxC" width="474" height="267" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> </div></figure> <p><a href="http://9and30kingdoms.blogspot.com/2014/02/random-dungeon-musings.html" target="_blank" rel="noreferrer noopener">http://9and30kingdoms.blogspot.com/2014/02/random-dungeon-musings.html</a></p> <p><a href="https://dungeonfantastic.blogspot.com/p/megadungeon-design.html">https://dungeonfantastic.blogspot.com/p/megadungeon-design.html</a></p> <p><a href="https://www.dragonsfoot.org/forums/viewtopic.php?f=42&amp;t=27662">https://www.dragonsfoot.org/forums/viewtopic.php?f=42&amp;t=27662</a></p> <p><a href="http://beyondtheblackgate.blogspot.com/search?q=megadungeon+design+and+philosophy" target="_blank" rel="noreferrer noopener">http://beyondtheblackgate.blogspot.com/search?q=megadungeon+design+and+philosophy</a></p> <p><a href="http://therustybattleaxe.blogspot.com/p/dungeon-links.html" target="_blank" rel="noreferrer noopener">http://therustybattleaxe.blogspot.com/p/dungeon-links.html</a></p> <p><a href="http://therustybattleaxe.blogspot.com/p/megadungeon-links-ii-maps-tables.html" target="_blank" rel="noreferrer noopener">http://therustybattleaxe.blogspot.com/p/megadungeon-links-ii-maps-tables.html</a></p> <h2 class="wp-block-heading">Dynamic/Nested Encounter Tables</h2> <p>This is a great idea that can be applied to dungeons, cities, and hexcrawls to make encounter tables generate more interesting results. Or use as a base to make custom encounter tables including those options. (Great for one shots and convention games, or modules.)</p> <p><a href="http://monstersandmanuals.blogspot.com/2011/10/dynamicnested-encounter-tables.html" target="_blank" rel="noreferrer noopener">http://monstersandmanuals.blogspot.com/2011/10/dynamicnested-encounter-tables.html</a></p> <p><a href="http://www.welshpiper.com/dynamic-encounter-tables/#more-2342" target="_blank" rel="noreferrer noopener">http://www.welshpiper.com/dynamic-encounter-tables/#more-2342</a></p> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/dungeon23/" rel="tag">Dungeon23</a></span></footer></article><!-- #post-8075 --> <article id="post-8070" class="post-8070 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-dungeon23"> <a class="post-thumbnail" href="https://followmeanddie.com/2022/12/09/dungeon-23-challenge/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2022/12/Dungeon23Challenge-e1670566186745-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Dungeon 23 Challenge" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2022/12/Dungeon23Challenge-e1670566186745-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2022/12/Dungeon23Challenge-e1670566186745-672x372.jpg 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2022/12/09/dungeon-23-challenge/" rel="bookmark">Dungeon 23 Challenge</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2022/12/09/dungeon-23-challenge/" rel="bookmark"><time class="entry-date" datetime="2022-12-09T01:11:45-05:00">December 9, 2022</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2022/12/09/dungeon-23-challenge/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="pf-content"> <p>Sean McCoy kicked off an idea on Twitter that soon took off.</p> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> https://twitter.com/seanmccoy/status/1599809865836363782 </div><figcaption class="wp-element-caption">Dungeon23</figcaption></figure> <p>He went into more detail on his <a href="https://seanmccoy.substack.com/p/dungeon23" target="_blank" rel="noreferrer noopener">blog</a>.</p> <h4 class="wp-block-heading">The idea is simple:</h4> <ul class="wp-block-list"> <li>12 Months &#8211; Levels</li> <li>52 Weeks &#8211; Themes</li> <li>365 Days &#8211; Rooms</li> </ul> <p>Some rooms are empty. Descriptions need not be complex. That is, keep it simple.</p> <p>This idea has taken hold across Twitter, Mastodon, blogs, and other social media.</p> <h4 class="wp-block-heading">Some have lists of a few Megadungeon Resources:</h4> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <blockquote class="twitter-tweet" data-width="474" data-dnt="true"><p lang="en" dir="ltr">Has anyone compiled a list of different great megadungeon resources for <a href="https://twitter.com/hashtag/dungeon23?src=hash&amp;ref_src=twsrc%5Etfw">#dungeon23</a>? <br><br>I’ve collected a few before I remembered I shared a thread from last year that had a ton of stuff in it.</p>&mdash; Goblin Archives (he/him) (@goblin_archives) <a href="https://twitter.com/goblin_archives/status/1601058369447825408?ref_src=twsrc%5Etfw">December 9, 2022</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> https://twitter.com/yungdumbitch/status/1371617098930122754 </div></figure> <h4 class="wp-block-heading">Some have created resources specific to the theme of a room per day:</h4> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> https://twitter.com/zwgarth/status/1600637717162987524 </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <blockquote class="twitter-tweet" data-width="474" data-dnt="true"><p lang="en" dir="ltr">I&#39;m joining <a href="https://twitter.com/hashtag/dungeon23?src=hash&amp;ref_src=twsrc%5Etfw">#dungeon23</a> but I wanted to make my own fancy li&#39;l printable journal for it. It&#39;s free for anyone to download, print and distribute. Have fun and make cool stuff.<a href="https://t.co/n8jqQBJu0x">https://t.co/n8jqQBJu0x</a></p>&mdash; Shouting Crow (@ShoutCrowPress) <a href="https://twitter.com/ShoutCrowPress/status/1600996270805757952?ref_src=twsrc%5Etfw">December 8, 2022</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div></figure> <h4 class="wp-block-heading">One posted a carrd page with the suggested 52 weekly themes.</h4> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> https://twitter.com/wldenning/status/1600554252446973989 </div></figure> <h2 class="wp-block-heading">My Musings</h2> <p>It caught my imagination too. I am so close to acting on this challenge.</p> <p>The <a href="https://dice.camp/tags/Dungeon23">#Dungeon23</a> idea is interesting. The original idea is to use a weekly planner and do one level each month, one room each day.<br>The result is a 12 level 365 room megadungeon.</p> <p>This needn&#8217;t be limited to a dungeon. It could be: </p> <ul class="wp-block-list"> <li>12 separate dungeons, </li> <li>12 districts of a city, </li> <li>12 regions of a wilderness. </li> <li>All places to explore.</li> </ul> <p>I&#8217;ve always wanted to do a megadungeon. All efforts thus far have ended way too soon.<br><br>I&#8217;m <s>debating</s> doing this. Getting past January will be the hard part, my busy time at work.</p> <ul class="wp-block-list"> <li>One could also plan out their own multi-level generation ship for Metamorphosis Alpha.</li> <li>A large base or space station.</li> <li>A mine.</li> <li>So many possibilities&#8230;.</li> </ul> <p>The dilemma is which idea to settle on and actually do it.</p> <ul class="wp-block-list"> <li>A monthly blog post to show each month&#8217;s results?</li> <li>Clean it up &amp; publish it?</li> </ul> <p>Making sense of it so that it is an organic structure with factions &amp; any changes resulting from adventurers will change how things proceed.</p> <ul class="wp-block-list"> <li>What planner to use?</li> <li>Physical or digital?</li> </ul> <p>Time to let the mind wander.</p> <p>I favor Graph Composition notebooks that are 200 pages of quad ruled paper.<br>40 x 28 squares per page. That&#8217;s 1,120 squares.<br>Seems small for 31 rooms, not leaving room for hallways that&#8217;s 17.5 8&#215;8 rooms, or 70 4&#215;4 rooms.</p> <p>The page seems small until you start to build something that makes some sort of sense. Not all rooms will be tight packed.</p> <p>Some plan of general structure and guidance makes sense.</p> <p>The goal is to finish, so a plan to help succeed means pre-planning.</p> <p>Each level could be a different smaller dungeon connected by portals.<br>The portals could be one way or have the connector back to the prior dungeon be in a separate location.</p> <p>So many ideas&#8230;.</p> <p>The <a href="https://followmeanddie.com/tag/megadungeons/" target="_blank" rel="noreferrer noopener">Megadungeon tag on my blog</a>.</p> <h2 class="wp-block-heading">City 23 Challenge</h2> <p>I see some are doing the <a href="https://dice.camp/tags/City23">#City23</a> challenge instead of the <a href="https://dice.camp/tags/dungeon23">#dungeon23</a></p> <p>Back in 2015 for the April A to Z blogging challenge, my theme was cities. That might help those doing the city challenge get some ideas.</p> <figure class="wp-block-embed is-type-wp-embed is-provider-follow-me-and-die wp-block-embed-follow-me-and-die"><div class="wp-block-embed__wrapper"> <blockquote class="wp-embedded-content" data-secret="zFbfKTgKog"><a href="https://followmeanddie.com/2015/03/23/2015-a-to-z-challenge-theme-reveal-citiescities-as-ruinscities-as-megadungeons/">2015 A to Z Challenge Theme Reveal &#8211; Cities/Cities As Ruins/Cities As Megadungeons</a></blockquote><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8220;2015 A to Z Challenge Theme Reveal &#8211; Cities/Cities As Ruins/Cities As Megadungeons&#8221; &#8212; Follow Me And Die!" src="https://followmeanddie.com/2015/03/23/2015-a-to-z-challenge-theme-reveal-citiescities-as-ruinscities-as-megadungeons/embed/#?secret=17IFzg4PMo#?secret=zFbfKTgKog" data-secret="zFbfKTgKog" width="474" height="267" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> </div></figure> <div class="printfriendly pf-button pf-button-content pf-alignleft"> <a href="https://followmeanddie.com/2022/12/09/dungeon-23-challenge/?pfstyle=wp" rel="nofollow" onclick="" title="Printer Friendly, PDF & Email"> <img decoding="async" class="pf-button-img" src="https://cdn.printfriendly.com/buttons/printfriendly-pdf-button.png" alt="Print Friendly, PDF & Email" style="width: 112px;height: 24px;" /> </a> </div></div> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/dungeon23/" rel="tag">Dungeon23</a></span></footer></article><!-- #post-8070 --> <nav class="navigation paging-navigation"> <h1 class="screen-reader-text"> Posts navigation </h1> <div class="pagination loop-pagination"> <span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://followmeanddie.com/page/2/">2</a> <span class="page-numbers dots">&hellip;</span> <a class="page-numbers" href="https://followmeanddie.com/page/86/">86</a> <a class="next page-numbers" href="https://followmeanddie.com/page/2/">Next &rarr;</a> </div><!-- .pagination --> </nav><!-- .navigation --> </div><!-- #content --> </div><!-- #primary --> </div><!-- #main-content --> <div id="secondary"> <h2 class="site-description">Ramblings of an Old Gamer</h2> <nav class="navigation site-navigation secondary-navigation"> <div class="menu-site-badges-container"><ul id="menu-site-badges" class="menu"><li id="menu-item-7984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7984"><a rel="me" href="https://dice.camp/@FollowMeAndDie">Mastodon</a></li> <li id="menu-item-7985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7985"><a href="https://www.youtube.com/c/Followmeanddie">You Tube</a></li> <li id="menu-item-7986" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7986"><a href="https://twitter.com/followmeanddie1">Twitter</a></li> <li id="menu-item-7987" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7987"><a href="https://www.facebook.com/FollowMeAndDie">Facebook</a></li> <li id="menu-item-7988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7988"><a href="https://www.instagram.com/followme_anddie/?hl=en">Instagram</a></li> <li id="menu-item-7989" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7989"><a href="https://www.tiktok.com/@follow.me.and.die?">TikTok</a></li> <li id="menu-item-7990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7990"><a href="https://www.twitch.tv/followmeanddie">Twitch</a></li> </ul></div> </nav> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <aside id="text-35" class="widget widget_text"><h1 class="widget-title">Support My Blog</h1> <div class="textwidget"><p>Links to DriveThruRPG and Game Science are Affiliate links. A portion of your purchase price supports this blog and my other efforts.</p> </div> </aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com//saleguide.php?affiliate_id=203222"><img src="http://www.drivethrurpg.com//images/site_resources/DTRPG-HugeDiscounts-BannerB.png" border="0" alt="Huge Discounts on your Favorite RPGs @ DriveThruRPG.com" /></a></div></aside><aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.gamescience.com/?AffId=22"><img border="0" src="http://followmeanddie.com/wp-content/uploads/2017/09/GameScience.png"></a></div></aside><aside id="custom_html-10" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://www.patreon.com/bePatron?u=604764" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script></div></aside><aside id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'P5P4SPFF');kofiwidget2.draw();</script> </div></aside><aside id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="alignleft"> <script type="text/javascript"> amzn_assoc_ad_type = "banner"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_placement = "assoc_banner_placement_default"; amzn_assoc_campaigns = "amazonhomepage"; amzn_assoc_banner_type = "rotating"; amzn_assoc_p = "42"; amzn_assoc_width = "234"; amzn_assoc_height = "60"; amzn_assoc_tracking_id = "fmad20-20"; amzn_assoc_linkid = "2d640fe573ea07c548ad1a8933b3f12e"; </script> <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script> </div></div></aside><aside id="custom_html-5" class="widget_text widget widget_custom_html"><h1 class="widget-title">Listen on Anchor</h1><div class="textwidget custom-html-widget"><iframe src="https://anchor.fm/follow-me-and-die/embed" height="102px" width="400px" frameborder="0" scrolling="no"></iframe></div></aside><aside id="rss-2" class="widget widget_rss"><h1 class="widget-title"><a class="rsswidget rss-widget-feed" href="http://followmeanddie.com/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://followmeanddie.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://followmeanddie.com/">Follow Me And Die!</a></h1><nav aria-label="Follow Me And Die!"><ul><li><a class='rsswidget' href='https://followmeanddie.com/2023/12/31/time-rolls-on/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=time-rolls-on'>Time Rolls On</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-dreams-in-garys-basement-update'>The Dreams In Gary’s Basement Update</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/18/14th-blogversary/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=14th-blogversary'>14th Blogversary!</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-experience-using-chatgpt'>My First Experience Using ChatGPT</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/03/28/gary-con-15/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gary-con-15'>Gary Con 15</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ogl-rollercoaster-end-of-the-ride'>OGL Rollercoaster – End of the Ride?</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-up-a-game-with-my-granddaughter'>Making up A Game with My Granddaughter</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/13/farewell-rpgba/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=farewell-rpgba'>Farewell RPGBA</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dungeon-23-challenge-narrowing-the-scope'>Dungeon 23 Challenge Narrowing The Scope</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/09/dungeon-23-challenge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dungeon-23-challenge'>Dungeon 23 Challenge</a></li></ul></nav></aside><aside id="custom_html-7" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC?affiliate_id=203222"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2022/11/DTRPGPubPageForBlog140x200Avatar.png" alt="My Publisher Page on DriveThruRPG"></a></div></aside><aside id="custom_html-8" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://secure.backblaze.com/r/01cjx8"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2018/08/backblaze-logo.gif" alt="Get a free month of BackBlaze"></a></div></aside><aside id="linkcat-108" class="widget widget_links"><h1 class="widget-title">TABLES</h1> <ul class='xoxo blogroll'> <li><a href="http://followmeanddie.com/2014/10/26/10-tons-cement-reveal-ant-nest/" title="Not my table, but a very interesting one.">10 Tons Cement Reveal Ant Nest</a></li> <li><a href="http://followmeanddie.com/2014/11/24/adventuremodule-names/">Adventure/Module Names</a></li> <li><a href="http://followmeanddie.com/2014/11/07/all-the-dice-tablesgenerators/" title="A collection of tables from across the OSR.">All The Dice Tables/Generators</a></li> <li><a href="http://followmeanddie.com/2014/05/15/calendar-and-random-generation/">Calendar And Random Generation</a></li> <li><a href="http://followmeanddie.com/2016/09/04/dice-chain-to-inspire-number-of-player-character-racial-enclaves/" title="Dice Chain For Number of Racial Enclaves">Dice Chain For Number of Racial Enclaves</a></li> <li><a href="http://followmeanddie.com/2014/11/07/dice-drop-generators/" title="A collection of tables from across the OSR.">Dice Drop Generators</a></li> <li><a href="http://followmeanddie.com/2012/08/28/directions/">Directions</a></li> <li><a href="http://followmeanddie.com/2014/03/15/encounter-tables/">ENCOUNTER TABLES Aren’t Just For Monsters</a></li> <li><a href="http://followmeanddie.com/2016/12/19/undead-in-add-part-2/" title="Expanded Turning Undead Chart">Expanded Turning Undead Chart</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-humanoid-age-table/">FMAD Humanoid Age Table</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-name-generator/">FMAD Name Generator</a></li> <li><a href="http://followmeanddie.com/2014/11/27/group-name-generator/">Group Name Generator</a></li> <li><a href="http://followmeanddie.com/2016/02/25/ideas-for-hidden-itemssecret-doors/" title="Hidden &amp; Secret">Hidden &amp; Secret</a></li> <li><a href="http://followmeanddie.com/2014/06/21/how-many-hours-of-daylight/">How Many Hours of Daylight?</a></li> <li><a href="http://followmeanddie.com/2015/02/21/locks/">Locks</a></li> <li><a href="http://followmeanddie.com/2015/05/27/loot-carriers-table/" title="Loot Carriers">Loot Carriers</a></li> <li><a href="http://followmeanddie.com/2014/11/01/osr-converters/">OSR Converters</a></li> <li><a href="http://followmeanddie.com/2014/03/26/rule-of-9s/">Rule of 9’s</a></li> <li><a href="http://followmeanddie.com/2016/09/06/ship-names/" title="Ship Names">Ship Names</a></li> <li><a href="http://followmeanddie.com/2014/10/17/what-is-the-osr-2/">What is the OSR?</a></li> </ul> </aside> <aside id="archives-2" class="widget widget_archive"><h1 class="widget-title">Archives</h1><nav aria-label="Archives"> <ul> <li><a href='https://followmeanddie.com/2023/12/'>December 2023</a></li> <li><a href='https://followmeanddie.com/2023/07/'>July 2023</a></li> <li><a href='https://followmeanddie.com/2023/05/'>May 2023</a></li> <li><a href='https://followmeanddie.com/2023/03/'>March 2023</a></li> <li><a href='https://followmeanddie.com/2023/01/'>January 2023</a></li> <li><a href='https://followmeanddie.com/2022/12/'>December 2022</a></li> <li><a href='https://followmeanddie.com/2022/11/'>November 2022</a></li> <li><a href='https://followmeanddie.com/2022/09/'>September 2022</a></li> <li><a href='https://followmeanddie.com/2022/04/'>April 2022</a></li> <li><a href='https://followmeanddie.com/2022/03/'>March 2022</a></li> <li><a href='https://followmeanddie.com/2021/12/'>December 2021</a></li> <li><a href='https://followmeanddie.com/2021/10/'>October 2021</a></li> <li><a href='https://followmeanddie.com/2021/07/'>July 2021</a></li> <li><a href='https://followmeanddie.com/2021/05/'>May 2021</a></li> <li><a href='https://followmeanddie.com/2021/04/'>April 2021</a></li> <li><a href='https://followmeanddie.com/2021/03/'>March 2021</a></li> <li><a href='https://followmeanddie.com/2021/02/'>February 2021</a></li> <li><a href='https://followmeanddie.com/2021/01/'>January 2021</a></li> <li><a href='https://followmeanddie.com/2020/12/'>December 2020</a></li> <li><a href='https://followmeanddie.com/2020/09/'>September 2020</a></li> <li><a href='https://followmeanddie.com/2020/08/'>August 2020</a></li> <li><a href='https://followmeanddie.com/2020/07/'>July 2020</a></li> <li><a href='https://followmeanddie.com/2020/06/'>June 2020</a></li> <li><a href='https://followmeanddie.com/2020/05/'>May 2020</a></li> <li><a href='https://followmeanddie.com/2020/04/'>April 2020</a></li> <li><a href='https://followmeanddie.com/2020/03/'>March 2020</a></li> <li><a href='https://followmeanddie.com/2020/02/'>February 2020</a></li> <li><a href='https://followmeanddie.com/2020/01/'>January 2020</a></li> <li><a href='https://followmeanddie.com/2019/12/'>December 2019</a></li> <li><a href='https://followmeanddie.com/2019/11/'>November 2019</a></li> <li><a href='https://followmeanddie.com/2019/10/'>October 2019</a></li> <li><a href='https://followmeanddie.com/2019/09/'>September 2019</a></li> <li><a href='https://followmeanddie.com/2019/08/'>August 2019</a></li> <li><a href='https://followmeanddie.com/2019/07/'>July 2019</a></li> <li><a href='https://followmeanddie.com/2019/06/'>June 2019</a></li> <li><a href='https://followmeanddie.com/2019/05/'>May 2019</a></li> <li><a href='https://followmeanddie.com/2019/04/'>April 2019</a></li> <li><a href='https://followmeanddie.com/2019/03/'>March 2019</a></li> <li><a href='https://followmeanddie.com/2019/02/'>February 2019</a></li> <li><a href='https://followmeanddie.com/2019/01/'>January 2019</a></li> <li><a href='https://followmeanddie.com/2018/12/'>December 2018</a></li> <li><a href='https://followmeanddie.com/2018/11/'>November 2018</a></li> <li><a href='https://followmeanddie.com/2018/10/'>October 2018</a></li> <li><a href='https://followmeanddie.com/2018/09/'>September 2018</a></li> <li><a href='https://followmeanddie.com/2018/08/'>August 2018</a></li> <li><a href='https://followmeanddie.com/2018/07/'>July 2018</a></li> <li><a href='https://followmeanddie.com/2018/06/'>June 2018</a></li> <li><a href='https://followmeanddie.com/2018/05/'>May 2018</a></li> <li><a href='https://followmeanddie.com/2018/04/'>April 2018</a></li> <li><a href='https://followmeanddie.com/2018/03/'>March 2018</a></li> <li><a href='https://followmeanddie.com/2018/02/'>February 2018</a></li> <li><a href='https://followmeanddie.com/2018/01/'>January 2018</a></li> <li><a href='https://followmeanddie.com/2017/12/'>December 2017</a></li> <li><a href='https://followmeanddie.com/2017/11/'>November 2017</a></li> <li><a href='https://followmeanddie.com/2017/10/'>October 2017</a></li> <li><a href='https://followmeanddie.com/2017/09/'>September 2017</a></li> <li><a href='https://followmeanddie.com/2017/08/'>August 2017</a></li> <li><a href='https://followmeanddie.com/2017/07/'>July 2017</a></li> <li><a href='https://followmeanddie.com/2017/06/'>June 2017</a></li> <li><a href='https://followmeanddie.com/2017/05/'>May 2017</a></li> <li><a href='https://followmeanddie.com/2017/04/'>April 2017</a></li> <li><a href='https://followmeanddie.com/2017/03/'>March 2017</a></li> <li><a href='https://followmeanddie.com/2017/02/'>February 2017</a></li> <li><a href='https://followmeanddie.com/2017/01/'>January 2017</a></li> <li><a href='https://followmeanddie.com/2016/12/'>December 2016</a></li> <li><a href='https://followmeanddie.com/2016/11/'>November 2016</a></li> <li><a href='https://followmeanddie.com/2016/10/'>October 2016</a></li> <li><a href='https://followmeanddie.com/2016/09/'>September 2016</a></li> <li><a href='https://followmeanddie.com/2016/08/'>August 2016</a></li> <li><a href='https://followmeanddie.com/2016/06/'>June 2016</a></li> <li><a href='https://followmeanddie.com/2016/05/'>May 2016</a></li> <li><a href='https://followmeanddie.com/2016/04/'>April 2016</a></li> <li><a href='https://followmeanddie.com/2016/03/'>March 2016</a></li> <li><a href='https://followmeanddie.com/2016/02/'>February 2016</a></li> <li><a href='https://followmeanddie.com/2016/01/'>January 2016</a></li> <li><a href='https://followmeanddie.com/2015/11/'>November 2015</a></li> <li><a href='https://followmeanddie.com/2015/10/'>October 2015</a></li> <li><a href='https://followmeanddie.com/2015/09/'>September 2015</a></li> <li><a href='https://followmeanddie.com/2015/08/'>August 2015</a></li> <li><a href='https://followmeanddie.com/2015/07/'>July 2015</a></li> <li><a href='https://followmeanddie.com/2015/06/'>June 2015</a></li> <li><a href='https://followmeanddie.com/2015/05/'>May 2015</a></li> <li><a href='https://followmeanddie.com/2015/04/'>April 2015</a></li> <li><a href='https://followmeanddie.com/2015/03/'>March 2015</a></li> <li><a href='https://followmeanddie.com/2015/02/'>February 2015</a></li> <li><a href='https://followmeanddie.com/2015/01/'>January 2015</a></li> <li><a href='https://followmeanddie.com/2014/12/'>December 2014</a></li> <li><a href='https://followmeanddie.com/2014/11/'>November 2014</a></li> <li><a href='https://followmeanddie.com/2014/10/'>October 2014</a></li> <li><a href='https://followmeanddie.com/2014/08/'>August 2014</a></li> <li><a href='https://followmeanddie.com/2014/07/'>July 2014</a></li> <li><a href='https://followmeanddie.com/2014/06/'>June 2014</a></li> <li><a href='https://followmeanddie.com/2014/05/'>May 2014</a></li> <li><a href='https://followmeanddie.com/2014/04/'>April 2014</a></li> <li><a href='https://followmeanddie.com/2014/03/'>March 2014</a></li> <li><a href='https://followmeanddie.com/2014/02/'>February 2014</a></li> <li><a href='https://followmeanddie.com/2012/08/'>August 2012</a></li> <li><a href='https://followmeanddie.com/2009/08/'>August 2009</a></li> <li><a href='https://followmeanddie.com/2009/07/'>July 2009</a></li> </ul> </nav></aside><aside id="linkcat-2" class="widget widget_links"><h1 class="widget-title">Blogroll</h1> <ul class='xoxo blogroll'> <li><a href="http://alexschroeder.ch/wiki/RPG" rel="noopener" title="An RPG blogger from Germany who blogs in English." target="_blank">Alex Schroeder</a></li> <li><a href="http://arsphantasia.wordpress.com/" rel="noopener" title="A blog about fantasy cartography and game design." target="_blank">ars phantasia</a></li> <li><a href="http://batintheattic.blogspot.com/" rel="noopener" title="A blog on 30 years of gaming and Sandbox Fantasy." target="_blank">Bat In The Attic</a></li> <li><a href="http://blogofholding.com/" rel="noopener" target="_blank">Blog of Holding</a></li> <li><a href="http://blogsontape.paperspencils.com/" rel="noopener" title="Blogs read so they can benefit visually impaired and those with long commutes." target="_blank">Blogs On Tape</a></li> <li><a href="http://cartographersguild.com/" rel="noopener" title="A forum created by and for map makers and aficionados, a place where every aspect of cartography can be admired, examined, learned, and discussed." target="_blank">Cartographers Guild</a></li> <li><a href="https://cavegirlgames.blogspot.com/" rel="noopener" target="_blank">Cavegirl&#039;s Game Stuff</a></li> <li><a href="http://oldguyrpg.blogspot.com/" rel="noopener" title="Sharing joy of playing the original editions of Dungeons &amp; Dragons." target="_blank">Chgowiz&#039;s Old Guy RPG Blog</a></li> <li><a href="https://chgowiz-games.blogspot.com/" rel="noopener" target="_blank">CHICAGOWIZ&#039;S GAMES</a></li> <li><a href="https://web.archive.org/web/20240414183825/http://unknownzine.blogspot.com/" rel="noopener" target="_blank">Destination Unknown</a></li> <li><a href="http://harbingergames.blogspot.com/" rel="noopener" target="_blank">Don&#039;t Split The Party</a></li> <li><a href="https://doomslakers.blogspot.com/" rel="noopener" title="James V. West&#8217;s blog" target="_blank">Doomslakers</a></li> <li><a href="http://www.dragonsfoot.org/" rel="noopener" title="Welcome to Dragonsfoot, the home of First Edition Advanced Dungeons &amp; Dragons!" target="_blank">Dragons Foot</a></li> <li><a href="https://dreamsofmythicfantasy.blogspot.com/" title="Regular lists of what&#8217;s new in the OSR on DTRPG.">Dreams of Mythic Fantasy</a></li> <li><a href="http://rpg.drivethrustuff.com/index.php" rel="noopener" title="Online Store for Electronic Versions of Rules and Supplemental Materials for a variety of companies and genres." target="_blank">DriveThru RPG</a></li> <li><a href="http://dungeonsndigressions.blogspot.com/" rel="noopener" title="Sharing my love of early edition D&amp;D, its modern clones, and the inspiration I derive from them. Sieze la rolo lud tago!" target="_blank">Dungeons and Digressions</a></li> <li><a href="https://dungeonspossums.blogspot.com/" rel="noopener" title="Reviews, Art, and More" target="_blank">Dungeons and Possums</a></li> <li><a href="http://www.dwarvenautomata.com/" rel="noopener" title="A blog detailing the process of creating/running the Curabel campaign setting." target="_blank">Dwarven Automata</a></li> <li><a href="http://rpgcharacters.wordpress.com/" rel="noopener" target="_blank">Dyson&#039;s Dodecahedron (Maps)</a></li> <li><a href="https://fantasyheartbreak.blogspot.com/" rel="noopener" target="_blank">Fantasy Heartbreak Workshop</a></li> <li><a href="http://gothridgemanor.blogspot.com/" rel="noopener" target="_blank">Gothridge Manor</a></li> <li><a href="http://greyhawkgrognard.blogspot.com/" rel="noopener" target="_blank">Greyhawk Grognard</a></li> <li><a href="http://greyhawkery.blogspot.com/" rel="noopener" target="_blank">Greyhawkery</a></li> <li><a href="http://grumblingrognard.blogspot.com/" rel="noopener" title="Grumbler, old school gamer and adventurer. In other words, quite the curmudgeon." target="_blank">Grumbling Grognard</a></li> <li><a href="http://hillcantons.blogspot.com/" rel="noopener" target="_blank">Hill Cantons</a></li> <li><a href="http://inkwellideas.com/" rel="noopener" title=" Inkwell Ideas specializes in RPG Software &amp; Tools such as our Hexographer &amp; Dungeonographer map creation software and the DungeonMorph Dice &amp; Cards." target="_blank">Inkwell Ideas</a></li> <li><a href="https://web.archive.org/web/20230715061117/https://www.lostkingdom.net/" rel="noopener" target="_blank">Lost Kingdom</a></li> <li><a href="http://nerdomancerofdork.wordpress.com/" rel="noopener" target="_blank">NERD-O-MANCER OF DORK</a></li> <li><a href="https://www.dungeoncontest.com/" rel="noopener" title="The Annual One Page Dungeon Contest is a great source of maps and ideas." target="_blank">One Page Dungeon</a></li> <li><a href="http://www.giantitp.com/comics/oots.html" rel="noopener" title="Online comic about stick figure adventures that mocks and celebrates RPGs at the same time." target="_blank">Order of the Stick</a></li> <li><a href="http://osrsearch.blogspot.com/" rel="noopener" target="_blank">OSR Search</a></li> <li><a href="https://web.archive.org/web/20170606055841/http://osrtoday.com/" rel="noopener" target="_blank">OSR Today</a></li> <li><a href="https://web.archive.org/web/20200927031008/http://www.penandpapergames.com/" rel="noopener" title="Resource for finding players and GMs for various RPGs." target="_blank">Pen And Paper Games</a></li> <li><a href="https://web.archive.org/web/20200817162022/https://www.rueink.com/" rel="noopener" title="Illustrator &amp; Cartographer" target="_blank">Rue Ink &#8211; Deven Rue</a></li> <li><a href="http://sandboxofdoom.blogspot.com/" rel="noopener" target="_blank">Sandbox of Doom</a></li> <li><a href="http://www.tabletopgameandhobby.com/" rel="noopener" title="This game store is owned by one of the guys in one of the groups I played D&amp;D with in high School. It turns out I used to live just a few miles from here, but did not learn about it until several years after I moved to Michigan." target="_blank">Table Top Game and Hobby</a></li> <li><a href="http://www.tenkarstavern.com/" rel="noopener" target="_blank">Tenkar&#039;s Tavern</a></li> <li><a href="http://www.theescapist.com/" rel="noopener" title="The Reality of Fantasy Games Roleplaying Advocacy Since 1995" target="_blank">The Escapist</a></li> <li><a href="https://goblinburg.blogspot.com/" rel="noopener" target="_blank">The Goblinburg Notebook</a></li> <li><a href="http://muleabides.wordpress.com/" rel="noopener" target="_blank">The Mule Abides</a></li> <li><a href="http://timbrannan.blogspot.com/" rel="noopener" target="_blank">The Other Side</a></li> <li><a href="https://web.archive.org/web/20231201055053/http://thegreatblackbell.blogspot.com/" rel="noopener" target="_blank">The Tolling of the Great Black Bell</a></li> <li><a href="https://frothsofdnd.blogspot.com/" rel="noopener" target="_blank">Thought Eater</a></li> <li><a href="https://www.martinralya.com/yore/" rel="noopener" target="_blank">Yore</a></li> </ul> </aside> <aside id="categories-4" class="widget widget_categories"><h1 class="widget-title">Categories</h1><nav aria-label="Categories"> <ul> <li class="cat-item cat-item-12"><a href="https://followmeanddie.com/category/board-games/">Board Games</a> </li> <li class="cat-item cat-item-154"><a href="https://followmeanddie.com/category/cards/">Cards</a> </li> <li class="cat-item cat-item-324"><a href="https://followmeanddie.com/category/rant/">Rant</a> </li> <li class="cat-item cat-item-177"><a href="https://followmeanddie.com/category/rpgs/">RPGs</a> </li> <li class="cat-item cat-item-57"><a href="https://followmeanddie.com/category/writing/">Writing</a> </li> </ul> </nav></aside><aside id="tag_cloud-2" class="widget widget_tag_cloud"><h1 class="widget-title">Tags</h1><nav aria-label="Tags"><div class="tagcloud"><ul class='wp-tag-cloud' role='list'> <li><a href="https://followmeanddie.com/tag/2015-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-89 tag-link-position-1" style="font-size: 11.625899280576pt;" aria-label="2015 A to Z Blogging Challenge (31 items)">2015 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/add/" class="tag-cloud-link tag-link-61 tag-link-position-2" style="font-size: 17.467625899281pt;" aria-label="AD&amp;D (121 items)">AD&amp;D</a></li> <li><a href="https://followmeanddie.com/tag/advicetools/" class="tag-cloud-link tag-link-14 tag-link-position-3" style="font-size: 21.89928057554pt;" aria-label="Advice/Tools (337 items)">Advice/Tools</a></li> <li><a href="https://followmeanddie.com/tag/april-2014-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-32 tag-link-position-4" style="font-size: 11.726618705036pt;" aria-label="April, 2014 A to Z Blogging Challenge (32 items)">April, 2014 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/art/" class="tag-cloud-link tag-link-92 tag-link-position-5" style="font-size: 8.8057553956835pt;" aria-label="Art (16 items)">Art</a></li> <li><a href="https://followmeanddie.com/tag/blogging/" class="tag-cloud-link tag-link-44 tag-link-position-6" style="font-size: 15.352517985612pt;" aria-label="Blogging (75 items)">Blogging</a></li> <li><a href="https://followmeanddie.com/tag/campaign-building/" class="tag-cloud-link tag-link-9 tag-link-position-7" style="font-size: 10.31654676259pt;" aria-label="Campaign Building (23 items)">Campaign Building</a></li> <li><a href="https://followmeanddie.com/tag/cities/" class="tag-cloud-link tag-link-96 tag-link-position-8" style="font-size: 12.63309352518pt;" aria-label="Cities (40 items)">Cities</a></li> <li><a href="https://followmeanddie.com/tag/contests/" class="tag-cloud-link tag-link-40 tag-link-position-9" style="font-size: 9.5107913669065pt;" aria-label="Contests (19 items)">Contests</a></li> <li><a href="https://followmeanddie.com/tag/conventions/" class="tag-cloud-link tag-link-34 tag-link-position-10" style="font-size: 14.748201438849pt;" aria-label="Conventions (65 items)">Conventions</a></li> <li><a href="https://followmeanddie.com/tag/httpd20darkages-blogspot-compd-40th-anniversary-blog-hop-challenge-html/" class="tag-cloud-link tag-link-125 tag-link-position-11" style="font-size: 11.625899280576pt;" aria-label="D&amp;D 40th Anniversary Blogging Challenge (31 items)">D&amp;D 40th Anniversary Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/dcc/" class="tag-cloud-link tag-link-86 tag-link-position-12" style="font-size: 9.3093525179856pt;" aria-label="DCC (18 items)">DCC</a></li> <li><a href="https://followmeanddie.com/tag/dice/" class="tag-cloud-link tag-link-81 tag-link-position-13" style="font-size: 10.820143884892pt;" aria-label="Dice (26 items)">Dice</a></li> <li><a href="https://followmeanddie.com/tag/flavor/" class="tag-cloud-link tag-link-7 tag-link-position-14" style="font-size: 18.071942446043pt;" aria-label="Flavor (141 items)">Flavor</a></li> <li><a href="https://followmeanddie.com/tag/fluffinspiration/" class="tag-cloud-link tag-link-15 tag-link-position-15" style="font-size: 20.187050359712pt;" aria-label="Fluff/Inspiration (226 items)">Fluff/Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/follow-me-and-die/" class="tag-cloud-link tag-link-5 tag-link-position-16" style="font-size: 8.3021582733813pt;" aria-label="Follow Me And Die (14 items)">Follow Me And Die</a></li> <li><a href="https://followmeanddie.com/tag/game-design/" class="tag-cloud-link tag-link-16 tag-link-position-17" style="font-size: 17.769784172662pt;" aria-label="Game Design (131 items)">Game Design</a></li> <li><a href="https://followmeanddie.com/tag/garycon/" class="tag-cloud-link tag-link-93 tag-link-position-18" style="font-size: 11.021582733813pt;" aria-label="GaryCon (27 items)">GaryCon</a></li> <li><a href="https://followmeanddie.com/tag/inspiration/" class="tag-cloud-link tag-link-8 tag-link-position-19" style="font-size: 8pt;" aria-label="Inspiration (13 items)">Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/kickstarter/" class="tag-cloud-link tag-link-37 tag-link-position-20" style="font-size: 14.748201438849pt;" aria-label="Kickstarter (65 items)">Kickstarter</a></li> <li><a href="https://followmeanddie.com/tag/legacy-dd/" class="tag-cloud-link tag-link-17 tag-link-position-21" style="font-size: 11.323741007194pt;" aria-label="Legacy D&amp;D (29 items)">Legacy D&amp;D</a></li> <li><a href="https://followmeanddie.com/tag/manuals/" class="tag-cloud-link tag-link-60 tag-link-position-22" style="font-size: 12.532374100719pt;" aria-label="Manuals (39 items)">Manuals</a></li> <li><a href="https://followmeanddie.com/tag/maps/" class="tag-cloud-link tag-link-38 tag-link-position-23" style="font-size: 14.647482014388pt;" aria-label="Maps (64 items)">Maps</a></li> <li><a href="https://followmeanddie.com/tag/marmalade-dog/" class="tag-cloud-link tag-link-84 tag-link-position-24" style="font-size: 8.8057553956835pt;" aria-label="Marmalade Dog (16 items)">Marmalade Dog</a></li> <li><a href="https://followmeanddie.com/tag/megadungeons/" class="tag-cloud-link tag-link-43 tag-link-position-25" style="font-size: 12.532374100719pt;" aria-label="Megadungeons (39 items)">Megadungeons</a></li> <li><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" class="tag-cloud-link tag-link-100 tag-link-position-26" style="font-size: 9.5107913669065pt;" aria-label="Metamorphosis Alpha (19 items)">Metamorphosis Alpha</a></li> <li><a href="https://followmeanddie.com/tag/modules/" class="tag-cloud-link tag-link-39 tag-link-position-27" style="font-size: 11.625899280576pt;" aria-label="Modules (31 items)">Modules</a></li> <li><a href="https://followmeanddie.com/tag/monsters/" class="tag-cloud-link tag-link-71 tag-link-position-28" style="font-size: 9.5107913669065pt;" aria-label="Monsters (19 items)">Monsters</a></li> <li><a href="https://followmeanddie.com/tag/movies/" class="tag-cloud-link tag-link-45 tag-link-position-29" style="font-size: 10.31654676259pt;" aria-label="Movies (23 items)">Movies</a></li> <li><a href="https://followmeanddie.com/tag/news/" class="tag-cloud-link tag-link-18 tag-link-position-30" style="font-size: 9.5107913669065pt;" aria-label="News (19 items)">News</a></li> <li><a href="https://followmeanddie.com/tag/news-reviews-culture/" class="tag-cloud-link tag-link-20 tag-link-position-31" style="font-size: 20.287769784173pt;" aria-label="News Reviews &amp; Culture (236 items)">News Reviews &amp; Culture</a></li> <li><a href="https://followmeanddie.com/tag/opdc/" class="tag-cloud-link tag-link-33 tag-link-position-32" style="font-size: 8.5035971223022pt;" aria-label="OPDC (15 items)">OPDC</a></li> <li><a href="https://followmeanddie.com/tag/osr/" class="tag-cloud-link tag-link-51 tag-link-position-33" style="font-size: 22pt;" aria-label="OSR (349 items)">OSR</a></li> <li><a href="https://followmeanddie.com/tag/play/" class="tag-cloud-link tag-link-22 tag-link-position-34" style="font-size: 14.647482014388pt;" aria-label="Play (63 items)">Play</a></li> <li><a href="https://followmeanddie.com/tag/reviews/" class="tag-cloud-link tag-link-200 tag-link-position-35" style="font-size: 12.129496402878pt;" aria-label="Reviews (35 items)">Reviews</a></li> <li><a href="https://followmeanddie.com/tag/reviews-culture/" class="tag-cloud-link tag-link-19 tag-link-position-36" style="font-size: 12.330935251799pt;" aria-label="Reviews &amp; Culture (37 items)">Reviews &amp; Culture</a></li> <li><a href="https://followmeanddie.com/tag/roll20/" class="tag-cloud-link tag-link-95 tag-link-position-37" style="font-size: 9.3093525179856pt;" aria-label="Roll20 (18 items)">Roll20</a></li> <li><a href="https://followmeanddie.com/tag/science-fiction/" class="tag-cloud-link tag-link-109 tag-link-position-38" style="font-size: 10.31654676259pt;" aria-label="Science Fiction (23 items)">Science Fiction</a></li> <li><a href="https://followmeanddie.com/tag/software/" class="tag-cloud-link tag-link-10 tag-link-position-39" style="font-size: 8.3021582733813pt;" aria-label="Software (14 items)">Software</a></li> <li><a href="https://followmeanddie.com/tag/stories/" class="tag-cloud-link tag-link-6 tag-link-position-40" style="font-size: 9.7122302158273pt;" aria-label="Stories (20 items)">Stories</a></li> <li><a href="https://followmeanddie.com/tag/swords-wizardry/" class="tag-cloud-link tag-link-110 tag-link-position-41" style="font-size: 8.8057553956835pt;" aria-label="Swords &amp; Wizardry (16 items)">Swords &amp; Wizardry</a></li> <li><a href="https://followmeanddie.com/tag/tables/" class="tag-cloud-link tag-link-66 tag-link-position-42" style="font-size: 12.532374100719pt;" aria-label="Tables (39 items)">Tables</a></li> <li><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" class="tag-cloud-link tag-link-234 tag-link-position-43" style="font-size: 8.8057553956835pt;" aria-label="Take One Thing and Expand on It (16 items)">Take One Thing and Expand on It</a></li> <li><a href="https://followmeanddie.com/tag/ucon/" class="tag-cloud-link tag-link-68 tag-link-position-44" style="font-size: 8.3021582733813pt;" aria-label="UCON (14 items)">UCON</a></li> <li><a href="https://followmeanddie.com/tag/white-star/" class="tag-cloud-link tag-link-114 tag-link-position-45" style="font-size: 10.31654676259pt;" aria-label="White Star (23 items)">White Star</a></li> </ul> </div> </nav></aside><aside id="block-5" class="widget widget_block widget_text"> <p></p> </aside> </div><!-- #primary-sidebar --> </div><!-- #secondary --> </div><!-- #main --> <footer id="colophon" class="site-footer"> <div id="supplementary"> <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"> <aside id="block-10" class="widget widget_block"> <ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul> </aside> </div><!-- #footer-sidebar --> </div><!-- #supplementary --> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript" id="pf_script"> var pfHeaderImgUrl = ''; var pfHeaderTagline = ''; var pfdisableClickToDel = '0'; var pfImagesSize = 'full-size'; var pfImageDisplayStyle = 'right'; var pfEncodeImages = '0'; var pfShowHiddenContent = '0'; var pfDisableEmail = '0'; var pfDisablePDF = '0'; var pfDisablePrint = '0'; var pfPlatform = 'WordPress'; (function($){ $(document).ready(function(){ if($('.pf-button-content').length === 0){ $('style#pf-excerpt-styles').remove(); } }); })(jQuery); </script> <script defer src='https://cdn.printfriendly.com/printfriendly.js'></script> <script src="https://followmeanddie.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script src="https://followmeanddie.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> <script src="https://followmeanddie.com/wp-includes/js/wp-embed.min.js?ver=dd3741191c207e844b1a3ec6d3bbea5d" id="wp-embed-js" defer data-wp-strategy="defer"></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Page Caching using Disk Served from: followmeanddie.com @ 2025-03-14 12:13:58 by W3 Total Cache -->

Pages: 1 2 3 4 5 6 7 8 9 10