Skip to content

Commit

Permalink
More TFE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 14, 2025
1 parent 66735c5 commit ba557dc
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,10 @@
# https://en.wikipedia.org/wiki/Magan_(civilization)
maganite: "Maganite"
maganite_prefix: "Maganite"
maganite_collective_noun: "Maganites"
maganite_collective_noun: "Maganites"

# from error.log:
# Key is missing localization: TFE_gladiator_completed_log_entry_title
# Key is missing localization: TFE_chariot_completed_log_entry_title
TFE_gladiator_completed_log_entry_title: "$TFE_gladiator_completed_log_title$"
TFE_chariot_completed_log_entry_title: "$TFE_chariot_completed_log_title$"
Original file line number Diff line number Diff line change
Expand Up @@ -33236,4 +33236,23 @@ gladiator_new_event_selection_guest = {
}
}
}
}


"common/on_action/resources_on_actions.txt" = {
# from error.log:
# [04:13:22][E][jomini_script_system.cpp:284]: Script system error!
# Error: add_county_modifier effect [ Invalid database object 'sugar_resources_modifier' ]
# Script location: file: common/on_action/resources_on_actions.txt line: 5167 (on_resource_start)
{
##SUGAR
title:c_sfax = {
add_county_modifier = {
modifier = sugar_resources_modifier
}
title_province = {

}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,37 @@ main_theme_track = {
discover_innovation = innovation_mustering_grounds
}
}
}
}


"common/on_action/TFE_game_start.txt" = {
# backport of TFE commit 7dfdda5
replace = {
before = {
OR = {
government_allows = administrative
top_liege = { government_allows = administrative }
}
}
after = {
government_allows = administrative
top_liege = { government_allows = administrative }
}
}
}


"common/court_positions/types/missonary_court_positions.txt" = {
# from error.log:
# [04:13:22][E][jomini_script_system.cpp:284]: Script system error!
# Error: has_doctrine_parameter trigger [ Bool doctrine parameter 'doctrine_missionary_encouraged' does not exist ]
# Script location: file: common/court_positions/types/missonary_court_positions.txt line: 244 (missionary:aptitude)
replace = {
before = {
has_doctrine_parameter = doctrine_missionary_encouraged
}
after = {
has_doctrine = doctrine_missionary_encouraged
}
}
}

0 comments on commit ba557dc

Please sign in to comment.