-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from JP-Carr/development
Development
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# DnD_day_tracker | ||
# D&D Time Manager | ||
D&D Time Manager is a simple application created for Microsoft Windows to allow Dungeon Masters to keep track of in-game events and the times at which they occured. It also automates the rolling of local weather conditions as outlined in ch. 5 of the the Dungeon Master's Guide (with a few small tweaks). | ||
|
||
## Installation | ||
At present D&DTM is only available as a standalone .zip archive for Microsoft Windows. Download the [Latest Release](https://github.com/JP-Carr/DnD_Time_Manager/releases/latest), simply unzip the archive in your chosen directory and you're good to go. | ||
|
||
## Usage | ||
To start the program, run "DnD_Time_Manager.exe". This will present you with the app's GUI: | ||
![GUI_v0.3.0](https://github.com/JP-Carr/DnD_Time_Manager/blob/media/Images/GUI/GUI_0.3.0.JPG) | ||
#### Layout | ||
* Row 1 - In-game time: Time(hh:mm), Day, Tenday, Month, Year | ||
* Row 2 - Temperature and precipitation level | ||
* Row 3 - Wind Speed and direction | ||
* Row 4 - Hour change input, Day change input, Submit time change (change can be any positive or negative integer) | ||
* Row 5 - Log input box, Enter log, open log.txt | ||
----------------------------------- | ||
Entering values in the time input boxes and clicking "Submit" will update the in-game time. Weather conditions are automatically rolled on a day change. | ||
The "Log" function allows for notes to be recorded from the GUI, the log is stored alongside the in-game time and date for easy reference. | ||
|
||
## Disclaimer | ||
This is an unofficial piece of software and is in no way endorsed or sponsored by [Wizards of the Coast](https://company.wizards.com/) |