View Single Post
Re: Single Player Campaign Trouble
Old
  (#4)
The_Rainman
Member
 
Status: Offline
Posts: 9
Join Date: Jun 2006
Default Re: Single Player Campaign Trouble - 18-10-2006

i created my own campaign, heres my rotation
--------------------------

// CAMPAIGN ROTATION - official campaigns

// WATCHDOG

set com_watchdog_cmd "vstr d_initial ; say watchdog found no map running - restarted mapcycle"

// MAP

set d1 "campaign fritz_cmgn ; set nextcampaign vstr d1"
set d_initial "set g_gametype 4 ; map xposed ; set nextcampaign vstr d1"
vstr d_initial

// END CAMPAIGN ROTATION
------------------------------
heres my campaign
------------------------------
{
name "^1Fritz Campaign"
shortname "fritz_cmgn"
description "Xposed || Oasis || Braundorf || Fuel Dump || Ice || Goldrush || Frostbite || El Kef || Beach || Caen 2"
maps "xposed;oasis;braundorf_b4;fueldump;et_ice;goldrus h;frostbite;sw_el_kef;et_beach;caen2"
mapTC 374 374
type "wolfmp"
}
  
Reply With Quote