• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Chronozela

Recruit
4 Badges
Jun 24, 2015
3
1
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
Currently in the Nation Designer, Native Council has a requirement for North America as Location.

It would be nice to extend this requirement to South America as there are already Tribal Nations such as Mapuche.


Edit: NEver mind

P.S.: i do not care about achievements so if somebody could point me to a mod or how to change it myself, i would be grateful.

Update: Nevermind, I did not know how easy it is to mod the game. I managed to make my own mod.
 
Last edited:
  • 1
Reactions:
Upvote 0
  • 1
Reactions:
For those interested, in the mod i just changed the native_council section 00_governments.txt to contain:

Code:
nation_designer_trigger = {
        OR = {
                technology_group = north_american
                technology_group = south_american
            }
        capital_scope = {
            OR = {
                region = northern_america
                region = northeastern_america
                region = eastern_america
                region = western_america
                region = northwestern_america
                region = the_mississippi_region
                region = great_plains
                region = the_thirteen_colonies
                region = the_andes
                region = the_spanish_main
                region = guyana_region
                region = amazonas
                region = bolivia_region
                region = paraguay_region
                region = la_plata_region
                region = pampas_region
                region = brazil_region
            }
        }
    }

you can get it on http://steamcommunity.com/sharedfiles/filedetails/?id=468283369 but it may break other mods that change this file. As i said in the first post, i don't have experience with modding ;)