Principia Discordia

Principia Discordia => Bring and Brag => Topic started by: Telarus on October 10, 2010, 11:58:26 PM

Title: MapTool shenanigans
Post by: Telarus on October 10, 2010, 11:58:26 PM
I've begun to code up a "framework" for the tabletop game I play (Earthdawn) on the virtual tabletop app, MapTool (rptools.net).

Here's what I've got so far (keep in mind this is done with a macro/scripting language): Wrapped my head around multi-page html characters sheets in a frame, how to call properties from the token into the frame, how to setup lights and vision blocking

To do: figure out how to pass html forms back to the codebase (how to make the character sheet editable and set properties on the token), figure out how to auto-generate secondary characteristics, figure out an inventory system, code up a GM Screen with relevant tables, charts, etc, think about automating PC character creation.

(http://i114.photobucket.com/albums/n262/telarus/maptool/ED_framework_progress01.jpg)
Title: Re: MapTool shenanigans
Post by: Telarus on October 12, 2010, 01:28:28 AM
I've gotten the Step Table to render nicely, and also include links to roll each Step automatically into the chat window.

I've also coded up the Results Table, which finishes Page 01 of the GM Screen.

Next up is the Characteristics Table (and then coding the character sheet to auto-fill the secondary characteristics)!

(http://i114.photobucket.com/albums/n262/telarus/maptool/ED_framework_progress02.jpg)
Title: Re: MapTool shenanigans
Post by: Telarus on October 17, 2010, 01:19:57 AM
Update.

(http://i114.photobucket.com/albums/n262/telarus/maptool/ED_framework_progress03.jpg)

Stats on the Character Sheet that auto-fill (so far) are;

I've also finished coding the Characteristics table, and also the reverse "Characteristics by Step #" table, and the Creature Scaling Table (& Creature scaling Powers chart) from the GM companion.

I've done this so that when I build a Token Builder script, I can choose to edit in either mode: Attribute Value based, or Attribute Step based.

I think that would make it the most user friendly. I also haven't had this much fun with html tables and forms in a long time, LOL.