1.改的是TFH文件夹下的
2.游戏中选的非常简单
3.前方大空格我都对比过了应该没问题。
各种帖子各种方法都试过了,均无效。
# All global modifiers are here. They are applied from certain game-features.
#
# Effects are fully scriptable here.
#these names can NOT be removed or changes, as the code uses them....
##########################################################################
# Difficulty Modifiers
##########################################################################
very_easy_player = {
territorial_pride = 1.0
national_unity = 1.0
ruling_party_support = 10.0
local_leadership_modifier = 10.0
dissent = -1.0
local_ic = 10.0
local_money = 10.0
local_fuel = 10.0
local_metal = 10.0
local_energy = 10.0
local_crude_oil = 10.0
local_supplies = 10.0
global_resources = 10.0
local_rare_materials = 10.0
global_manpower_modifier = 1.0
unit_recruitment_time = -10.0
ficer_recruitment = 10.0
research_efficiency = 10.0
combat_movement_speed = 2.0
supply_throughput = 10.0
revolt_risk = -1.0
experience_bonus = 10.0
industrial_efficiency = 10.0
}
2.游戏中选的非常简单
3.前方大空格我都对比过了应该没问题。
各种帖子各种方法都试过了,均无效。
# All global modifiers are here. They are applied from certain game-features.
#
# Effects are fully scriptable here.
#these names can NOT be removed or changes, as the code uses them....
##########################################################################
# Difficulty Modifiers
##########################################################################
very_easy_player = {
territorial_pride = 1.0
national_unity = 1.0
ruling_party_support = 10.0
local_leadership_modifier = 10.0
dissent = -1.0
local_ic = 10.0
local_money = 10.0
local_fuel = 10.0
local_metal = 10.0
local_energy = 10.0
local_crude_oil = 10.0
local_supplies = 10.0
global_resources = 10.0
local_rare_materials = 10.0
global_manpower_modifier = 1.0
unit_recruitment_time = -10.0
ficer_recruitment = 10.0
research_efficiency = 10.0
combat_movement_speed = 2.0
supply_throughput = 10.0
revolt_risk = -1.0
experience_bonus = 10.0
industrial_efficiency = 10.0
}