Cheating Scenario/Trophy

MacGyverInSpace

Monarch
Joined
Mar 30, 2007
Messages
312
Location
a.k.a. a.a.5, toasters. . . .
Hey, I was just wondering how to edit the trophy/scenario files to make the game think [again] that I beat certain scenarios - all the ones in the December 16th release - as I lost my save directory. If anyone would like to share their settings directory that would be great too.
 
Open My Documents/My Games/Fall from Heaven 2/ Trophy/Trophy.cfg, with notepad or a similar program.

It should look something like this:
Code:
(dp1
S'TROPHY_WB_LUCIAN_XP'
p2
I13
sS'TROPHY_WB_THE_RADIANT_GUARD_BASIUM_ALLY'
p3
I1
sS'TROPHY_FEAT_GODSLAYER'
p4
I1
sS'TROPHY_WB_THE_RADIANT_GUARD'
p5
I1
sS'TROPHY_DEFEATED_BASIUM'
p6
I1
sS'TROPHY_WB_RETURN_OF_WINTER'
p7
I1
sS'TROPHY_DEFEATED_STEPHANOS'
p8
I1
sS'TROPHY_WB_CIV_RIVANNA'
p9
I1
sS'TROPHY_FEAT_INTRODUCTION'
p10
I1
sS'TROPHY_VICTORY_BARBARIAN_WORLD'
p11
I2
sS'TROPHY_DEFEATED_YERSINIA'
p12
I1
sS'TROPHY_WB_GIFT_OF_KYLORIN'
p13
I1
sS'TROPHY_WB_CIV_AMELANCHIER'
p14
I13
sS'TROPHY_WB_CIV_DECIUS'
p15
I17
sS'TROPHY_DEFEATED_BUBOES'
p16
I1
sS'TROPHY_WB_AGAINST_THE_WALL'
p17
I1
sS'TROPHY_DEFEATED_ORTHUS'
p18
I1
sS'TROPHY_VICTORY_BANNOR'
p19
I1
sS'TROPHY_WB_THE_MOMUS'
p20
I4
sS'TROPHY_WB_THE_CULT'
p21
I2
sS'description'
p22
S'store trophies value'
p23
sS'TROPHY_WB_INTO_THE_DESERT'
p24
I6
sS'TROPHY_WB_THE_RADIANT_GUARD_CAPRIA_ALLY'
p25
I5
sS'TROPHY_FEAT_ASCENSION'
p26
I1
sS'TROPHY_WB_THE_BLACK_TOWER'
p27
I4
sS'TROPHY_FEAT_APOCALYPSE'
p28
I1
sS'TROPHY_WB_THE_SPLINTERED_COURT_LJOSALFAR'
p29
I1
sS'TROPHY_DEFEATED_ACHERON'
p30
I1
sS'TROPHY_WB_CIV_VOLANNA'
p31
I13
sS'TROPHY_DEFEATED_HYBOREM'
p32
I1
sS'TROPHY_WB_BARBARIAN_ASSAULT'
p33
I1
sS'TROPHY_WB_THE_SPLINTERED_COURT'
p34
I3
sS'TROPHY_FEAT_RESCUE_BRIGIT'
p35
I1
sS'TROPHY_WB_THE_SPLINTERED_COURT_SVARTALFAR'
p36
I1
sS'TROPHY_WB_THE_RADIANT_GUARD_HYBOREM_ALLY'
p37
I1
sS'TROPHY_WB_BLOOD_OF_ANGELS'
p38
I1
sS'TROPHY_VICTORY_INFERNAL'
p39
I1
sS'TROPHY_WB_GRAND_MENAGERIE'
p40
I1
sS'TROPHY_FEAT_GRAND_MENAGERIE'
p41
I1
sS'TROPHY_WB_FALL_OF_CUANTINE_ROSIER_ALLY'
p42
I1
sS'TROPHY_DEFEATED_ARS'
p43
I1
sS'TROPHY_WB_THE_MOMUS_BEERI_ALLY'
p44
I1
sS'TROPHY_WB_BENEATH_THE_HEEL'
p45
I1
sS'TROPHY_WB_LORD_OF_THE_BALORS'
p46
I3
sS'TROPHY_WB_FALL_OF_CUANTINE'
p47
I1
sS'TROPHY_FEAT_BABOON'
p48
I1
sS'TROPHY_VICTORY_CONQUEST'
p49
I2
sS'TROPHY_WB_WAGES_OF_SIN'
p50
I4
s.

The "sS"s seem to represent the particular trophy by name, the "p"s seem to identify them by number or maybe the place on the trophy screen, and the "I"s seem to indicate if it has been achieved. Most of those seem to be booleans, but not all. You can change the numbers by the "I"s in order to have the trophies considered to be achieved or unachieved.


For some reason this file does not contain every trophy. I'm not sure how the trophies for having defeated particular civs or having achieved specific victory conditions are tracked.
 
Top Bottom