I made a few adjustments to my older application, which is essentially an online rpg chat (for those of you who don't need fancy visuals

) If I could get suggestions for that, it would be great. I probably won't end up selling it, but I think it could get to be useful enough to warrant donations for it's development. Thanks peeps
(Windows only currently)
RPGui
So far, the features are -
[Host Application]
- Generates an online game session
- Chat window
- Player List
- Dice roller
(Roll any number of die, with any number of sides)
(Broadcast Roll - Send to everyone)
(No Broadcast - Only shows you the results)
(Separate Roll - Splits the roll up into in individual die, and outputs the results, with a total at the end)
- Private Message System
(Clicking on a player name will open up the private message box)
[Join Application]
- Joins a game session hosted by specific IP address.
- Chat window
- Player List
- Dice roller (same features as host)
- Private Message System
To-Do
- Add DM ability to change personna (instead of having <DM> in front of the message, it has <Julinar the Wizard> or something)
- Add ability to save / load these personalities to minimize typos and too much work for the DM.
I had also planned on adding a whole system for creating player sheets and making them viewable over the connection by the DM. But that system would have to be planned out well, to allow for past, present and future changes. May still be able to do it, but tell me what features you want added, and I'll do my best to put them in as I advance it (as long as they fit reasonably in the design/intent of the program)
Thanks,
-Tyler