Difference between revisions of "CampaignEditor"

From The Battle for Wesnoth Wiki
m (Campaign Editor)
(Me)
Line 10: Line 10:
  
 
I am jkiv on irc.freenode.net, the forum, and gna.
 
I am jkiv on irc.freenode.net, the forum, and gna.
 +
On MSN I am toasterwaffle [at] hotmail [dot] com.
 +
via SMTP: jlkivine [at] lakeheadu [dot] ca
 +
 +
My website is http://jkiv.ca .
  
 
== Campaign Editor ==
 
== Campaign Editor ==

Revision as of 00:35, 27 March 2008

Me

Good day,

My name is Jon Kivinen and I'm a freshman software engineering student at Lakehead University (http://www.lakeheadu.ca/) in Thunder Bay, ON, Canada (http://en.wikipedia.org/wiki/Thunder_Bay%2C_Ontario).

I'm interested in Google Summer of Code and a big fan of Wesnoth (LAN party favourite).

I know Python well, C/C++ fairly well. I've done wxPython in the past (see http://rummy-py.sourceforge.net/ -- mind the code I did in 11th grade) but am interested in doing Qt4 work this summer.

I am jkiv on irc.freenode.net, the forum, and gna. On MSN I am toasterwaffle [at] hotmail [dot] com. via SMTP: jlkivine [at] lakeheadu [dot] ca

My website is http://jkiv.ca .

Campaign Editor

Being interested in Qt4, I'd like to try to write the UI in Qt4. Nevertheless, I'm open to discussing with those doing map editor improvements what would be the best choice if the two tools were to be merged in the future.

Interface

I picture the main interface consisting of three parts:

  • Campaign Flow Editor
  • Map
  • Action List

jkivCampaignEditor.jpg

Campaign Flow

The campaign flow pane would be a flow chart representation of the scenarios of the campaign. Scenarios can be attached to other scenarios or branches, allowing for possible conditional paths.

Map

The map shows initial character placements, etc, for actions and scenario events. This panel is complementary to the next panel.

Actions List

This panel lists actions you can add to the scenario. In a drag/drop fashion, one can drag events onto the map (or onto players on the map -- ambiguities will be handled) to associate actions -- ie, Victory -> Character, Death; Victory -> Protect, No. Turns...

I would like this to be expansible/future-safe.

Possible Features In Future

Some features that the campaign editor might include in the future may be of the following:

  • UMC server integration (package/upload)
  • class/unit editor
    • attributes, animations, etc.
  • map editor integration