Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
General Tabletop Discussion
*TTRPGs General
How do you prepare/run your game...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="reanjr" data-source="post: 2111903" data-attributes="member: 20740"><p>When I used to have a laptop, Excel was my friend.</p><p></p><p>Also, I wrote a neat little script that took a command line argument and gave me a die result. Like "roll.vbs 20" would pop up a messagebox with a d20 random result. I then put a link in my Start Menu to each of the normal dice and then set hot keys to them:</p><p></p><p>4 - Ctrl-Alt-4</p><p>6 - Ctrl-Alt-6</p><p>8 - Ctrl-Alt-8</p><p>10 - Ctrl-Alt-1</p><p>12 - Ctrl-Alt-2</p><p>20 - Ctrl-Alt-0</p><p></p><p>Once I got used to it (confusing the 2 for 20 and the 0 for 10 was the hardest thing to overcome), I could just hit those keys whenever I needed a die result. Didn't matter what app I was running at the time. I have tried to figure out how to get something to run in the taskbar (like Media Player does), but to no avail.</p><p></p><p>Other than that, I used notepad for everything. Notes, Initiative order, current HP, etc. After I was done with the session, I'd just upload the stuff to my server for use the following week.</p><p></p><p>In the past, I also created a nice Spell program. By getting all the spells in XML format (which took quite a bit of data scrubbing on the SRD HTML files), I could look for, say, spells of level 1-3 that require no material components and have no saves or fortitude saves. Made creating spell lists and figuring out a good spell to use in any given situation really easy. Of course, it had an integrated dice roller. So if the spell said 1d6 / level I could click on that and based on what level I set for the caster, it would give me a result. It did auto DCs, etc. just by clicking on what caster you were using. This program has since been lost, and I do not have the heart to recreate it.</p><p></p><p>I'm currently designing/writing (but probably never finishing, that's just the way of things) a whole suite of tools to be integrated into one app so that I never need to open more than one app at a time again. If completed, it will let you take notes, do the whole spell things, support grid-stuff, work as a simple spreadsheet (useful math functions only), store maps, fully index the core books, have a context sensitive roller (anytime it recognized a die roll, it would allow you to click on it for a result), and have a table generator ("col1=row; col2=prevrow + (col1-1) * 1000; rows=1 to 100" for instance would generate the XP table for levels 1 through 100). I can't tell you how often I would like to generate a table on the fly for something and just wish there was a tool to easily do so. It would also fully support XML so that you could add new data to it as you see fit.</p></blockquote><p></p>
[QUOTE="reanjr, post: 2111903, member: 20740"] When I used to have a laptop, Excel was my friend. Also, I wrote a neat little script that took a command line argument and gave me a die result. Like "roll.vbs 20" would pop up a messagebox with a d20 random result. I then put a link in my Start Menu to each of the normal dice and then set hot keys to them: 4 - Ctrl-Alt-4 6 - Ctrl-Alt-6 8 - Ctrl-Alt-8 10 - Ctrl-Alt-1 12 - Ctrl-Alt-2 20 - Ctrl-Alt-0 Once I got used to it (confusing the 2 for 20 and the 0 for 10 was the hardest thing to overcome), I could just hit those keys whenever I needed a die result. Didn't matter what app I was running at the time. I have tried to figure out how to get something to run in the taskbar (like Media Player does), but to no avail. Other than that, I used notepad for everything. Notes, Initiative order, current HP, etc. After I was done with the session, I'd just upload the stuff to my server for use the following week. In the past, I also created a nice Spell program. By getting all the spells in XML format (which took quite a bit of data scrubbing on the SRD HTML files), I could look for, say, spells of level 1-3 that require no material components and have no saves or fortitude saves. Made creating spell lists and figuring out a good spell to use in any given situation really easy. Of course, it had an integrated dice roller. So if the spell said 1d6 / level I could click on that and based on what level I set for the caster, it would give me a result. It did auto DCs, etc. just by clicking on what caster you were using. This program has since been lost, and I do not have the heart to recreate it. I'm currently designing/writing (but probably never finishing, that's just the way of things) a whole suite of tools to be integrated into one app so that I never need to open more than one app at a time again. If completed, it will let you take notes, do the whole spell things, support grid-stuff, work as a simple spreadsheet (useful math functions only), store maps, fully index the core books, have a context sensitive roller (anytime it recognized a die roll, it would allow you to click on it for a result), and have a table generator ("col1=row; col2=prevrow + (col1-1) * 1000; rows=1 to 100" for instance would generate the XP table for levels 1 through 100). I can't tell you how often I would like to generate a table on the fly for something and just wish there was a tool to easily do so. It would also fully support XML so that you could add new data to it as you see fit. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*TTRPGs General
How do you prepare/run your game...
Top