File: common_user_customizations.txt

package info (click to toggle)
freeorion 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 194,940 kB
  • sloc: cpp: 186,508; python: 40,969; ansic: 1,164; xml: 719; makefile: 32; sh: 7
file content (111 lines) | stat: -rw-r--r-- 4,231 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111

# These are settings & lists which the UI uses to adapt itself to current content, and to your preferences.

# To minimize potential conflict with stringtable tags, all keys here should begin with "FUNCTIONAL_"


## DesignWnd Redundant Part Filtering
## Default settings will deem a first part redundant to a second only if the second is all of (i) more powerful,
## (ii) no more expensive, (iii) takes no longer to build, and (iv) has no Location restrictions not also required
## by the first part (note that the checking on this point is currently over-conservative).
## Adjusting the Max Cost Ratio above 1.0 allows the filtering to consider a superior part which might cost a bit
## more, but whose Capacity/Cost ratio is at least equal to the Min Bargain Ratio.  For example, with the current content
## as of the time of this writing, setting the Max Cost Ratio to 2.1 and leaving the Min Bargain Ratio at 1.0 woould cause
## Zortrium armor to suppress Standard armor, and for Advanced Ground Troop Pods to suppress Standard Troop Pods.  Then
## also increasing the Max Time Ratio to 1.4 or higher would cause N-Dimensional Engines to suppress Improved Engine Couplings.
## Dropping the Max Cost Ratio below 2.0, or increasing the Min Bargain Ratio above 1.0, would prevent the redundancy filtering
## for troop Pods.  If the Min Bargain Ratio were no higher than about 1.2 and the Max Cost Ratio at least about 1.4, then
## some of the armor redundancy filtering would still occur.
## Both settings have a minimum value of 1.0
 
FUNCTIONAL_MAX_COST_RATIO
1.0

FUNCTIONAL_MIN_BARGAIN_RATIO
1.0

FUNCTIONAL_MAX_TIME_RATIO
1.0


## FUNCTIONAL_SITREP_PRIORITY_ORDER is an ordered, whitespace separated list, prioritizing
## these sitreps to be presented in the SitrepPanel in the order set below.
## Sitreps not specified below will appear in the SitrepPanel following those below.
## Sitreps should be placed with similar existing Sitreps as appropriate.  The
## entries will not work correctly if they contain spaces; use underscores "_" instead.

FUNCTIONAL_SITREP_PRIORITY_ORDER
'''SITREP_WELCOME_LABEL
SITREP_VICTORY_LABEL
CUSTOM_1
CUSTOM_2
CUSTOM_3
CUSTOM_4
[[CUSTOM_1]]
[[CUSTOM_2]]
[[CUSTOM_3]]
[[CUSTOM_4]]
BEGINNER_HINTS
SITREP_EMPIRE_ELIMINATED_LABEL
HEAD_ON_A_SPIKE_MESSAGE_LABEL
EFFECT_EXPERIMENT_MONSTERS_LAUNCH_LABEL
EFFECT_ANCIENT_SHIP_LABEL
EFFECT_ANCIENT_SHIP_RUMORS_LABEL
EFFECT_ANCIENT_BUILDING_LABEL
EFFECT_ANCIENT_BUILDING_RUMORS_LABEL
EFFECT_ANCIENT_TECH_LABEL
EFFECT_ANCIENT_TECH_RUMORS_LABEL
EFFECT_ANCIENT_RUINS_EMPTY_LABEL
EFFECT_ANCIENT_EXTINCT_SPECIES_LABEL
EFFECT_ANCIENT_EXTINCT_SPECIES_RUMORS_LABEL
SITREP_TECH_RESEARCHED_LABEL
SITREP_TECH_UNLOCKED_LABEL
SITREP_SHIP_PART_UNLOCKED_LABEL
SITREP_SHIP_HULL_UNLOCKED_LABEL
SITREP_BUILDING_TYPE_UNLOCKED_LABEL
SITREP_GROUND_BATTLE_LABEL
SITREP_GROUND_BATTLE_ENEMY_LABEL
SITREP_PLANET_CAPTURED_LABEL
EFFECT_ANCIENT_GUARDIANS_CAPTURED_LABEL
SITREP_PLANET_DEPOPULATED_LABEL
SITREP_PLANET_COLONIZED_LABEL
SITREP_PLANET_OUTPOSTED_LABEL
SITREP_NEW_COLONY_ESTABLISHED_LABEL
SITREP_POP_THRESHOLD_LABEL
EFFECT_STARLANE_BORE_LABEL
EFFECT_CONC_CAMP_COMLETE_LABEL
EFFECT_GAIAN_TERRAFORM_LABEL
EFFECT_TERRAFORM_LABEL
EFFECT_BLACKHOLE_LABEL
EFFECT_GAIA_LABEL
EFFECT_TREE_LABEL
EFFECT_DAMP_CLOUD_LABEL
EFFECT_NEBULA_LABEL
EFFECT_ART_PLANET_LABEL
EFFECT_TAME_MONSTER_HATCHED_LABEL
EFFECT_TAME_MONSTER_MATURED_LABEL
EFFECT_NEST_REMOVAL_LABEL
SITREP_BUILDING_BUILT_LABEL
SITREP_SHIP_BUILT_LABEL
SITREP_SHIP_BATCH_BUILT_LABEL
EFFECT_EVACUEES_LABEL
EFFECT_PSY_DOM_LABEL
EFFECT_STARGATE_LABEL
EFFECT_SHIP_REFUELED_LABEL
EFFECT_PLANET_DRIVE_LABEL
SITREP_PLANET_DRIVE_FAILURE_LABEL
SITREP_OWN_FLEET_ARRIVED_AT_DESTINATION_LABEL
SITREP_OWN_SHIP_ARRIVED_AT_DESTINATION_LABEL
SITREP_FOREIGN_FLEET_ARRIVED_AT_DESTINATION_LABEL
SITREP_FOREIGN_SHIP_ARRIVED_AT_DESTINATION_LABEL
SITREP_MONSTER_FLEET_ARRIVED_AT_DESTINATION_LABEL
SITREP_MONSTER_SHIP_ARRIVED_AT_DESTINATION_LABEL
SITREP_FLEET_ARRIVED_AT_DESTINATION_LABEL
SITREP_PLANET_BOMBARDED_AT_SYSTEM_LABEL
SITREP_UNOWNED_PLANET_BOMBARDED_AT_SYSTEM_LABEL
SITREP_SHIP_REPAIR_DOCK_NOPOP
SITREP_SHIP_REPAIR_DOCK_NONE
SITREP_SHIP_REPAIR_DOCK_PARTIAL
SITREP_SHIP_REPAIR_DOCK_COMPLETE'''
## END OF FUNCTIONAL_SITREP_PRIORITY_ORDER