Difference between revisions of "Development:Quests & Campaigns"

From VsWiki
Jump to: navigation, search
m (Campaigns, Missions, Quests & Adventures)
m (See also)
Line 17: Line 17:
  
 
A description on creating quests can be found in [[Development:Quests]].
 
A description on creating quests can be found in [[Development:Quests]].
 +
 +
=Common References=
 +
 +
Python scripting reference for campaigns, missions, and quests.
 +
 +
===[[Development:Python:AI Scripts]]===
 +
Explanation of python inheritance with AI scripts.
 +
 +
===[[HowTo:Edit_Missions:Python:Bindings|Python - Vega Strike Bindings]]===
 +
 +
===[[HowTo:Edit_Missions:Python:Summary|Summary about python-Vegastrike class relationships]]===
  
 
=See also=
 
=See also=

Revision as of 16:00, 21 April 2008

This page is meant to provide a platform for campaign, mission, and quest & adventure programmers to describe the python scripting mechanisms and merge their ideas and best practices...

Campaigns, Missions, Quests & Adventures

Campaigns

Campaigns describe the overall plot in which the player is involved. From the campaigns various missions are given depending on the progress of the universe and its various conditions.

For more information, head over to Development:Campaigns.

Missions

Missions can be nodes of a campaign or independent missions available through fixers or the mission interface.

For mission editing, refer to Development:Missions.

Quests and Adventures

Quests are equivalent to adventures and are independent events that happen in specific systems when the player is there.

A description on creating quests can be found in Development:Quests.

Common References

Python scripting reference for campaigns, missions, and quests.

Development:Python:AI Scripts

Explanation of python inheritance with AI scripts.

Python - Vega Strike Bindings

Summary about python-Vegastrike class relationships

See also