CINXE.COM

October | 2018 | Follow Me And Die!

<!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>October | 2018 | Follow Me And Die!</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\/2018\/10\/"}; 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" /><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=5CF53E172AE1D9260075F5DD8C2E4D2F'); </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="archive date wp-embed-responsive header-image list-view full-width footer-widgets"> <!-- 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/01/FMAD_banner_black.jpg" width="1260" height="303" alt="Follow Me And Die!" srcset="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black.jpg 1260w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-300x72.jpg 300w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-768x185.jpg 768w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-1024x246.jpg 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"> <section id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="page-header"> <h1 class="page-title"> Monthly Archives: October 2018 </h1> </header><!-- .page-header --> <article id="post-5588" class="post-5588 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-osr tag-self-publishing"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/30/caravans-trade-my-new-release-on-obs/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-30-18-at-10.50-PM-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Caravans &amp; Trade" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-30-18-at-10.50-PM-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-30-18-at-10.50-PM-672x372.png 672w" sizes="(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/2018/10/30/caravans-trade-my-new-release-on-obs/" rel="bookmark">Caravans &#038; Trade My New Release on OBS</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/30/caravans-trade-my-new-release-on-obs/" rel="bookmark"><time class="entry-date" datetime="2018-10-30T23:47:37-04:00">October 30, 2018</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/2018/10/30/caravans-trade-my-new-release-on-obs/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The newest PDF in my foray into RPG publishing is my attempt to scratch the itch that no other tables related to merchants and caravans have done. This volume is <em><a href="https://www.drivethrurpg.com/product/257575/Caravans--Trade" target="_blank" rel="noreferrer noopener">Caravans &amp; Trade</a></em>, PWYW, suggested price $2.00.</p> <p>I have collected several articles from my site and distilled them down to the most relevant information. This reflects a lot of thought on the topic over several years. Additional information is also included that never appeared on my blog. Further, I have improved the original tables and added many new tables. </p> <p>You can see the progression of my reflections on the topic. It is more of a things to keep in mind, with a few tables mixed in.</p> <p>I briefly mentioned the topic of merchants &amp; caravans on my <a href="https://anchor.fm/follow-me-and-die/episodes/Follow-Me--And-Die----Episode-2-I-Need-A-Table--Thoughts-on-Tables-e1np8p" target="_blank" rel="noreferrer noopener">Podcast Episode 2, </a><em><a href="https://anchor.fm/follow-me-and-die/episodes/Follow-Me--And-Die----Episode-2-I-Need-A-Table--Thoughts-on-Tables-e1np8p" target="_blank" rel="noreferrer noopener">I Need A Table</a></em>.</p> <p>You can find all of my publications on my published page on <a href="https://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC" target="_blank" rel="noreferrer noopener">DriveThruRPG</a> or <a href="https://www.rpgnow.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC" target="_blank" rel="noreferrer noopener">RPGNow</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/self-publishing/" rel="tag">Self Publishing</a></span></footer></article><!-- #post-5588 --> <article id="post-5580" class="post-5580 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-osr tag-self-publishing"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/30/second-pdf-on-obs-library-generation/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-30-18-at-12.44-AM-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-30-18-at-12.44-AM-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-30-18-at-12.44-AM-672x372.png 672w" sizes="(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/2018/10/30/second-pdf-on-obs-library-generation/" rel="bookmark">Second PDF on OBS &#8211; Library Generation</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/30/second-pdf-on-obs-library-generation/" rel="bookmark"><time class="entry-date" datetime="2018-10-30T00:49:05-04:00">October 30, 2018</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/2018/10/30/second-pdf-on-obs-library-generation/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I realized, as I&#8217;m nearly ready to post my third PDF on OBS, that I never published an article here on the blog about my second PDF.</p> <p>I shared my second PDF, <a href="https://www.drivethrurpg.com/product/253079/Library-Generation-Tables" target="_blank" rel="noreferrer noopener">Library Generation Tables</a> at the end of September, 2018. This PDF is all new information, never before appearing on the blog. I have tables to help populate a library with various rooms, book storage units, types of books, and their materials. I also have some new magic items and a new dragon, the Tome Dragon. It is $1.00 and has been downloaded over 30 times.</p> <p>My first PDF, <a href="https://www.drivethrurpg.com/product/250366/Locks-Vaults-and-Hiding-Places" target="_blank" rel="noreferrer noopener">Locks, Vaults, and Hiding Places</a>, is discussed <a href="https://followmeanddie.com/2018/08/28/first-pdf-on-obs-patreon-launched/" target="_blank" rel="noreferrer noopener">here</a>. I posted it to OBS at the end of August, 2018. It is PWYW, and has been downloaded over 300 times.&nbsp;</p> <p>You can see all of my PDFs on <a href="https://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC" target="_blank" rel="noreferrer noopener">my publisher page</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/self-publishing/" rel="tag">Self Publishing</a></span></footer></article><!-- #post-5580 --> <article id="post-5562" class="post-5562 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-kickstarter tag-the-great-kingdom"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/17/great-kingdom-silence-annoying/" aria-hidden="true"> <img width="1038" height="475" src="https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-16-18-at-07.00-AM-1038x475.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="The Great Kingdom - Silence Is Annoying" 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/2018/10/17/great-kingdom-silence-annoying/" rel="bookmark">The Great Kingdom &#8211; Silence Is Annoying</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/17/great-kingdom-silence-annoying/" rel="bookmark"><time class="entry-date" datetime="2018-10-17T17:56:50-04:00">October 17, 2018</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/2018/10/17/great-kingdom-silence-annoying/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I prefer to focus on the positive, and have put all my support behind <em><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">The Dreams In Gary&#8217;s Basement</a></em>. A movie that exists and now has a <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> for editing. It funded in 12 hours and is now on to stretch goals for extras that are full interviews instead of being chopped up in the documentary.</p> <p>Keep reading if you want to know more about <em>The Great Kingdom</em> mess.</p> <h4 class="wp-block-heading">Investigation</h4> <p>The lawsuit was settled out of court and all court orders lifted as you can see <a href="https://iapps.courts.state.ny.us/nyscef/DocumentList?docketId=yrhRL9H9/SZtgTonUcRyZg==&amp;PageNum=2&amp;narrow=" target="_blank" rel="noopener noreferrer" class="broken_link">here</a>.</p> <h4 class="wp-block-heading">I sent this email on June 30:</h4> <p>From: Larry Hamilton via Kickstarter <br> Subject: New message about The Great Kingdom<br> Date: June 30, 2018 at 5:31:35 PM EDT</p> <p>Will an update be forthcoming? It&#8217;s been two months since the case was settled. What does this mean for backers?</p> <h4 class="wp-block-heading">I received this reply on July 30:</h4> <p>On Monday, July 30, 2018, 10:36:20 AM EDT, TheMostEpicGame wrote:</p> <p>hi larry &#8211;</p> <p>thanks for reaching out. we are still working things out with kickstarter to gain access to our kickstarter page in order to make announcements. we’re excited about moving forward, so stay tuned.</p> <ul class="wp-block-list"><li>andrew pascal</li></ul> <h4 class="wp-block-heading">Out of Sight</h4> <p>I was reminded of this whole mess and dug in after I drafted my post announcing the Kickstarter to wrap up The Dream In Gary&#8217;s Basement. I sent an email to both the filmmakers and Kickstarter.</p> <h4 class="wp-block-heading">I sent this email on October 14:</h4> <p>On Oct 14, 2018, at 6:21 PM, Larry Hamilton wrote:</p> <p>Andrew, Et. Al,</p> <p>It is now over two months since your reply. You replied to my email instead of my Kickstarter message so I lost track of it.</p> <p>I am working on a follow up article on my blog, Follow Me, And Die! and lack of communication is darkening my opinion of the whole thing.</p> <p>If you can respond to my email from July, perhaps you can respond to this one from October.</p> <p>I won&#8217;t starve over $50, but I&#8217;d rather have a movie than my money.</p> <p>All of us want to know what is going on.</p> <p>Larry Hamilton </p> <h4 class="wp-block-heading">I received a reply two hours later. (An encouraging sign.)</h4> <p>On Sunday, October 14, 2018, 10:35:18 PM EDT, TheMostEpicGame wrote:</p> <p>hi larry &#8211;</p> <p>we appreciate you reaching out. however, <strong><em>we are still under some tight restrictions, though that should be ending soon</em></strong>&nbsp;[emphasis mine. what is this?] and we will have an announcement on the kickstarter page (we’re hoping by the november). we will let everyone know what the status is and what our plans are to move forward. can’t say too much more than that, but know that we’re excited.</p> <p>for now, and i know it sounds like a broken record, but thanks for being patient.</p> <ul class="wp-block-list"><li>andrew</li></ul> <h4 class="wp-block-heading">Waiting &amp; Wondering</h4> <p>So there is still some sort of restrictions, that we have no idea what they are. Is it just the Kickstarter process to re-enable a Kickstarter that has been frozen for years? We have no way of knowing without someone in the know making it public.</p> <h4 class="wp-block-heading">Frustration</h4> <p>In my frustration over this whole thing, I sent a message to Kickstarter about this before I sent the email to Andrew &amp; company. I must say the Kickstarter method of attempting to contact them is designed to prevent all but the most determined from getting through.</p> <h4 class="wp-block-heading">Message to Kickstarter:</h4> <p>I backed this Kickstarter, <a href="https://www.kickstarter.com/projects/720223857/the-great-kingdom" target="_blank" rel="noopener noreferrer" class="broken_link">https://www.kickstarter.com/projects/720223857/the-great-kingdom</a>, and it was made unavailable due to a lawsuit.</p> <p>If you check here, <a href="https://iapps.courts.state.ny.us/nyscef/DocumentList?docketId=yrhRL9H9/SZtgTonUcRyZg==&amp;PageNum=2&amp;narrow=" target="_blank" rel="noopener noreferrer" class="broken_link">https://iapps.courts.state.ny.us/nyscef/DocumentList?docketId=yrhRL9H9/SZtgTonUcRyZg==&amp;PageNum=2&amp;narrow=</a><br>you will see that the court orders to suspend it was lifted as they settled out of court.</p> <p>What can you tell me about the status of this Kickstarter?</p> <p>Is Kickstarter holding onto this money?</p> <p>Have they released it to the creators?</p> <p>If Kickstarter has the money, when can we expect to get it back?</p> <p>If Kickstarter released the money, why is the Kickstarter page still suspended?</p> <p>Thank you for your prompt attention to this matter.</p> <p>Lawrence M. Hamilton, Jr.</p> <h4 class="wp-block-heading">Reply from Kickstarter</h4> <p>I was surprised to have a reply from Kickstarter the next day. From what I have read about others attempting to get answers out of Kickstarter, this was fast.&nbsp;</p> <h4 class="wp-block-heading">Kisktarter&#8217;s Reply</h4> <p> On Monday, October 15, 2018, 5:59:58 PM EDT, Support &lt;support@kickstarter.com&gt; wrote:</p> <p>##- Please type your reply above this line -##</p> <p>Your request has been updated. You can add a comment by replying to this email.</p> <table class="wp-block-table"><tbody><tr><td><strong>Support</strong>&nbsp;(Kickstarter)Oct 15, 5:59 PM EDTHi Larry,<br><br>Thanks for reaching out, and for being part of this community. We appreciate your interest, but it’s our policy not to comment on any actions taken by our Integrity team. Apologies for any inconvenience this causes.<br><br>If you have any questions about the status of the project, you&#8217;ll want to contact the project creator. To do so, make sure you&#8217;re logged into your account used to pledge, visit the project page, and click on the creator&#8217;s profile image. This will open up their bio page where you can then click the blue &#8220;Contact me&#8221; button.<br><br>Best,<br>Raúl</td></tr></tbody></table> <h4 class="wp-block-heading">Still Waiting</h4> <p>I know some things take time, but not being a lawyer, or having any hint of what is going on just adds to frustration. I&#8217;m sure they spend a lot of time fielding emails like mine. At some point we&#8217;ll have answers and be able to define &#8220;soon.&#8221;</p> <h4 class="wp-block-heading">The Other One</h4> <p>The first documentary to fund on Kickstarter,&nbsp;<a href="https://www.kickstarter.com/projects/andrewpascal/dungeons-and-dragons-a-documentary" class="broken_link">Dungeons &amp; Dragons: A Documentary</a>, is still viewable online. There is no update since 2016.&nbsp;However, the comments are active asking for an update, as they can tell that the creators have logged on. If you look, Andrew Pascal, who signed the email answers to me, has his name in the URL of the first Kickstarter under Westpaw Films. He launched the second film effort, for whatever reason.&nbsp;</p> <p>The same is true of their <a href="https://web.archive.org/web/20200323105528/https://www.facebook.com/DungeonsandDragonsDocumentary/">Facebook page</a>, no activity since 2016.</p> <p>Does the silence mean that they are trying to combine their efforts and are working with Kickstarter to merge? I doubt Kickstarter would do that.&nbsp;</p> <p>More likely they have some sort of agreement when they settled to either pool resources and work together on one film, or one will fold and refund all backers, or one will wait for the other to complete and release their film first. I think the first two options are most likely.</p> <p>Until they tell us what&#8217;s going on, hurry up and wait. . . .</p> <p>In the meantime, if you want to back a D&amp;D documentary that has a rough cut and is raising funds for final editing and production, see <a href="https://followmeanddie.com/2018/10/16/the-dreams-in-garys-basement/" target="_blank" rel="noreferrer noopener">yesterday&#8217;s article</a>. <strong>NOTE:</strong> It hit the funding goal of $25,000 in the first 12 hours and has reached the second stretch goal. As one stretch goal is met, a new one is revealed.</p> <h4 class="wp-block-heading">Other Mentions Here On The Blog</h4> <ul class="wp-block-list"><li><a href="https://followmeanddie.com/2016/03/09/dd-documentary-number-3-rebuilding-trust/" target="_blank" rel="noopener noreferrer">D&amp;D DOCUMENTARY NUMBER 3 – REBUILDING TRUST</a></li><li><a href="https://followmeanddie.com/2016/08/22/tim-kask-talk-first-five-years-at-tsr/" target="_blank" rel="noopener noreferrer">TIM KASK TALK – FIRST FIVE YEARS AT TSR</a></li><li><a href="https://followmeanddie.com/2016/12/24/the-great-kingdom-mess/" target="_blank" rel="noopener noreferrer">THE GREAT KINGDOM MESS</a></li><li><a href="https://followmeanddie.com/2017/02/13/update-the-rpg-history-project/" target="_blank" rel="noopener noreferrer">UPDATE – THE RPG HISTORY PROJECT</a></li><li><a href="https://followmeanddie.com/2018/03/30/the-great-kingdom-revived-or-refunds/" target="_blank" rel="noopener noreferrer">THE GREAT KINGDOM – REVIVED OR REFUNDS?</a><br></li><li><a href="https://followmeanddie.com/2018/05/01/great-kingdom-lawsuit-resolved-now-what/" target="_blank" rel="noopener noreferrer">GREAT KINGDOM LAWSUIT RESOLVED – NOW WHAT?</a><br><a href="http://www.tenkarstavern.com/2018/05/dueling-dungeons-dragons-documentaries.html"><strong>*</strong>Tenkar&#8217;s Tavern post on this</a>.</li><li><a href="https://followmeanddie.com/patreon/" target="_blank" rel="noopener noreferrer">Link to all the Patreons I support.</a></li></ul> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/kickstarter/" rel="tag">Kickstarter</a><a href="https://followmeanddie.com/tag/the-great-kingdom/" rel="tag">The Great Kingdom</a></span></footer></article><!-- #post-5562 --> <article id="post-5526" class="post-5526 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-kickstarter tag-the-dreams-in-garys-basement"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/16/the-dreams-in-garys-basement/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Title Card" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-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/2018/10/16/the-dreams-in-garys-basement/" rel="bookmark">The Dreams In Gary&#8217;s Basement</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/16/the-dreams-in-garys-basement/" rel="bookmark"><time class="entry-date" datetime="2018-10-16T11:13:02-04:00">October 16, 2018</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/2018/10/16/the-dreams-in-garys-basement/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I have written several times about the movie in the works from <a href="https://en.wikipedia.org/wiki/Pat_Kilbane" target="_blank" rel="noopener noreferrer">Pat Kilbane</a> of <a href="https://www.youtube.com/channel/UC1ZYy-6I4TIvVsM6vsIRraQ" target="_blank" rel="noopener noreferrer">Dorks of Yore</a>, and his <a href="https://www.patreon.com/dorksofyore" target="_blank" rel="noopener noreferrer">RPG Science and History Patreon</a>. The <a href="https://www.youtube.com/channel/UC1ZYy-6I4TIvVsM6vsIRraQ" target="_blank" rel="noopener noreferrer">Dorks of Yore YouTube Channel</a> has shared links to a <a href="https://www.youtube.com/watch?v=RwKztsXquoM" target="_blank" rel="noopener noreferrer">presentation and Q&amp;A by Tim Kask at Gary Con 8</a>, and an <a href="https://www.youtube.com/watch?v=0eY2aB10IlE&amp;t=9s" target="_blank" rel="noopener noreferrer">RPG Science series</a>.</p> <p>Backers of the Patreon just got a link to the trailer, and it is awesome! Unfortunately, we were asked not to share it, so I can&#8217;t let you see it yet. See below, if you want to see it!</p> <p>Footage will be shown followed by a Q&amp;A at <a href="https://www.gameholecon.com/" target="_blank" rel="noopener noreferrer">Gamehole Con</a> in a couple of weeks. I&#8217;ve been a fan ever since I saw the footage shared at Gary Con 8. Due to football schedules, both <a href="https://www.gameholecon.com/" target="_blank" rel="noopener noreferrer">Gamehole Con</a> and <a href="https://www.ucon-gaming.org/" target="_blank" rel="noopener noreferrer">UCon</a> are often the same weekend. I decided to support <a href="https://www.ucon-gaming.org/" target="_blank" rel="noopener noreferrer">UCon</a>, since it is here in Michigan, before news of this announcement. [<a href="https://www.ucon-gaming.org/" target="_blank" rel="noopener noreferrer">UCon</a> has a Tekumel track that brings in people worldwide.]</p> <h4 class="wp-block-heading">Kickstarter</h4> <p>Pat has decided to launch a <a href="https://www.kickstarter.com/projects/dorksofyore/the-dreams-in-garys-basement-a-documentary-on-gary" target="_blank" rel="noopener noreferrer" class="broken_link">Kickstarter</a> to put even more polish on the post production. There is a rough cut, and in a phone call, Pat filled me in a bit. The <a href="https://www.kickstarter.com/projects/dorksofyore/the-dreams-in-garys-basement-a-documentary-on-gary" target="_blank" rel="noopener noreferrer" class="broken_link">Kickstarter</a>&nbsp;is focused on getting the film finished and <em>no</em> sidetracking add ons. The team on this has a lot of skill redundancy to help cover any eventuality, so if the primary person for a task can&#8217;t follow through, there is someone else on the team with that skill. They have a rough cut and the Kickstarter is to pay for editing and production costs.</p> <p>This is a film of great passion undertaken by a small crew, with Pat guiding the process. It is here with far less buzz and drama than two planned movies by competing Kickstarters that settled their lawsuit, but have yet to communicate to their backers what is going on. I knew this would be the case, and I told Pat that I would do all I can to promote his film.</p> <p>I&#8217;ve been an enthusiastic backer of his Patreon since it launched. Pat has paused pledges on months there was nothing new to show because he didn&#8217;t feel right taking our money. I don&#8217;t know about the others, but I told him, to take it anyway. I gladly backed the <a href="https://www.kickstarter.com/projects/dorksofyore/the-dreams-in-garys-basement-a-documentary-on-gary" target="_blank" rel="noopener noreferrer" class="broken_link">Kickstarter</a> when it launched, even though he told me I&#8217;ve backed the Patreon at a level I&#8217;ll get the movie.</p> <p>[<strong>EDIT:</strong> It funded in 12 hours and is now on to stretch goals for extras that are full interviews instead of being chopped up in the documentary.]</p> <h4 class="wp-block-heading">Images From The Trailer</h4> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-1.jpg" alt="" class="wp-image-5542" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-1.jpg 1920w, https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-1-300x169.jpg 300w, https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-1-768x432.jpg 768w, https://followmeanddie.com/wp-content/uploads/2018/10/Dreams-in-Garys-Basement-Thumbnail-1-1024x576.jpg 1024w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /><figcaption>Title card. Screen capture from trailer for The Dreams In Gary&#8217;s Basement.<br></figcaption></figure> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://followmeanddie.com/wp-content/uploads/2018/10/330-Center-St-2.jpg" alt="" class="wp-image-5543" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/330-Center-St-2.jpg 1920w, https://followmeanddie.com/wp-content/uploads/2018/10/330-Center-St-2-300x169.jpg 300w, https://followmeanddie.com/wp-content/uploads/2018/10/330-Center-St-2-768x432.jpg 768w, https://followmeanddie.com/wp-content/uploads/2018/10/330-Center-St-2-1024x576.jpg 1024w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /><figcaption>The Gygax home when D&amp;D began.&nbsp;Screen capture from trailer for The Dreams In Gary&#8217;s Basement.</figcaption></figure> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://followmeanddie.com/wp-content/uploads/2018/10/Workbench-with-Minis.jpg" alt="" class="wp-image-5544" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Workbench-with-Minis.jpg 1920w, https://followmeanddie.com/wp-content/uploads/2018/10/Workbench-with-Minis-300x169.jpg 300w, https://followmeanddie.com/wp-content/uploads/2018/10/Workbench-with-Minis-768x432.jpg 768w, https://followmeanddie.com/wp-content/uploads/2018/10/Workbench-with-Minis-1024x576.jpg 1024w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /><figcaption>Elastolin figures and dice.&nbsp;Screen capture from trailer for The Dreams In Gary&#8217;s Basement.</figcaption></figure> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="1913" height="1074" src="https://followmeanddie.com/wp-content/uploads/2018/10/TSR-Sales-Graphics.png" alt="" class="wp-image-5545" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/TSR-Sales-Graphics.png 1913w, https://followmeanddie.com/wp-content/uploads/2018/10/TSR-Sales-Graphics-300x168.png 300w, https://followmeanddie.com/wp-content/uploads/2018/10/TSR-Sales-Graphics-768x431.png 768w, https://followmeanddie.com/wp-content/uploads/2018/10/TSR-Sales-Graphics-1024x575.png 1024w" sizes="auto, (max-width: 1913px) 100vw, 1913px" /><figcaption>TSR Sales Graphics.&nbsp;Screen capture from trailer for The Dreams In Gary&#8217;s Basement.</figcaption></figure> <h4 class="wp-block-heading">Other Mentions Here On The Blog</h4> <ul class="wp-block-list"><li><a href="https://followmeanddie.com/2016/03/09/dd-documentary-number-3-rebuilding-trust/" target="_blank" rel="noopener noreferrer">D&amp;D DOCUMENTARY NUMBER 3 – REBUILDING TRUST</a></li><li><a href="https://followmeanddie.com/2016/08/22/tim-kask-talk-first-five-years-at-tsr/" target="_blank" rel="noopener noreferrer">TIM KASK TALK – FIRST FIVE YEARS AT TSR</a></li><li><a href="https://followmeanddie.com/2016/12/24/the-great-kingdom-mess/" target="_blank" rel="noopener noreferrer">THE GREAT KINGDOM MESS</a></li><li><a href="https://followmeanddie.com/2017/02/13/update-the-rpg-history-project/" target="_blank" rel="noopener noreferrer">UPDATE – THE RPG HISTORY PROJECT</a></li><li><a href="https://followmeanddie.com/2018/03/30/the-great-kingdom-revived-or-refunds/" target="_blank" rel="noopener noreferrer">THE GREAT KINGDOM – REVIVED OR REFUNDS?</a><br></li><li><a href="https://followmeanddie.com/2018/05/01/great-kingdom-lawsuit-resolved-now-what/" target="_blank" rel="noopener noreferrer">GREAT KINGDOM LAWSUIT RESOLVED – NOW WHAT?</a><br><a href="http://www.tenkarstavern.com/2018/05/dueling-dungeons-dragons-documentaries.html"><strong>*</strong>Tenkar&#8217;s Tavern post on this</a>.</li><li><a href="https://followmeanddie.com/2018/10/17/great-kingdom-silence-annoying/" target="_blank" rel="noreferrer noopener">The Great Kingdom &#8211; Silence Is Annoying</a></li><li><a href="https://followmeanddie.com/patreon/" target="_blank" rel="noopener noreferrer">Link to all the Patreons I support.</a></li></ul> <p>Writing this article prompted me to do some digging, and I&#8217;ve got a <a href="https://followmeanddie.com/2018/10/17/great-kingdom-silence-annoying/" target="_blank" rel="noreferrer noopener">new article</a> for tomorrow.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/kickstarter/" rel="tag">Kickstarter</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-5526 --> <article id="post-5551" class="post-5551 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-dnd-beyond tag-dnd-sports tag-encounter-roleplay tag-reviews tag-roll20 tag-wotc"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/16/dnd-sports/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/dndsportwebsite-1-Copy-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="DnD Sports" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/dndsportwebsite-1-Copy-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/dndsportwebsite-1-Copy-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/2018/10/16/dnd-sports/" rel="bookmark">DnD Sports</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/16/dnd-sports/" rel="bookmark"><time class="entry-date" datetime="2018-10-16T06:22:12-04:00">October 16, 2018</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/2018/10/16/dnd-sports/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Yesterday, it was all over the RPG Twitter feeds of those involved that there will be a new spin on watching others play D&amp;D, <s>DnD Sports</s>[<strong>EDIT:</strong> Name changed to <a href="https://web.archive.org/web/20190502084923/https://rpgsports.tv/" target="_blank" rel="noreferrer noopener" label="RPG Sports (opens in a new tab)">RPG Sports</a>]. While this might come as a surprise about this new thing, it all ties in with current trends in online RPGs. </p> <h4 class="wp-block-heading">Why The Unexpected Should Not Surprise Us</h4> <p>A few months ago, the CEO of Hasbro, parent company of WOTC, the current makers of D&amp;D, <a href="https://www.cnbc.com/2018/07/23/hasbro-ceo-dungeons--dragons-is-having-its-best-year-ever.html" target="_blank" rel="noopener noreferrer">mentioned</a> the rise of watching others play D&amp;D online. Most figured it was Magic: The Gathering (MtG) card game that was getting the eSports treatment. Few expected it to be D&amp;D. While D&amp;D appears to have entered this new arena first, MtG will most likely follow soon. The CEO announced more crossovers of ideas, such as settings from MtG to D&amp;D. That happened with the upcoming <a href="http://dnd.wizards.com/products/tabletop-games/rpg-products/guildmasters-guide-ravnica">Guildmaster&#8217;s Guide to Ravnica</a>.</p> <p>Many video games are inspired by D&amp;D and other RPGs, which led to competitive play of video games. This first foray into competitive D&amp;D/RPGs is capitalizing on the abundance of well-watched online shows. <s>It&#8217;s under the WOTC/D&amp;D banner, so it is WOTC&#8217;s attempt to bring more of the audience who watch others play D&amp;D to watch them do it competitively. </s> [<strong>EDIT:</strong> DNDBeyond and Encounter Roleplay organized it.] There&#8217;s obviously money involved since Critical Role took their show and made a whole business out of it, in L.A. of all places. By that, I mean, California isn&#8217;t a cheap place to live, let alone run a business.</p> <p>Competitive play isn&#8217;t new as their have been D&amp;D and other RPG tournament modules, like the much maligned <a rel="noopener noreferrer" href="https://www.drivethrurpg.com/product/176871/S1-Tomb-of-Horrors-1e?affiliate_id=203222" target="_blank">Tomb of Horrors</a> [<em>Affiliate Link</em>], from back in the day. Few, if any, early RPG tournaments were recorded via audio or video, so we may have no record of how those went beyond written accounts. Also, tournament modules had a role playing aspect, and unlike the RPG Sports, was not directly player verses player. </p> <p>Original RPG tournaments were teams of players going through the same module and competing to complete the core adventure, and as many side tasks as possible in the shortest amount of time, with the fewest character deaths.</p> <h4 class="wp-block-heading">A Different Light</h4> <p><a href="https://web.archive.org/web/20190502084923/https://rpgsports.tv/" target="_blank" rel="noreferrer noopener" label="RPG Sports (opens in a new tab)">RPG Sports</a> is kicking off November 1st and is a combat elimination, basically gladiatorial combat in a dungeon setting. It will use the 5th edition rules and there will be rules of tournament play that have been play tested. According to <a rel="noopener noreferrer" href="https://comicbook.com/gaming/2018/10/15/dungeons-and-dragons-competitive-tournament-/" target="_blank">this article</a>, there will be four teams of four players that will pick from 16 pre-generated characters. The rules for tournament play will be released once play testing is complete.</p> <p><a href="https://www.twitch.tv/encounterroleplay" target="_blank" rel="noopener noreferrer">Encounter Roleplay</a> is a group of players that have been on Twitch for years and have been teamed up with <a href="https://www.dndbeyond.com/" target="_blank" rel="noopener noreferrer" class="broken_link">DnDBeyond</a> to make this happen.</p> <p>Encounter Roleplay was started by DM <a rel="noopener noreferrer" href="https://twitter.com/EncounterRP" target="_blank" class="broken_link">Will Jones</a>. Fellow DM &amp; player, <a href="https://twitter.com/syd_shields" class="broken_link">Sydney Shields</a> is the Community Manager for RPGSports. Fellow player, <a href="https://web.archive.org/web/20190107115446/https://twitter.com/MytiaZimmer">Mytia Zimmer</a> will be a caster for the first ever tournament on RPGSports.</p> <p>It will use Roll20 for the Virtual Table Top (VTT). This may explain why the sudden change in Roll20 handing their subReddit over to non-employees to moderate after their customer relations nightmare a few weeks ago.</p> <p>For more information and the November Schedule of games, see <a href="https://web.archive.org/web/20190502084923/https://rpgsports.tv/" target="_blank" rel="noreferrer noopener" label="RPG Sports (opens in a new tab)">RPG Sports</a>.</p> <h4 class="wp-block-heading">My Thoughts</h4> <p>While I find some of these shows entertaining to watch, and have friends who are a big part of it, I can&#8217;t watch regularly for a few reasons. First, I don&#8217;t get it. I know they&#8217;re really playing and having fun, it just isn&#8217;t as fun for me to watch, I&#8217;d rather play. Second, it&#8217;s a huge time sink and I&#8217;ve got too many things on my plate already. </p> <p>However, no matter what you think of watching online play, the huge popularity of it has led to a great lifting of the stigma those in my generation endured. Grognards who don&#8217;t like it should keep their grumbling under their breath and be happy that those who love RPGs can make a living at it. While I&#8217;m not sure combat is the best way to do this, I haven&#8217;t seen the tournament rules as they haven&#8217;t been made public yet.</p> <p>Much of this is a generational thing. And with all hobbies, there are those who would rather watch others have their fun than do it themselves. For many, this is also their gateway into RPGs. Converting more of them to customers is the smart thing for WoTC and any other RPG publisher to do. <a href="https://www.cnbc.com/2018/07/23/hasbro-ceo-dungeons--dragons-is-having-its-best-year-ever.html" target="_blank" rel="noopener noreferrer">WoTC just had the best financial results for D&amp;D ever</a>, they want to continue that trend for as long as possible. Following the masses in this new market potential is only reasonable.&nbsp;</p> <p>I expect in years to come, we will see D&amp;D experienced in ways we don&#8217;t expect. That or the technology to experience it in ways that are currently science fiction will become reality.&nbsp;</p> <p>I also expect that this is a strategy to ensure the longevity of 5e as they currently have the rules &#8220;right&#8221; as far as buy in and regaining their market share lost to Paizo. This will also hamper Paizo&#8217;s efforts to make a big splash with their second edition, now in the works. While the audience for RPGs is huge compared to ever before, it won&#8217;t enlarge the share of the pie for other companies if nearly all eyes are on D&amp;D. For many newer fans of D&amp;D, RPGs and D&amp;D are the same thing.&nbsp;</p> <p>For this reason, gaming grognards should not complain. At some point tastes will change and gamers will want something else. Be open and accepting of that and welcome them. I have seen many younger gamers wanting lighter rules and checking out the styles of play loved by the OSR. I don&#8217;t have hard numbers on that, but I&#8217;ve ran old games for people in their 20&#8217;s and they had a blast. </p> <p>As with everything in life, just wait, things will change.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/dnd-beyond/" rel="tag">DnD Beyond</a><a href="https://followmeanddie.com/tag/dnd-sports/" rel="tag">DnD Sports</a><a href="https://followmeanddie.com/tag/encounter-roleplay/" rel="tag">Encounter Roleplay</a><a href="https://followmeanddie.com/tag/reviews/" rel="tag">Reviews</a><a href="https://followmeanddie.com/tag/roll20/" rel="tag">Roll20</a><a href="https://followmeanddie.com/tag/wotc/" rel="tag">WoTC</a></span></footer></article><!-- #post-5551 --> <article id="post-5536" class="post-5536 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/14/answering-jeff-rients-20-questions/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/newgameblogheader2-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Jeff Rient&#039;s 20 Questions" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/newgameblogheader2-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/newgameblogheader2-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/2018/10/14/answering-jeff-rients-20-questions/" rel="bookmark">Answering Jeff Rient&#8217;s 20 Questions</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/14/answering-jeff-rients-20-questions/" rel="bookmark"><time class="entry-date" datetime="2018-10-14T12:20:15-04:00">October 14, 2018</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/2018/10/14/answering-jeff-rients-20-questions/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Jeff Rients shared a list of <a href="http://jrients.blogspot.com/2011/04/twenty-quick-questions-for-your.html" target="_blank" rel="noopener noreferrer">20 questions</a> to help DMs flesh out their campaign settings. I&#8217;ve used it for planning, but haven&#8217;t posted it online. Here is a player friendly, AKA no spoilers for my players, list.</p> <ol class="wp-block-list"><li>What is the deal with my cleric&#8217;s religion?<br/>It is rare to worship specific deities. Most worship generalized <em>Powers</em> and <em>Great Ones</em>. The <em>powers of light</em> honor life and oppose undeath. The <em>powers of dark</em> offer their followers <em>eternal life</em> in undeath. This is the central struggle in the campaign world.<br/><br/></li><li>Where can we go to buy standard equipment?<br/>Most towns near the frontier/border or known adventure locations, will have the usual weapons, armor, and other adventuring supplies.<br/><br/></li><li>Where can we go to get platemail custom fitted for this monster I just befriended?<br/>That will be an adventure in itself. It will depend entirely on what the monster is and how far you are from a smith willing to do the job. You may have a long wait for them to get to your spot on their work log, in addition to requiring a large payment.<br/><br/></li><li>Who is the mightiest wizard in the land?<br/>The first true archmage since the long ago collapsed of the <em>Dulmar Empire</em> is <em>Urman the Great</em>. He lives on <em>Ogre Island</em>, and any adventurers who have never faced more than one ogre at a time should probably heed warnings not to go there. Urman is interested in one the ruing of one of the great cities of the ancient <em>Dulmar Empire</em>, now infested with ogres. I have created <a href="https://followmeanddie.com/2016/03/24/ogre-island-and-the-black-crate-my-saturday-session-at-marmalade-dog/" target="_blank" rel="noopener noreferrer">an adventure that I ran</a> at Marmalade Dog a few years ago to help me flesh out this area. I plan to publish it in the future.<br/><br/></li><li>Who is the greatest warrior in the land?<br/>Many lay claim to that title, very few close to reality. The wisest don&#8217;t claim such an honor to avoid having to kill or injure another fool. Different towns and cities often have a champion or town bully.<br/><br/></li><li>Who is the richest person in the land?<br/>Probably a king of one of the kingdoms, perhaps even one of the claimants to the title of Emperor of the <em>Dulmar Empire</em> in <em>The Fractured Kingdoms</em>, near its ancient capital.<br/><br/></li><li>Where can we go to get some magical healing?<br/>There are clerics and shrines where cure light wounds is available for a donation. Alchemists have concocted their version of a healing potion. It is like a super energy drink. It heals like a healing potion, but in a few minutes after drinking it, you fall exhausted. It is best taken after a fight, or before a close fought fight is over.<br/><br/></li><li>Where can we go to get cures for the following conditions: poison, disease, curse, level drain, lycanthropy, polymorph, alignment change, death, undeath?<br/>The more severe an affliction, the more likely travel to the interior is required at one of the temples in a city. Some large towns might be blessed with a powerful enough cleric, or a druid might inhabit a grove near the players.  You may come upon a group of pilgrim monks, <em>Followers of The Way</em>, who travel between holy sites and shrines giving honor and repairing them. They also erect new sites, as wonders never cease. They are welcoming to all and are sworn to serve and protect travelers. Some healing and often other aid is available from them<br/><br/></li><li>Is there a magic guild my MU belongs to or that I can join in order to get more spells?<br/>While Urman the Great has trained many of the powerful wizards of today, efforts to establish a guild similar to ancient times have not yet been successful.<br/><br/></li><li>Where can I find an alchemist, sage or other expert NPC?<br/>Alchemists tend to be in cities and larger towns, and perhaps may travel to set up shop near known adventure locations.<br/><br/></li><li>Where can I hire mercenaries?<br/>Many towns along trade routes have mercenaries who look for work before the merchants do the return trip, or don&#8217;t want another long journey.<br/><br/></li><li>Is there any place on the map where swords are illegal, magic is outlawed or any other notable hassles from Johnny Law?<br/>Cities towards the more civilized and stable areas tend to frown on open display of weapons and disruptive magics. <em>The Fractured Kingdoms</em> have a confusing set of laws, one or more of them have some sort of law to ban something.<br/><br/></li><li>Which way to the nearest tavern?<br/>Even most small villages have at least a small tavern for farmers and laborers to gather.<br/><br/></li><li>What monsters are terrorizing the countryside sufficiently that if I kill them I will become famous?<br/>Undead, bandits, humanoids, and giants have caused troubles around <em>Farthorpe</em> after the earthquake. There has been one unreliable person talk of a two-headed giant.<br/><br/></li><li>Are there any wars brewing I could go fight?<br/>The far off <em>Fractured Kingdoms</em> are always fighting for dominance and undisputed right as the true Emperor of <em>The Dulmar Empire</em>. There is a proverb about those adventurous or foolhardy enough to sign up: <em>Go a fighting in the Fractured Kingdoms and your mother will soon be a weeping o&#8217;er your grave.</em><br/><br/></li><li>How about gladiatorial arenas complete with hard-won glory and fabulous cash prizes?<br/>It is rumored that the orc tribes and their ilk do such things with some of their prisoners. However, there is no reward but living til the next match.<br/><br/></li><li>Are there any secret societies with sinister agendas I could join and/or fight?<br/>Those who serve the dark powers and seek to evade death through undeath are always looking for new recruits. The party has discovered an ancient cult that follows/worships <em>The Necromancer</em>, whose tomb they discovered and sealed. He&#8217;s not completely dead. They managed to spoil the plans of one who calls himself, <em>The Son of The Necromancer</em>, and has a flying carpet the party really wants.<br/><br/></li><li>What is there to eat around here?<br/><em><a href="https://followmeanddie.com/2017/01/13/mixing-it-up/" target="_blank" rel="noopener noreferrer">Ogre bites</a></em> refer to large meat pies that can fill those around a table.<br/><br/></li><li>Any legendary lost treasures I could be looking for?<br/>Lots of legends and rumors. The player characters hold a letter/map indicating that there is a treasure beyond bearing. They think it might be in the area near the starting town.<br/><br/></li><li>Where is the nearest dragon or other monster with Type H treasure?<br/>That&#8217;s a very good question. There are lots of rumors of dragons in the mountains to the north.</li></ol> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-5536 --> <article id="post-5517" class="post-5517 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/12/my-answers-to-osr-guide-for-the-perplexed/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/OSRGuideForThePerplexed-MyStackOfADDManualsLesPnePHAndoneDDG-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="OSR Guide For The Perplexed" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/OSRGuideForThePerplexed-MyStackOfADDManualsLesPnePHAndoneDDG-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/OSRGuideForThePerplexed-MyStackOfADDManualsLesPnePHAndoneDDG-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/2018/10/12/my-answers-to-osr-guide-for-the-perplexed/" rel="bookmark">My Answers To OSR Guide For The Perplexed</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/12/my-answers-to-osr-guide-for-the-perplexed/" rel="bookmark"><time class="entry-date" datetime="2018-10-12T23:54:00-04:00">October 12, 2018</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/2018/10/12/my-answers-to-osr-guide-for-the-perplexed/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>When something of note occurs in the OSR, good or bad, someone seems to make one of these question things that many in the OSR rise to the challenge and answer. </p> <p><a href="http://dndwithpornstars.blogspot.com/2018/10/osr-guide-for-perplexed-questionnaire.html?zx=19279b3155ea1ce0" target="_blank" rel="noopener noreferrer">OSR Guide For The Perplexed Questionnaire</a> From Zak S.</p> <ol class="wp-block-list"><li><strong>One article or blog entry that exemplifies the best of the Old School Renaissance for me:</strong><br/><a href="http://jrients.blogspot.com/2011/04/twenty-quick-questions-for-your.html" target="_blank" rel="noopener noreferrer">Twenty Quick Questions for Your Campaign Setting</a> on Jeff&#8217;s Gameblog.</li><li><strong>My favorite piece of OSR wisdom/advice/snark:</strong><br/>Rulings Not Rules</li><li><strong>Best OSR module/supplement:</strong><br/>Richard LeBlanc&#8217;s <a href="https://www.drivethrurpg.com/product/124392/d30-Sandbox-Companion?affiliate_id=203222" target="_blank" rel="noopener noreferrer">d30 Sandbox Companion</a> [<em>Affiliate Link</em>]</li><li><strong>My favorite house rule (by someone else):</strong><br/>Shields shall be splintered, I believe it was this <a href="http://trollsmyth.blogspot.com/2008/05/shields-shall-be-splintered.html" target="_blank" rel="noopener noreferrer">article on Trollsmyth</a> that brought this to popularity.</li><li><strong>How I found out about the OSR:</strong><br/>It was around the time I read that Gary Gygax had died. Either a short while before or immediately after. I found this group of bloggers going on about the kind of games I played. Especially B/X which we always thought was &#8220;for babies&#8221; because Holmes Blue Box Basic said we needed AD&amp;D when it was released. The OSR showed me that there was some cool stuff in there. [The more I worked on answering these questions, I&#8217;m pretty sure I was reading the OSR blogs about 2007, Gary Gygax died in March, 2008.]</li><li><strong>My favorite OSR online resource/toy:</strong><br/><a href="http://www.drivethrurpg.com//saleguide.php?affiliate_id=203222" target="_blank" rel="noopener noreferrer">DriveThruRPG</a> [<em>Affiliate Link</em>] with all the free and low cost game aids. <br/></li><li><strong>Best place to talk to other OSR gamers:</strong><br/>G+ was the main place. There is still a bit after the whole ruse to MeWe. There is a tiny bit on Facebook. I find a lot among a few on Twitter. The G+ shake up has left the best place up in the air a bit, but right now, it looks like MeWe.<br/></li><li><strong>Other places I might be found hanging out talking games:</strong><br/><a href="https://patreon.com/FollowMeAndDie" target="_blank" rel="noopener noreferrer">Patreon</a>: Patrons get a vote on the PDF I release the following month.<br/><a href="https://anchor.fm/follow-me-and-die" target="_blank" rel="noopener noreferrer">Podcast</a>: Episodes Tuesday, Thursday, and Saturday<br/><a href="https://twitter.com/followmeanddie1" target="_blank" rel="noopener noreferrer" class="broken_link">Twitter</a><br/><a href="https://youtube.com/c/Followmeanddie" target="_blank" rel="noopener noreferrer">YouTube</a><br/><a href="https://instagram.com/followme_anddie" target="_blank" rel="noopener noreferrer">Instagram</a><br/><a href="https://facebook.com/FollowMeAndDie/" target="_blank" rel="noopener noreferrer">Facebook</a><br/><a href="https://mewe.com/i/larry.hamilton" target="_blank" rel="noopener noreferrer">MeWe</a><br/><a href="https://reddit.com/user/FollowMeAndDie/" target="_blank" rel="noopener noreferrer">Reddit</a><br/>Contributor to <a href="https://web.archive.org/web/20210812011311/http://multiverse.world/" target="_blank" rel="noopener noreferrer">Multiverse</a> by the new TSR.<br/></li><li><strong>My awesome, pithy OSR take nobody appreciates enough:</strong><br/>I love seeing how my players interact with my world and see some aspect or focus on something and make it important. I love seeing how their actions have repercussions. I also love watching them burn it all down. Just being surprised by how players do things I could never anticipate is a big part of my fun as GM.</li><li><strong>My favorite non-OSR RPG:</strong><br/>Looking at my gameshelf, the only  non-OSR game is D&amp;D 5e, which I&#8217;ve only played a few times. I want to run it for new players and get a better feel for it, since most new players will encounter it first.<br/></li><li><strong>Why I like OSR stuff:</strong><br/>I never got into modules back in the day. We couldn&#8217;t afford them, and only ran the ones that others bought. I also find that it takes me too much effort to figure out a module. The amount of effort I put into it gets better results if I make my own adventures and world.  Plus there are so many cool OSR things that help me create adventures and locations if I need ideas.</li><li><strong>Two other cool OSR things you should know about that I haven’t named yet:</strong><br/>Hexcrawls and Sandboxes.<br/>Both are styles of play that go together, but can be used indepenently. A sandbox is a way for a GM to design their campaign in a quick and easy way that allows the players to go anywhere and do anything. The world building is bottom up, that is it starts with a town and a few nearby adventures, and as the players interact with the world, it grows to meet them.<br/>Hexcrawls are ways that players explore the game world and figure out where things are. </li><li><strong>If I could read but one other RPG blog but my own it would be:</strong><br/><a href="http://jrients.blogspot.com/" target="_blank" rel="noopener noreferrer">Jeff&#8217;s Gameblog</a> by Jeff Rients.</li><li><strong>A game thing I made that I like quite a lot is:</strong><br/><a href="https://www.drivethrurpg.com/product/253079/Library-Generation-Tables" target="_blank" rel="noopener noreferrer">Library Generation Tables</a> &#8211; Tables to help generate a library and aspects of its collection.<br/>I also made a card game that was a big hit at Gary Con X and I hope to Kickstart in 2019.</li><li><strong>I&#8217;m currently running/playing:</strong><br/>Last week we just finished playing in a 4-1/2 year 221 session AD&amp;D campaign on Roll20. We&#8217;re taking a break. I play in a Sunday AD&amp;D campaign on Roll20. My in person and Roll20 AD&amp;D games are on hiatus.</li><li><strong>I don&#8217;t care whether you use ascending or descending AC because:</strong><br/>It&#8217;s a game and should be all about having fun!</li><li><strong>The OSRest picture I could post on short notice:</strong><br/><br/></li></ol> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="1096" height="822" src="https://followmeanddie.com/wp-content/uploads/2018/10/MyStackOfADDManualsLesPnePHAndoneDDG.jpg" alt="" class="wp-image-5520" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/MyStackOfADDManualsLesPnePHAndoneDDG.jpg 1096w, https://followmeanddie.com/wp-content/uploads/2018/10/MyStackOfADDManualsLesPnePHAndoneDDG-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2018/10/MyStackOfADDManualsLesPnePHAndoneDDG-768x576.jpg 768w, https://followmeanddie.com/wp-content/uploads/2018/10/MyStackOfADDManualsLesPnePHAndoneDDG-1024x768.jpg 1024w" sizes="auto, (max-width: 1096px) 100vw, 1096px" /><figcaption>My AD&amp;D Collection Finally Restored</figcaption></figure> <p></p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-5517 --> <article id="post-5514" class="post-5514 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-apps tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/11/more-on-mewe/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-11-18-at-11.11-PM-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Matt Finch Interviews Jason Hardy Product Director of MeWe" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-11-18-at-11.11-PM-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/Screen-Shot-10-11-18-at-11.11-PM-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/2018/10/11/more-on-mewe/" rel="bookmark">More on MeWe</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/11/more-on-mewe/" rel="bookmark"><time class="entry-date" datetime="2018-10-11T23:15:47-04:00">October 11, 2018</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/2018/10/11/more-on-mewe/#comments">6 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p><a href="https://www.youtube.com/watch?v=Jzf_mcgjo_0" target="_blank" rel="noopener noreferrer">Matt Finch interviewed Jason Hardy</a>, the product director, for <a href="https://mewe.com" target="_blank" rel="noopener noreferrer">MeWe</a> on YouTube. I missed the start of the live stream, so I had to play catch up. This followed the <a href="https://www.youtube.com/watch?v=chusJcBNCv8" target="_blank" rel="noopener noreferrer">panel discussion</a> about what now for the OSR after the announced end of G+ in ten months. Full disclosure, I was one of the panelists.</p> <p>I think it is helpful to look at both videos and consider what they mentioned.</p> <p>I saw a couple of comments that the panel discussion sounded like an ad for MeWe. I don&#8217;t think so, as we pointed out all our concerns about it and what we knew would be changed. All of the questions raised helped inform the questions Matt asked during the interview.</p> <h4 class="wp-block-heading">The Panel</h4> <p>On the panel, we identified 3 types of users:</p> <ol class="wp-block-list"><li>Content creators, such as bloggers, You tubers, and publishers who want people to know about what they just did.</li><li>Content consumers who want to read, watch, and obtain what content creators have to offer.</li><li>Some use G+ combined with Hangouts to actually run RPGs. This is the crowd who wants a built in dice roller.&nbsp;</li></ol> <p>I use Roll20 for online gaming. We started using hangouts until Google changed things, and we switched to Discord. I think Discord is ideal for this, and can do what users want without having to use Roll20 or other VTT. However, many don&#8217;t want to use Discord, and also refuse to use Facebook.</p> <p>One panelist pointed out that Facebook can be made to do all the things G+ does, but not as smoothly, and has drawbacks that don&#8217;t exist on G+.</p> <p><a href="https://web.archive.org/web/20190326025213/https://plus.google.com/100784288559145414228" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+Ben Milton</a> of <a href="https://www.youtube.com/channel/UCvYwePdbWSEwUa-Pk02u3Zw" target="_blank" rel="noopener noreferrer">Questing Beast</a>, pointed out that Reddit can do a lot of what G+ does, and made his argument for why it is a valid option.&nbsp;</p> <p><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://web.archive.org/web/20190326025216/https://plus.google.com/109326456526268896536" target="_blank">+E.T. Smith</a>, creator of the <a href="https://web.archive.org/web/20190326025316/https://plus.google.com/communities/117817751909237129167" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">G+ RPG Escape Rocket community</a> was on the panel and like most of us, surprised at how MeWe quickly became the platform of choice. He expected a more reasoned approach with more time spent identifying choices and evaluating them. (E.T. also has a blog, <a href="http://trollbones.blogspot.com/" target="_blank" rel="noopener noreferrer">TrollBones</a>.)</p> <p><a href="https://web.archive.org/web/20190326025220/https://plus.google.com/106896777766399569820" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+Brendan S</a> another panelist pointed out that the younger demographic is focused on video and what Discord and Twitch can do with video needs to be considered. Both Discord and Twitch can be made to do the basic functions of G+, but no one thinks to use them that way. I have not even thought of Twitch being an option until this was mentioned.</p> <p>So far, I have not had time to look into Twitch as an option. Discord can sort of do it, but the flow of constant chat on a busy channel on a server is a fire hose. Too much information. This is very similar to what one first encounters on MeWe. I don&#8217;t think MeWe was designed with the idea people would be in so many communities. Thankfully, there is one location to turn off all chat from popping up, so your screen doesn&#8217;t fill up. Every group on MeWe has a chat option. When you join a group, you can disable that on group by group basis, or use the global option.</p> <h4 class="wp-block-heading">The Interview</h4> <p>While MeWe has had early adoption, the panel was cautious. My big concern is that content on MeWe will not be discoverable by a public search. The upcoming feature of pages will only be visible to those with a MeWe account who are signed in. It did sound to me from tonight&#8217;s interview that phase two of pages may be public.</p> <p>Pages will be here before the end of the year and will be a place for one&#8217;s followers to see things. It is basically like a personal group without all the options of a group. Pages will cost $2.99 a month. This is a small amount, I&#8217;d like to see what a page is before putting too much into it.&nbsp;</p> <p>Concerns about the business model are answered by micro transactions. Some features, like emoji packs are a buy once and done. Many asked about a dark theme, and it will be released soon for 99 cents. All the emoji packs at 99 cents. They have a Secret Chat feature that is free for the first 30 days, but it doesn&#8217;t tell you up front how much it is. I had to use Google to find the answer and found it on <a href="https://twitter.com/mewe/status/986853768179269632" target="_blank" rel="noopener noreferrer" class="broken_link">this tweet from MeWe</a> that is it 99 cents a month or $5.99 a year. <a href="https://twitter.com/mewe/status/980161952079949824" target="_blank" rel="noopener noreferrer" class="broken_link">Another tweet from MeWe</a> indicates that only the person initiating the chat needs to pay for it. It is fully encrypted end to end and MeWe can&#8217;t decrypt it. </p> <p>Currently, the MeWe store is only in the app, but is slated to come to the website in the future. I didn&#8217;t catch a time frame on that.</p> <p>Right now, there are two ways for sharing/viewing information the timeline and groups. Unlike Facebook, all followers see all of your posts. Each individual controls how they see information, either chronologically, or by latest post, so an old post with a new comment could rise to the top.</p> <p>Groups allow one pinned post.</p> <p>The answer to circles is in a future iteration of the site you will be able to group contacts and use a different profile picture for each. At one point it was mentioned that users could have multiple profiles, I&#8217;m not clear how that will work.</p> <p>The answer to collections is hashtags. Their functionality is built around hashtags and that is the current way to do it. It was mentioned that perhaps group owners might get the ability to control the hashtags used in their groups. In a separate group chat on Mewe, one group was discussing what hashtags they would use, and one posted indicated that he verified that one can search on more than one hashtag at a time and that each is highlighted when found.</p> <p>In addition to MeWe&#8217;s base features being free, Jason pointed out that for non profits and educational groups, MeWe Pro is free. Someone asked about organizations fighting against human trafficking that elicited this answer.</p> <h4 class="wp-block-heading">Takeaways</h4> <p><strong>PROS</strong></p> <ul class="wp-block-list"><li>MeWe has most of the features of G+ we all love.</li><li>Some of the features we want are in the works.</li><li>The large number of early adopters got MeWe&#8217;s attention and they are interested in trying to understand and meet our needs.</li><li>Hashtags are key to emulating Collections from G+.</li></ul> <p><strong>CONS</strong></p> <ul class="wp-block-list"><li>People not on MeWe can&#8217;t find the information they might be seeking.</li><li>There is no asymetric following. If you are not connected with someone on MeWe, you can&#8217;t read their stuff, unless they elect to pay for a page when it becomes available.</li><li>Those who paint the OSR with a broad brush will point to MeWe&#8217;s allowance of various types of groups and speech as a sign that the OSR people using it identify with those fringe elements. Which is like saying anyone who uses Facebook is a flat-earther or anti-vaxxer.</li></ul> <h4 class="wp-block-heading">My thoughts</h4> <p>My work flow will have to consider MeWe like any other site that I share a blog post or link to my latest PDF. I need to make my blog the center of attention and activity for my online efforts.&nbsp;</p> <p>Prior to the G+ closure announcement, I had identified the need to post more on my blog. It was not as clear cut as it is now. As I mentioned at the end of Wednesday&#8217;s panel, I plan to re-work my blog roll and move it from the sidebar to a page of its own. There is a spreadsheet going around that encourages bloggers to add their blog to it. I plan to use that to add to my blog roll. I had plans to revise it as there are several new blogs I have enjoyed and need to read them regularly.</p> <p><a href="https://plus.google.com/b/107411251706927346819/+AlexSchroeder/posts/F2TbPrYT2VK" target="_blank" rel="noopener noreferrer">Alex Schroder announced on G+</a> that he is looking into reviving the Old School RPG Planet agregator. That prompted me to add blog/RSS aggregator to my own blog. I want to have the name of the blog and title of the current article. I also need to settle on on RSS reader. I had one I really liked, until Google, Yahoo, and other major web sites dropped support for RSS. (They did that because there was no way to monetize it.)&nbsp;</p> <p>While MeWe has the momentum and numbers behind it, I will keep an open mind. I will look at Mastodon and some of the others. I&#8217;m not sure they solve the discoverability issue. I know Mastodon only supports 500 word posts, which is far short of the long form G+ and MeWe allow.</p> <p>Facebook is not an option I am taking seriously. I don&#8217;t like its interface and can&#8217;t find stuff after it&#8217;s posted. If there is a way to find a post from last year, it isn&#8217;t obvious. I suppose a google search is in order for that.</p> <p>MeWe has us scratching our heads about how to do things, and some have asked for someone to do a how to video. I&#8217;ve already got a lot on my plate, so not sure I can fit that in any time soon. I was planning to address the whole Roll20 public relations fiasco this week, and that got knocked off the table with the G+ announcement. When I saw the flood going to MeWe, I knew I had to jump in and figure it out. I may have been the first or only blogger to lay out what I did in Tuesday&#8217;s blog article. I&#8217;d be interested in knowing about others.</p> <p>Finally, contrary to information I read about the name, and shared in Tuesday&#8217;s article, MeWe is pronounced &#8220;Mee-Wee&#8221;. I hate that name.&nbsp;</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/apps/" rel="tag">Apps</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-5514 --> <article id="post-5507" class="post-5507 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-g tag-mewe tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/09/mewe-replacement-for-g/" aria-hidden="true"> <img width="800" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/GQuestions-800x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="G+ Questions" 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/2018/10/09/mewe-replacement-for-g/" rel="bookmark">MEWE &#8211; Replacement for G+?</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/09/mewe-replacement-for-g/" rel="bookmark"><time class="entry-date" datetime="2018-10-09T19:39:09-04:00">October 9, 2018</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/2018/10/09/mewe-replacement-for-g/#comments">15 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>With the announcement of the final stages of life support for G+, many users among the OSR have searched for a replacement. <a href="https://mewe.com" target="_blank" rel="noopener noreferrer">Mewe</a> appears to be the front runner. I was calling it mee wee, <del>until someone pointed out it is the Old English spelling of mew. <a href="https://en.wiktionary.org/wiki/mewe">One of the meanings</a>, probably the one intended by the creators, is <em>a place used as a hideout, refuge, or redoubt</em>. Since they display it on their site as MeWe, I did not make the connection to the word mewe, and when it was pointed out, realized I knew this. (facepalm) </del> [<strong>EDIT:</strong> Unfortunately, it is Mee Wee&#8230;.] </p> <p>Mewe silos groups and users so you can only see what others you are connected to have posted. Some have argued that the presence of one side or the other of the political spectrum is unacceptable. However, one can only see these groups and what they say, if one joins them. Mewe&#8217;s CEO is a Libertatian and their site policy prohibits hate speech. So while one may disagree with the politics on this site, those advocating violence are banned. Contract this with Minds that apparently is more skewed to one end of the political spectrum and allows all forms of speech, including hate speech. (I have not had time to look that up yet, but the dearth of those migrating to Minds is telling.)</p> <p>Before I delve into why Mewe is the current best choice for a replacement to G+, let&#8217;s touch on why other options are not a good fit.</p> <p>Blogroll &#8211; I plan to reorganize my blogroll and make it a page on my blog rather than a sidebar. This is only useful for blogs. Blogs are only as good at sharing information if you can find them. Blogs are where the OSR originated and were the strength of the OSR. When G+ came on the scene, it had features that made it easy to create communities around specific games, yet we could all be connected by a common love of all RPGs.</p> <p>RSS is a feature that made tracking multiple blogs easy to do. When Google, Yahoo, and most other companies dropped built in support for RSS, it hurt. this made G+ even more attractive. While RSS is still available, it is still limited to a handful of blogs one follows, and makes it easy to miss out on something new, unless the blogs you follow happen to mention it.</p> <p>Facebook is not good for finding content. While you might find a group, the ability to search posts is lacking. Shared files and pinned posts can sometimes in my experience, be difficult to locate. Facebook is also not popular for some as they flat out refuse to use it and have always done so. I am on Facebook to connect with those I wouldn&#8217;t otherwise connect with. However, I don&#8217;t like the functionality of the interface. I want to be able to find things when I want them. At one point G+ had a really good search feature that was throttled.</p> <p>Forums &amp; wikis while you can find stuff, you don&#8217;t have the community aspect and can&#8217;t block someone so you don&#8217;t have to interact with them. While some are excellent, some are not so nice. BBSes fall into this category.</p> <p>Discord is a great option for audio for use with your virtual table top of choice. The chat feature is great in game. It also has a video component, but I have not used it. The problem is that chat is so voluminous, it is like drinking from a fire hose, and this rapid fire option makes it massively impractical for people in other time zones to participate, especially if they are on the other side of the world. The slower pace of conversations on G+ allows latecomers to catch up and even get involved. </p> <p>Twitter has a limited character count and while some manage long chain posts, it is not sustainable. Many also complain about the cesspool I find that you can block what you don&#8217;t want to see, and one can easily curate a personal group that is positive and uplifting. Still it is not a platform that entices new people. It took me a couple years to buy in to Twitter.</p> <p>Reddit has been called a dumpster fire by some. The down voting or massive up voting easily hides good content from view. Reddit seems more geared towards asking a question if you want answers, or sharing how you did something. In my experience, it is not conducive to constructive discussions. I&#8217;m not sure what ability to block people there are.</p> <p>Diaspora and Pluspora which is built using Diaspora are a clone of G+, but not many have gone there. Some have said that the functionality and stability is not there.</p> <p>Mastodon is another G+ alternative that many have advocated in the last couple of years. Some say it is great. It has some benefits, but has not captured the attention of the majority.</p> <p><a href="https://plus.google.com/b/107411251706927346819/+StanShinn/posts/F6EgxnZuu2v?cfem=1" target="_blank" rel="noopener noreferrer">Stan Shinn posted on G+</a> that with his experience managing large software projects, he was interested in what others wanted in a replacement for G+. More of an exploratory post. I and many other gave their input on what they&#8217;d like to see in a G+ replacement. Basically, we want the good parts of G+, including those things G+ took away from it or broke the functionality they once had.  This is what all G+ users want, whether they are  in the RPG crowd or not. Stan indicated it would not be a from scratch endeavor, but use an existing package. Mention of a Kickstarter to fund it and whether or not it is for profit or non profit are up in the air. There would be a need for programmers, admins to handle the site, and a lawyer to handle all the legal stuff.</p> <p>The biggest reason Mewe is the front runner at the moment, is the sheer number of G+ users who signed up for me in the past two days. That momentum got the attention of the EVP Product Director.</p> <p>To me, Mewe is laid out on the screen like Facebook, but the posting and group options remind me of G+. The chat option available to each group reminds me of Discord. Mewe requires each person to be connected like with Facebook, unlike G+ where you can follow someone without them also following you. You can&#8217;t see a group&#8217;s description until you join it. Some don&#8217;t like that. Mewe also has strong blocking functionality, so if a user is banned from a group or you block someone, they can&#8217;t see your stuff.</p> <p>Mewe is free for general use. Up to 8 GB of space is available for images and other files. You can easily see how much space you have used. I recommend hosting images elsewhere and linking them to Mewe if you are an artist. The fees for more than 8 GB seem in line with other services with free disk space at general levels. </p> <p>Today, Jason Hardy, the EVP Product Director of Mewe jumped into the group chat of <a href="https://mewe.com/group/5bbba9532ee15f0a6cf43946" target="_blank" rel="noopener noreferrer"><em>The Great G+ RPG Exodus</em></a> group to find out why so many new users appear. That group has about 500 members at the time. Jason was gracious and forthcoming about many of the concerns and features we had in G+ that we&#8217;d like to see.</p> <p>The end result is that we learned upcoming features that are in the works independent of the G+ announcement yesterday. The following was copied from what a user shared to their page from what was mentioned in chat c. 2:30 PM EDT today. </p> <ul class="wp-block-list"><li>Pages appear to be coming soon</li><li>Public posting will be around in November-ish</li><li>Video chat will be Q1/Q2 of 2019 </li></ul> <p>In the chat we also noted some nice to haves that may or may not have been added to their roadmap:</p> <ul class="wp-block-list"><li>Attribution on shares</li><li>Grouping of contacts aka &#8220;Circles&#8221;</li><li>They&#8217;re looking into chat based dice rolling (Jason didn&#8217;t know what a dice roller was and asked for examples.)</li></ul> <p>My biggest concern about ensuring this doesn&#8217;t become a place information goes to die is answered by Pages and Public posting. Right now, all posts are private. If others can&#8217;t see what your group is about and a sample of what goes on their, why would they want to join? </p> <p>Another concern is the paucity of non-male games. We want all who enjoy games to feel welcome. It is on us men to do a better job of ensuring women feel comfortable. Some of our brothers at the table require additional coaching on manners and socially acceptable behavior, even if it is online. </p> <p>I posted a question asking for comment on why users there don&#8217;t want to use FB as a G+ replacement. Here are some of the replies:</p> <ul class="wp-block-list"><li>FB is a horrible platform that exploits users </li><li>Facebook are extremely careless with their user data and do their best to make money by selling information on their users, which is seldom in the interests of their users.</li><li>Facebook works in an unknown way. What ends up in your timeline is decided by calculations no one understands that have tons of negative effects: you miss stuff, some opinions are under-represented, other are over-represented, post that make you react quickly are favoured over posts that require reading and understanding…</li><li>It&#8217;s simple, FB I use for people I actually know &#8211; friends and family. There&#8217;s no way to segregate interests from the stream of content my friends and family generate, and they surely don&#8217;t want to see my gaming BS. </li><li>There&#8217;s too much hate and drama on both Facebook and Twitter. Whenever my wife or family members are on FB, they constantly bitch about someone or other. It  is a volatile and toxic place. Plus, I don&#8217;t want to be bothered by people who don&#8217;t share my interests. Here I can select what and who I&#8217;m surrounded by. Politics, religious views, and hate speech have no place in my hobbies.</li><li>Yeah— on Facebook, you get contact requests from people you know but don’t necessarily want to hang out with, and it would be rude to deny that you know them. There’s no such expectation on any other social network.</li></ul> <p>Matt Finch posted on G+ and Facebook that he is coordinating a panel discussion on YouTube to discuss the future of the OSR without G+. Some have hoped it means a return to the glory days of blogging before G+. I&#8217;m not sure that will happen. I rushed this article a bit as I wanted it out there for consideration before this panel occurs. These are my quick observations and if Mewe comes through with the plans their EVP Product Director shared, then my main concerns regarding functionality will be resolved.</p> <p>You can find me on Mewe <a href="https://mewe.com/i/larry.hamilton" target="_blank" rel="noopener noreferrer">here</a>.</p> <p><strong>Update:</strong> [October 10, 2018] The founder of Mewe answered some questions about the direction of Mewe on a G+ thread <a href="https://plus.google.com/104058007020511921292/posts/XRcBiALnWbo?iem=4&amp;gpawv=1&amp;hl=en-US" target="_blank" rel="noopener noreferrer">here</a>.</p> <p><strong>Update:</strong> [October 10, 2018] Matt Finch hosted a Panel talking about the OSR response to the G+ shutdown announcement. I was one of the panelists.</p> <figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-has-aspect-ratio wp-embed-aspect-16-9"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Panel Discussion on OSR Exodus from G+" width="474" height="267" src="https://www.youtube.com/embed/chusJcBNCv8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/g/" rel="tag">G+</a><a href="https://followmeanddie.com/tag/mewe/" rel="tag">Mewe</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-5507 --> <article id="post-5491" class="post-5491 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-fluffinspiration tag-plot-hooks"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/10/06/stretching-creativity/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="The Night Gate" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-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/2018/10/06/stretching-creativity/" rel="bookmark">Stretching Creativity</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/10/06/stretching-creativity/" rel="bookmark"><time class="entry-date" datetime="2018-10-06T21:42:56-04:00">October 6, 2018</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/2018/10/06/stretching-creativity/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Today&#8217;s podcast, <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-39---Saturday-Scrawl-3---Stretching-Creativity-e2bm71" target="_blank" rel="noopener noreferrer">Saturday Scrawl #3</a> is about stretching one&#8217;s creativity and diving in and expressing yourself as a GM, Player, and person.</p> <p>I&#8217;ve always had a desire to sketch and draw well, but never the patience to hone that skill, as results were too slow for my level of patience.</p> <p>However, I know I have a sliver of talent, and rather than regret never sticking with the practice, I am going to sketch everyday. At the end of September, I decided that I would do <a href="https://inktober.com/" target="_blank" rel="noopener noreferrer">Inktober</a>. Inktober is a month long challenge in October. It was started by an artist in 2014 as a way to improve his inking skills. I have always enjoyed the random art that has popped up in my social media over the years, and this year, I decided to jump in.</p> <p>After just 6 days, I am seeing improvement in some things. I am posting each picture to social media. There are prompts. I am using the official prompts, but filtering them through an RPG lens. One day, I had an idea I knew I didn&#8217;t have the technical skill to execute, so I did a quick cursive poem. I was rushed that day, so I will make time later to do the poem with calligraphy. (Calligraphy is an acceptable form of inking for Inktober.)</p> <p>I don&#8217;t like how rushed things are at work, but no matter how busy things are, I am sticking to doing the ink drawing each day.</p> <p>Today, while out running errands, I picked up a 5.5&#8243; x 8.5&#8243; 80 page spiral bound sketchbook, and some art pencils. I will do one sketch a day, or little doodles to fill a page every day. I finished my first pencil sketch a bit ago. I used a B2 pencil, and I am hooked on that pencil for drawing. There is nothing wrong with a number 2, but the B2 responds to pressure better. At least for me, it did. I haven&#8217;t figured out how to make a number 2 over all these years do what the B2 let me do. If like me, you struggle to get a standard pencil to do the shading you want, try a B2. </p> <p>Next I stopped by the craft store and picked up new nibs for my Speedball pen, and some ink. My old nibs are corroded and not working very well. </p> <p>I really liked how my first sketch turned out, and posted on my other social media. I was even inspired to type up some quick text for an adventure hook.</p> <h4 class="wp-block-heading">Creative Itch</h4> <p>Ever since my card game idea was well received, I have felt the itch to create more. Creating my first PDFs and entering the realm of online publishing has only stoked the fires of my creativity. I find I consume less media for entertainment, and more for helping me produce content. With these fires of creativity, I feel like I have so much more to let out, thus the need to draw. [Ideally, I will get good enough to illustrate portions of my own PDFs.]</p> <p>I encourage you to engage your creativity and find an outlet for it. As long as it causes no one harm, go for it. </p> <h4 class="wp-block-heading" style="text-align:center">The Night Gate</h4> <p> The night gate is a solitary stone arch at the end of a stone-lined path off the old north road. Legend has it that the gate leads to other locations, dimensions, or worlds depending on the time of night and the phase of the moon. The moonlight is said to trigger the magic of the gate.</p> <p>Those who have tried to harvest the stones along the path or the gate itself are said to befall misfortune before they can even move a single stone the slightest bit. It is not unheard of for people to drop dead while doing hard labor, or unusual for wild animals to attack people in the wilds. All the talk of monsters is only hearsay as it is said that no one has lived to tell the tale of these creatures. </p> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="1200" height="951" src="https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-1.jpg" alt="" class="wp-image-5495" srcset="https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-1.jpg 1200w, https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-1-300x238.jpg 300w, https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-1-768x609.jpg 768w, https://followmeanddie.com/wp-content/uploads/2018/10/Sketchbook1-Day01-1-1024x812.jpg 1024w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption>The Night Gate<br/></figcaption></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/plot-hooks/" rel="tag">Plot Hooks</a></span></footer></article><!-- #post-5491 --> <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/2018/10/page/2/">2</a> <a class="next page-numbers" href="https://followmeanddie.com/2018/10/page/2/">Next &rarr;</a> </div><!-- .pagination --> </nav><!-- .navigation --> </div><!-- #content --> </section><!-- #primary --> <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/' aria-current="page">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 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> </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-21 00:35:22 by W3 Total Cache -->

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