Results 1 to 8 of 8

Thread: Problem with descr regions

  1. #1
    Miles
    Join Date
    Dec 2014
    Location
    A Random place
    Posts
    325

    Default Problem with descr regions

    Recently I've been trying to make a campaign in a mod that I have downloaded work, I looked at the system log and managed to solve most of of the problems which were just script errors.However there are two errors that I can't seem to understand which says
    10:15:08.894 [script.err] [error] Script Error in mods/CM_1855AD_TheStormRiders/data/world/maps/base/descr_regions.txt, at line 1323, column 1
    Religion `Holunbuyir_Province' not found in database.
    I am clueless on what to do with this problem.

  2. #2
    Vladyvid's Avatar Wizard of Turmish
    Join Date
    Aug 2011
    Location
    Athkatla
    Posts
    2,132

    Default Re: Problem with descr regions

    Clueless? It says there is a wrong religion entry in descr_regions at line 1323. What's to explain?

    BTW this is clearly not a mapping problem, but rather a coding problem and so should be placed in the other section of the Workshop.

  3. #3
    Gigantus's Avatar I am not special - I am a limited edition.
    Patrician took an arrow to the knee spy of the council

    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    53,132
    Blog Entries
    35

    Default Re: Problem with descr regions

    Leave it here - it's directly connected to mapping

    The problem seems to be that there is a line missing in the file: the game expects 'religion' but apparently is getting 'province name' (first line of region entry). Upload the file so we can have a look.

    Code:
    region_040
        sett_040
        f_rome
        Roma_Latium
        52 13 198
        hr_a, hr_c, hr_d, hr_i, italy, horde_target
        5
        1
        religions { rel_a 0 rel_b 0 rel_c 0 rel_d 0 rel_e 10 rel_f 0 rel_g 85 rel_h 5 rel_i 0 rel_x 0 }
    Above is an entry from EBII - in your case the religion line is missing and the first line of the next entry is being read.










  4. #4
    Miles
    Join Date
    Dec 2014
    Location
    A Random place
    Posts
    325

    Default Re: Problem with descr regions

    Here is the file
    Holunbuyir_Province
    Holunbuyir
    byzantium
    gladiator_uprising
    220 10 60
    none
    4
    1
    religions { catholic 0 orthodox 15 islam 70 pagan 15 heretic 0 }

  5. #5
    Gigantus's Avatar I am not special - I am a limited edition.
    Patrician took an arrow to the knee spy of the council

    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    53,132
    Blog Entries
    35

    Default Re: Problem with descr regions

    The problem will be in the section above this entry. Use the 'Go Advanced' option when posting and attach the whole file.










  6. #6
    Miles
    Join Date
    Dec 2014
    Location
    A Random place
    Posts
    325

    Default Re: Problem with descr regions

    OK here is the proper file as you wanted
    descr_regions.txt
    Last edited by RandomPerson2000; July 02, 2016 at 11:33 AM.

  7. #7
    Miles
    Join Date
    Dec 2014
    Location
    A Random place
    Posts
    325

    Default Re: Problem with descr regions

    delete this post
    Last edited by RandomPerson2000; July 02, 2016 at 11:10 AM. Reason: This post is a mistake

  8. #8
    Gigantus's Avatar I am not special - I am a limited edition.
    Patrician took an arrow to the knee spy of the council

    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    53,132
    Blog Entries
    35

    Default Re: Problem with descr regions

    The only thing I can see is a missing space before the closing bracket in the religions line of the preceding region:
    Code:
    Sahaliyanula_Province
        Sahaliyanula
        byzantium
        gladiator_uprising
        220 0 60
        none
        4
        1
        religions { catholic 0 pagan 40 islam 60 orthodox 0 heretic 0} space missing here, line 1322
    Holunbuyir_Province
        Holunbuyir
        byzantium
        gladiator_uprising
        220 10 60
        none
        4
        1
        religions { catholic 0 orthodox 15 islam 70 pagan 15 heretic 0 }
    Cicigar_Province
        Cicigar
        byzantium
        gladiator_uprising
        220 20 60
        none
        4
        1
        religions { catholic 0 pagan 30 islam 70 orthodox 0 heretic 0 }
    Add that space and then try again, delete base\map.rwm in case it got generated before trying.










Posting Permissions

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