I'm making a small program to help DM expecially at creation time. Now it's simply a dice roller, even if I'll add a few more features later (random name generator, browse a local copy of the SRD, and maybe a few quick and easy generators).
Since it's only 6kb I'll posted here if someone wants to try it. (simply extract the zipfile and run the DnDHelp.exe; it requires mfc4.2 that are usually installed on most windows machines)
The user interface is kept smaller as possible, so that is does not take space on the screen (I place it over the titlebar). To move the window around left click and drag the upper-left corner of the window.
It can roll every dice: d3 to d% are already there, and there is a custom slot where you can type anyting like 2d4-1, 3d6*70 or similar things; then you press "Roll" and get the results.
The # field (right to the Roll button) can be used to roll the dice more than one time.
To close the program click on the X.
Edit: program updated (see my following post)
Since it's only 6kb I'll posted here if someone wants to try it. (simply extract the zipfile and run the DnDHelp.exe; it requires mfc4.2 that are usually installed on most windows machines)
The user interface is kept smaller as possible, so that is does not take space on the screen (I place it over the titlebar). To move the window around left click and drag the upper-left corner of the window.
It can roll every dice: d3 to d% are already there, and there is a custom slot where you can type anyting like 2d4-1, 3d6*70 or similar things; then you press "Roll" and get the results.
The # field (right to the Roll button) can be used to roll the dice more than one time.
To close the program click on the X.
Edit: program updated (see my following post)
Attachments
Last edited: