focus tree missing focus

okso

basically i wanted to test a focus tree branch that i almost finished [this was yesterday] but when i booted up the game to check the focus tree a funni happened


yeah uh, theres supposed to be... more there

i checked the error logs and theres literally every error message known to man in there

so here it is [only modded focuses and ideas related errors]

[08:19:24][persistent.cpp:48]: Error: "Unknown modifier: research_time_factor, near line: 19" in file: "common/ideas/shanLO_shanzhong-ideas.txt" near line: 19

[08:19:24][persistent.cpp:48]: Error: "Unknown modifier: research_time_factor, near line: 27" in file: "common/ideas/shanLO_shanzhong-ideas.txt" near line: 27

[08:19:24][persistent.cpp:48]: Error: "Unknown modifier: research_time_factor, near line: 34" in file: "common/ideas/shanLO_shanzhong-ideas.txt" near line: 34

[08:19:24][persistent.cpp:48]: Error: "Unknown modifier: research_time_factor, near line: 43" in file: "common/ideas/shanLO_shanzhong-ideas.txt" near line: 43

[08:19:24][persistent.cpp:48]: Error: "Unknown modifier: defense, near line: 106" in file: "common/ideas/shanLO_shanzhong-ideas.txt" near line: 106

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: Division', near line: 169" in file: "common/national_focus/shanfocuses.txt" near line: 169

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: =, near line: 169" in file: "common/national_focus/shanfocuses.txt" near line: 169

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 450" in file: "common/national_focus/shanfocuses.txt" near line: 481

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 484" in file: "common/national_focus/shanfocuses.txt" near line: 516

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 519" in file: "common/national_focus/shanfocuses.txt" near line: 534

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 537" in file: "common/national_focus/shanfocuses.txt" near line: 551

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 554" in file: "common/national_focus/shanfocuses.txt" near line: 572

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 575" in file: "common/national_focus/shanfocuses.txt" near line: 590

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 593" in file: "common/national_focus/shanfocuses.txt" near line: 609

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 612" in file: "common/national_focus/shanfocuses.txt" near line: 665

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 668" in file: "common/national_focus/shanfocuses.txt" near line: 691

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 694" in file: "common/national_focus/shanfocuses.txt" near line: 726

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 729" in file: "common/national_focus/shanfocuses.txt" near line: 757

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 760" in file: "common/national_focus/shanfocuses.txt" near line: 775

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 778" in file: "common/national_focus/shanfocuses.txt" near line: 793

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 796" in file: "common/national_focus/shanfocuses.txt" near line: 811

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 814" in file: "common/national_focus/shanfocuses.txt" near line: 824

[08:19:38][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 827" in file: "common/national_focus/shanfocuses.txt" near line: 837

[08:19:38][nationalfocus.cpp:2008]: SZN_against_those_that_threaten_our_independence: Couldn't find dependency SZN_tsingtao_mp18 

dear god.y

i would be extremely greateful if someone could help me with this

thanks

pengu

In "Prepare the Military" you need to swap the ' with " on the line: name = 'Xiazhong Division'

So it should look like name = "Xiazhong Division"



In "Arms Research" you need to specify when you're doing in the reward. I assume it's meant to be:

add_ideas = shanLO_arms_production


In "Tsingtao MP18" the ' need removing from around SZN


In "A Motorized Storm" you need a space after the 2:
medium_tank_equipment_2amount = 1000

thank you so much! it works fine now, i am one step closer to making the best mod in paradox modding history

again, thanks!