I had this in mind Sorry it took so long get back to you ... life happened.
Basically, i want to turn Scenario builder into an independent application where a person could load a map and attach it to the adventure and output to Html or PDF
I am doing it in python, and it is slow going as i learn another language. It is early days. I have not yet added the map upload and html output information for it. I am not sure if I want to deal with secondary map images like Scenario builder does.
Currently I create the scenario encounters in multiples of 4 out to 32 and I add adventure notes during the creation of the scenario encounters the encounter is stored in a Json object
Which I can call from the load function and i can clear with the clear scenario function
At the Bottom you can see the convert to HTML that is a preview function, then there is the encounter navigation control which saves /writes back to the Json by going forward or back
Finally, I only just got the html and CSS to talk tonight but now that have gotten them to, I can convert the styles from FM 8 and add them to my styles folder and test the various styles.
Comments
No, what were you thinking?
I had this in mind Sorry it took so long get back to you ... life happened.
Basically, i want to turn Scenario builder into an independent application where a person could load a map and attach it to the adventure and output to Html or PDF
I am doing it in python, and it is slow going as i learn another language. It is early days. I have not yet added the map upload and html output information for it. I am not sure if I want to deal with secondary map images like Scenario builder does.
Currently I create the scenario encounters in multiples of 4 out to 32 and I add adventure notes during the creation of the scenario encounters the encounter is stored in a Json object
Which I can call from the load function and i can clear with the clear scenario function
At the Bottom you can see the convert to HTML that is a preview function, then there is the encounter navigation control which saves /writes back to the Json by going forward or back
Finally, I only just got the html and CSS to talk tonight but now that have gotten them to, I can convert the styles from FM 8 and add them to my styles folder and test the various styles.