My country i created doesn't have land
Okay so I don't think i can add two imgs on the same post so here's the in-game one:
Quote post
If you run the game in debug mode, what errors do you get?
I opened the game in debug mode, and i have multiple errors in my code, and tags. I should be able to fix them. thx for your help! if it still doesn't work i'll post again in this thread
(btw sry for late response over here it's 8 am so it was night when i made my first post)
Ok, so i tried fixing as many bugs as i can, and i got halfway through the debug menu. But i cant seem to fix the rest.
Here's the error log:
[13:45:29][persistent.cpp:52]: Error: "Unexpected token: dependendecies, near line: 32" in file: "mod/ugc_2477222513.mod" near line: 34
[13:45:55][statehistory.cpp:164]: Unknown countrytag for Latveria owner-change in TODO
[13:45:56][portraitdatabase.cpp:24]: Missing portrait texture in group ITA > Army > Male: "gfx/leaders/ITA/Portrait_Italy_Generic_land_4.dds".
[13:45:57][trigger.cpp:620]: Invalid trigger 'add_stability' in common/national_focus/kingdom-of-latveria.txt line : 79
[13:45:57][trigger.cpp:480]: Error: "Unknown trigger-type: add_stability, near line: 79" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 82
[13:45:57][effect.cpp:292]: Error: "Unexpected token: state, near line: 141
" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 143
[13:45:57][effect.cpp:292]: Error: "not a province building type: 5291, near line: 253
" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 255
[13:45:57][database_scoped_variables.cpp:114]: invalid database object for effect/trigger: file: common/national_focus/kingdom-of-latveria.txt line: 279 infantry_1. use var:var_name to explicitly use variables in effects/triggers
[13:45:59][meantimetohappen.cpp:203]: unknown command 'timeout_days' for MTTH in file events/MC_military-coup.txt line : 67
[13:45:59][meantimetohappen.cpp:203]: unknown command 'option' for MTTH in file events/MC_military-coup.txt line : 68
[13:45:59][meantimetohappen.cpp:203]: unknown command 'name' for MTTH in file events/MC_military-coup.txt line : 69
[13:45:59][meantimetohappen.cpp:203]: unknown command 'trigger' for MTTH in file events/MC_military-coup.txt line : 70
[13:45:59][persistent.cpp:52]: Error: "Unexpected token: ai_chance, near line: 73" in file: "events/MC_military-coup.txt" near line: 73
[13:45:59][persistent.cpp:52]: Error: "Unexpected token: hidden_effect, near line: 75" in file: "events/MC_military-coup.txt" near line: 81
[13:45:59][event.cpp:340]: MC_military-coup.2 non-hidden event with no options defined
[13:45:59][eventmanager.cpp:548]: events/MC_military-coup.txt:50: MC_military-coup.2: Event has no options.
[13:45:59][parser.cpp:746]: Error: "Unexpected token: option, near line: 83
Unexpected token: }, near line: 99
" in file: "events/MC_military-coup.txt
[13:46:02][gamestate.cpp:2922]: Invalid Country Tag - Latveria
[13:46:02][gamestate.cpp:2922]: Invalid Country Tag - color
[13:46:02][gamestate.cpp:2922]: Invalid Country Tag - {
[13:46:02][gamestate.cpp:2922]: Invalid Country Tag - 95
In the available for "Doctor Doom" you have the reward: add_stability = 0.05
That's only valid as a reward.
For the focus "Military Industrialisation" you have the reward:
add_building_construction = {
type = arms_factory
province = 5291
level = 2
instant_build = yes }
}
Military factories aren't province-bound, so you don't want to have the line "province = 5291"
In the focus "Soldier Reform" you have the reward:
add_equipment_to_stockpile = {
type = infantry_1
amount = 50
producer = Latveria
}
The type should be "infantry_equipment_1" and the producer should be a tag, so LAT in this case.
In your country, you need to change the tag to "LAT" (or some other 3 letter combination, as LAT would override Latvia) as the tag cannot be the full name of the nation; this can be edited in the "Misc" section of the country tool
Thanks for the help! I appreciate it.
Rokhodotos
I created a country called Latveria and set its states to be in the bottom left of Romania. (As you can see here)
But, when i open it in-game, it is owned by no one.
Is it because of overlapping?