From: <sca...@us...> - 2011-06-19 06:19:56
|
Revision: 4584 http://hw2bsg.svn.sourceforge.net/hw2bsg/?rev=4584&view=rev Author: scarbrow Date: 2011-06-19 06:19:50 +0000 (Sun, 19 Jun 2011) Log Message: ----------- - Tutorial level restructuring complete. Modified Paths: -------------- trunk/HW2_ROOT/Data/leveldata/campaign/hw2bsg.campaign trunk/HW2_ROOT/Data/leveldata/campaign/tutorial.campaign Modified: trunk/HW2_ROOT/Data/leveldata/campaign/hw2bsg.campaign =================================================================== --- trunk/HW2_ROOT/Data/leveldata/campaign/hw2bsg.campaign 2011-06-19 06:09:18 UTC (rev 4583) +++ trunk/HW2_ROOT/Data/leveldata/campaign/hw2bsg.campaign 2011-06-19 06:19:50 UTC (rev 4584) @@ -1,20 +1,20 @@ displayName = "HW2BSG" Mission = {} -Mission[1] = -{ - directory = "h03_ConvoyAmbush", - level = "h03_ConvoyAmbush.level", - displayName = "03 - Convoy Ambush", - postlevel = function () - postLevelComplete() - end, - description = "Convoy Ambush", } -Mission[2] = -{ - directory = "h04_TosShowdownCol", - level = "h04_TosShowdownCol.level", - displayName = "04 - TOS Showdown Colonial", - postlevel = function () - postLevelComplete() - end, - description = "TOS Showdown, the player is Colonial", } +--Mission[1] = +--{ +-- directory = "h03_ConvoyAmbush", +-- level = "h03_ConvoyAmbush.level", +-- displayName = "03 - Convoy Ambush", +-- postlevel = function () +-- postLevelComplete() +-- end, +-- description = "Convoy Ambush", } +--Mission[2] = +--{ +-- directory = "h04_TosShowdownCol", +-- level = "h04_TosShowdownCol.level", +-- displayName = "04 - TOS Showdown Colonial", +-- postlevel = function () +-- postLevelComplete() +-- end, +-- description = "TOS Showdown, the player is Colonial", } Modified: trunk/HW2_ROOT/Data/leveldata/campaign/tutorial.campaign =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |