Difference between revisions of "HowTo:Edit Missions:Samples"

From VsWiki
Jump to: navigation, search
 
Line 5: Line 5:
 
}}
 
}}
 
----
 
----
 +
=SAMPLE MISSIONS=
  
 +
==[[HowTo:Edit_Missions:Sample:Sample1|Sample 1: The Docking Dispute]]==
  
 +
This is a mostly-working custom mission that has been written, and heavily commented to help describe what is going on. The premise is this: When the player enters a system, and gets near the selected base... the player will overhear a dispute between two ships trying to dock first. The player can choose to help either ship, or just go on his way. There are rewards and consequences for each action.
  
  
 +
==Sample 2: A Quest==
  
 +
'''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/modules/quest.py?rev=HEAD&content-type=text/vnd.viewcvs-markup modules/quest.py]'''
 +
 +
=See also=
  
 
----
 
----

Revision as of 07:57, 23 March 2005

arrow_left.png Writing Addon Adventures arrow_up.png Edit Missions Conclusions arrow_right.png

SAMPLE MISSIONS

Sample 1: The Docking Dispute

This is a mostly-working custom mission that has been written, and heavily commented to help describe what is going on. The premise is this: When the player enters a system, and gets near the selected base... the player will overhear a dispute between two ships trying to dock first. The player can choose to help either ship, or just go on his way. There are rewards and consequences for each action.


Sample 2: A Quest

modules/quest.py

See also


arrow_left.png Writing Addon Adventures arrow_up.png Edit Missions Conclusions arrow_right.png