Results 1 to 9 of 9

Thread: adding a new province causes an error in descr_region

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    _Tartaros_'s Avatar "Harzschütze"
    Join Date
    Aug 2009
    Location
    kvet.lɪnˌbuʁk
    Posts
    4,493

    Default Re: adding a new province causes an error in descr_region

    "unable to get name for region 'Chalkedonia' from stringtable" error looks like a missing name in imperial_campaign_regions_and_settlement_names.txt

    you need both: settlement + region in brackets and as a name
    like this:
    {EphesusR} Ephesus Region
    {Ephesus} Ephesus

    from descr_regions.txt

    EphesusR
    Ephesus
    rhodes
    Ionians
    243 31 31
    thracians, easter_hellenes, pagans, greeks, sailors
    5
    6



    and add in descr_strat:

    ; x 285, y 34
    settlement
    {
    level town
    region EphesusR


    year_founded 0
    population 1800
    plan_set default_set
    faction_creator rhodes
    building
    {
    type core_building governors_house
    }
    building
    {
    type defenses wooden_pallisade
    }
    building
    {
    type barracks muster_field
    }
    building
    {
    type port_buildings port
    }
    building
    {
    type hinterland_roads roads
    }
    }
    ;---------------------------------------------------------------------------------------------------------------------------------------

    if you forget to add in descr_strat the game will put the settlement as a rebel village (not gamebreaking)

  2. #2

    Default Re: adding a new province causes an error in descr_region

    seems to have added everything everywhere
    {Zakynthos_R} Zakynthos
    {Zakynthos} Zakynthos

    Zakynthos_R
    Zakynthos
    greek_cities
    Aetolians
    100 103 44
    greek
    5
    3
    greeks 100

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •