Page 1 of 1

Grand Campaign Victory Prestige Points?

Posted: Tue Nov 12, 2013 7:00 pm
by Turboheizer
Is there any comprehensive summary of the number of prestige points earned by marginal and decisive victories in each scenario?

Re: Grand Campaign Victory Prestige Points?

Posted: Tue Nov 12, 2013 7:22 pm
by Tarrak
I am not aware of anyone compiling the info but it can be easily done by reading the campaign files for the DLCs. The files in question are located where your game is installed in the the subfolder called DLC. In there you will see a folder for every single DLC (even if bought as mega pack) inside each of the DLC folder (GC39, GC40 and so on) is a Data subfolder which contains a file called campaign.pzdat. This files contains the campaign structure for every of the DLCs. It's a text file so you can open it with any editor or viewer and all the info you need is there. Lets have a look at a bit of it as example:

Code: Select all

# Campaign path											
#			Decisive Victory			Marginal Victory			Loss		
# Label	Briefing	Scenario	Next label	Prestige	Briefing	Next label	Prestige	Briefing	Next label	Prestige	Briefing
Poznan	PoznanA.pzbrf	Poznan.pzscn	Danzig Corridor South	100	PoznanB_decisive.pzbrf	Danzig Corridor North	50	PoznanC_marginal.pzbrf	END	0	PoznanD_loss.pzbrf
Danzig Corridor South	Danzig Corridor SouthA.pzbrf	Danzig Corridor South.pzscn	Lodz	150	Danzig Corridor SouthB_decisive.pzbrf	Lodz	50	Danzig Corridor SouthC_marginal.pzbrf	Lodz	300	Danzig Corridor SouthD_loss.pzbrf
Files that start with # are comments and are there as explanation and help.
The first entry in each line is the name of a scenario. In the first line the briefing file used will be PoznanA.pzbrf and the scenario file for it is Poznan.pzscn.
The rest of the line contains information for a Decisive Victory, Marginal Vicory and a Loss in this order. For example in the first line in case you score a decisive victory the next scenario you will go to is Danzing Corridor South, the awarded prestige is 100 and the debriefing will be in the file PoznanB_decisive.pzbrf. In case of a marginal victory the next scenario will be Danzig Corridor North, the awarded prestige is 50 and the debriefing will be in file PoznanC_marginal.pzbrf. In case of a loss the END indicated the campaign ends here, 0 prestige will be awarded and the debriefing will be in file PonzanD_loss.pzbrf.

Now by going line by line, while having the campaign tree available as well to not get confused by branchings, you can compile a list yourself.