Difference between revisions of "CampaignEditor"

From The Battle for Wesnoth Wiki
m (Me)
(Interface)
Line 71: Line 71:
 
==== Campaign Flow ====
 
==== 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.   
+
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 conditional paths.  More paths will be available if the leading scenario has more than one victory associated with it.  A path can be associated with any number of victory actions.  Likewise, path may be determined by failures (ie, death action associated with an ally).
  
 
==== Map ====
 
==== Map ====
  
The map shows initial character placements, etc, for actions and scenario events.  This panel is complementary to the next panel.
+
The map shows initial character placements, etc, for actions and scenario events.  This panel is complementary to the next panel.  This panel contains an overlay illustrating set actions will be present in this panel.
  
 
==== Actions List ====
 
==== 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...
+
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, for characters,
 +
*Victory
 +
**Death of associated unit
 +
 
 +
*Victory
 +
**Protect
 +
***No. Turns
 +
 
 +
ie, for land,
 +
*Victory
 +
**Hold
 +
***Radius
 +
***Unit
 +
****(of Class)
 +
****(of Type)
 +
***No. Turns
 +
 
 +
etc.
  
I would like this to be expansible/future-safe.
+
I would like this to be expandable/future-safe.
  
 
=== Possible Features In Future ===
 
=== Possible Features In Future ===

Revision as of 01:09, 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).

Languages (Tongue)

  • English (first)
  • French (use simple sentences in active voice with common objects)

Languages (Bits)

  • Python (stuff with wxPython, Django)
  • C/C++

Past Experience

To learn Python and wxPython I tried to write a Gin Rummy game. It was neglected after I tried to add network support (after the fact -- /collar tug). It's been a while since I touched it and most of the original code is 2 years old: I've developed my trade since.

http://rummy-py.sourceforge.net/

Hours

I'm usually up from 07:00 EST to 00:00 EST (12:00 UTC to 05:00 UTC) but this is subject to change in the summer months.

Contact

IM

irc.freenode.net

  • jkiv

MSN

  • toasterwaffle [at] hotmail [dot] com

Forum

  • jkiv

Gna!

  • jkiv

Email

Website

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 conditional paths. More paths will be available if the leading scenario has more than one victory associated with it. A path can be associated with any number of victory actions. Likewise, path may be determined by failures (ie, death action associated with an ally).

Map

The map shows initial character placements, etc, for actions and scenario events. This panel is complementary to the next panel. This panel contains an overlay illustrating set actions will be present in this 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, for characters,

  • Victory
    • Death of associated unit
  • Victory
    • Protect
      • No. Turns

ie, for land,

  • Victory
    • Hold
      • Radius
      • Unit
        • (of Class)
        • (of Type)
      • No. Turns

etc.

I would like this to be expandable/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