View Single Post
  #9  
Old 11-16-2009, 07:29 AM
blarhghh blarhghh is offline
Registered Member
 
Join Date: Nov 2009
Posts: 3
Default

Sorry for the long delay. Here's the one I use: it unlocks all missions in all campaigns. I don't know if the outro or stats fields are necessary, but they're in there anyway. If you have any problems, let me know.

Code:
{game_progress
	{level 10}
	{missions
		{"single/1/1_1:0"
			{completed}
			{time 0}
		}
		{"single/1/1_2:0"
			{completed}
			{time 0}
		}
		{"single/1/1_3:0"
			{completed}
			{outro "\n\nThe battles of September 22nd were a decisive success for the Red Army. A major part of the Romanian long-range weaponry was destroyed, with some of the guns falling into the hands of the Black Sea Navy. \"These were the guns they fired at Odessa. Never will they do that again!\" - These words were etched into the guns, before the Red Army triumphantly paraded them through the streets of the besieged city."}
			{stat "Enemy losses :<x(135)> 273 Men, 17 Vehicles\nFriendly losses :<x(135)>205 Men, 31 Vehicles"}
			{time 1257472283}
		}
		{"single/2/2_1:0"
			{completed}
			{outro "\n\nThe 3rd Black Sea Naval Regiment, holding positions by the hamlet of Makenzie, was comprised of skilled veterans who had participated in the difficult landing operation. Their skill and battle experience enabled these soldiers to halt the advance of the first-class German infantry, their assault vehicles, and the flying aces of the Luftwaffe. Thanks to the brave actions of the Red Army soldiers, the enemy was unable to reach Severnaya Bay and split the Sevastopol defensive zone. But both the soldiers and their officers knew that they would never be able to make it through another battle like this. The only hope of the besieged Sevastopol was the Theodosian paratroopers, which began making their way to the city that evening."}
			{stat "Enemy losses :<x(135)> 229 Men, 22 Vehicles\nFriendly losses :<x(135)>28 Men, 8 Vehicles"}
			{time 1257473433}
		}
		{"single/2/2_2:0"
			{completed}
			{time 22}
		}
		{"single/2/2_3:0"
			{completed}
			{time 22}
		}
		{"single/2/2_4:0"
			{completed}
			{time 22}
		}
		{"single/2/2_5:0"
			{completed}
			{time 22}
		}
		{"single/2/2_6:0"
			{completed}
			{time 22}
		}
		{"single/3/3_1:0"
			{completed}
			{outro "\n\nThe 3rd Black Sea Naval Regiment, holding positions by the hamlet of Makenzie, was comprised of skilled veterans who had participated in the difficult landing operation. Their skill and battle experience enabled these soldiers to halt the advance of the first-class German infantry, their assault vehicles, and the flying aces of the Luftwaffe. Thanks to the brave actions of the Red Army soldiers, the enemy was unable to reach Severnaya Bay and split the Sevastopol defensive zone. But both the soldiers and their officers knew that they would never be able to make it through another battle like this. The only hope of the besieged Sevastopol was the Theodosian paratroopers, which began making their way to the city that evening."}
			{stat "Enemy losses :<x(135)> 229 Men, 22 Vehicles\nFriendly losses :<x(135)>28 Men, 8 Vehicles"}
			{time 1257473433}
		}
		{"single/3/3_2:0"
			{completed}
			{time 22}
		}
		{"single/3/3_3:0"
			{completed}
			{time 22}
		}
		{"single/3/3_4:0"
			{completed}
			{time 22}
		}
		{"single/3/3_5:0"
			{completed}
			{time 22}
		}
		{"single/3/3_6:0"
			{completed}
			{outro "\n\nThe Italians were well known among the other allies of the Third Reich for their carelessness. Having settled in the resort city of Foros, they behaved as though the front lines were a thousand miles away. But Sevastopol was indeed very close, still uncompromised, and still fighting back. Lieutenant Fedorov's soldiers made the Italians pay a heavy price for their disregard of the danger. The complete destruction of their naval base at Foros made them forget all their plans to attack Red Army positions."}
			{stat "Enemy losses :<x(135)> 83 Men, 12 Vehicles\nFriendly losses :<x(135)>21 Men, 5 Vehicles"}
			{time 1257544917}
		}
		{"single/4/4_1:0"
			{completed}
			{outro "\n\nEven the veterans who had participated in the landing in Theodosia admitted that it was a very difficult battle. Heavy fire from enemy artillery and mortars resulted in severe casualties even before the landing began. The majority of Stuart tanks of the 563rd tank battalion didn't even make it to the shore. But those marines who had landed fought fiercely and stood their ground firmly, maintaining battle formation. And although the bulk of the force failed to land and retreated to the east, several hundred Red Army soldiers and a handful of Stuart tanks nevertheless managed to complete their battle objectives and secure Yuzhnaya Ozereika village."}
			{stat "Enemy losses :<x(135)> 237 Men, 28 Vehicles\nFriendly losses :<x(135)>107 Men, 35 Vehicles"}
			{time 1257490066}
		}
		{"single/4/4_2:0"
			{completed}
			{time 22}
		}
		{"single/4/4_3:0"
			{completed}
			{time 22}
		}
		{"single/4/4_4:0"
			{completed}
			{time 22}
		}
		{"single/6/6_1:0"
			{completed}
			{time 1257544917}
		}
		{"single/6/6_2:0"
			{completed}
			{time 1257544917}
		}
		{"single/7/7_1:0"
			{completed}
			{time 1257544917}
		}
	}
}
Reply With Quote