Results 1 to 3 of 3

Thread: No map.rwm generated, issue with either Rebels or Region RGBs

  1. #1

    Default No map.rwm generated, issue with either Rebels or Region RGBs

    I get the following error messages in my log:

    Code:
    Validating dependancy descr_terrain.txt...
    Validating dependancy map_heights.tga...
    Validating dependancy map_roughness.tga...
    Validating dependancy map_climates.tga...
    Validating dependancy map_ground_types.tga...
    Validating dependancy map_features.tga...
    Validating dependancy map_trade_routes.tga...
    Validating dependancy descr_regions.txt...
    Validating dependancy map_regions.tga...
    
    
    couldn't find rebel type(Judaeans) in rebel databaseError in descr file Q:\Feral\Users\Default\AppData\Local\Mods\Local Mods\apt/data/world/maps/base/descr_regions.txt, line 10::5: "region 'Thermon' was given unknown rebel faction 'Judaeans'"
    0 regions in database
    WORLD_MAP size = 7008840
    Generating heights
    Generating roughness
    Generating climates
    Generating ground types
    Generating features
    Generating trade routes
    Generating regions
    
    
    FERAL_REGION_LIMIT_INCREASE_OR_ORIG(region_db.,REGION_DB::)validate_pixel_colour(pixel_colour) Failed
    cannot find this pixel colour(232,41,198) in the region_db
    tried to initalise region with invalid colour (232, 41, 198)
    INDEX(size * 2) > size Failed
    INDEX type overflow
    INDEX(size * 2) > size Failed
    INDEX type overflow
    FERAL_REGION_LIMIT_INCREASE_OR_ORIG(region_db.,REGION_DB::)validate_pixel_colour(pixel_colour) Failed
    cannot find this pixel colour(232,41,55) in the region_db
    tried to initalise region with invalid colour (232, 41, 55)
    INDEX(size * 2) > size Failed
    INDEX type overflow
    INDEX(size * 2) > size Failed
    INDEX type overflow
    ...
    map.rwm does not get created. The RGBs in the error message are correct, I use all the games original map_*.tga files in my base folder (of course I copied them into my modfolder even if I did not change there anything).

    The rebel Judaeans are assigned to every region and seem to have all entries they need:

    descr_rebel_factions.txt:

    Code:
    rebel_type            Judaeans  
      //Judaeanscategory            peasant_revolt
    chance                10
    description            Judaeans
    unit                eastern rebel general
    unit                rebel judaean zealots
    rebel_faction_descr_enums.txt

    Code:
    Judaeans
    rebel_faction_descr.txt

    Code:
    {Judaeans}Judaeans
    descr_regions.txt

    Thermon is my very first region, I also tried removing the legion and religion entries but the error is still there:

    Code:
    Aetolia
            legion: Legion_Thermon
    	Thermon
    	macedon
    	Judaeans
    	13 18 244
    	none
    	5
    	0
    	greekgods 71 italicgods 29
    ...
    Britannia_Inferior
    	legion: Legion_Eburacum
    	Eburacum
    	britons
    	Judaeans
    	232 41 198
    	none
    	5
    	0
    	britongods 61 gallicgods 38 steppegods 1
    As you can see, the Eburacum RGB is the one from the first RGB error message. But these RGBs are correct, same like in original file and its also there in the map_regions.tga...
    Last edited by Ocyalos; July 31, 2022 at 02:07 AM.

  2. #2

    Default Re: No map.rwm, issue with either Rebels or Region RGBs

    Things I tried out after some hints in RTW Discord:

    -> duplicate region names (no duplicates here)
    -> duplicate city names (no duplicates either)
    -> descr_mercenaries (no, every pool has at least one region and no region is twice)
    -> descr_events (I use the vanilla descr_events on the vanilla map)

    Problem unfortunately still exists
    CPU: AMD Ryzen 5 5600X 4,6 Ghz AM4 | GPU: 2x NVIDIA GeForce RTX 3060Ti Gainward Ghost OC 8GB GDRR6 | RAM: Corsair Vengeance RGB PRO DDR4 3600 Mhz C18 16 GB | SSD: PNY XLR8 CS3030 4TB M.2 NVMe 3 GB/s | PSU: be quiet! Straight Power 11 Platinum 550 Watt | MB: Asus ROG Strix B550-F Gaming WiFi | Case: be quiet! Silent Base 801 Silver


    Long: New York Stock Exchange: MO, XOM, AAL, AMZN, FB, MSFT, GOOGL, AMD, CRM | Wiener Börse: POST, BG, ADKO, UBS | London Stock Exchange: BP, BATS | Hong Kong Stock Exchange: 3988, 601318 | Euronext Paris: ORA, FP | Bolsa de Madrid: ELE | Coinbase: BTC
    Short: -

  3. #3

    Default Re: No map.rwm generated, issue with either Rebels or Region RGBs

    @Kommissar solved the problem (thank you Kommissar)

    Turned out I had units specified in descr_rebel_factions.txt which didnt have unit ownership for the rebel faction "slave":

    Code:
    				rebel_type			gladiator_uprising
    category			gladiator_revolt
    chance				100
    description			gladiator_uprising	
    unit				roman peasant
    export_descr_units.txt

    Code:
    				type             roman peasant
    dictionary       roman_peasant      ; Peasants
    category         infantry
    class            light
    voice_type       Light_1
    voice_indexes    0 1 2
    soldier          roman_peasant, 60, 0, 0.7
    attributes       sea_faring, hide_forest, can_sap
    formation        1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health      1, 0
    stat_pri         1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr    no
    stat_sec         0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr    no
    stat_pri_armour  0, 1, 0, flesh
    stat_sec_armour  0, 0, flesh
    stat_heat        1
    stat_ground      2, 0, 0, 0
    stat_mental      0, low, untrained
    stat_charge_dist 30
    stat_fire_delay  0
    stat_food        60, 300
    stat_cost        1, 100, 100, 20, 30, 100
    ownership        roman
    ethnicity romans_brutii, Bruttium
    ethnicity romans_julii, Etruria
    ethnicity romans_scipii, Campania
    ethnicity romans_senate, Latium
    Here just change to

    ...
    ownership roman, slave
    ...
    (My "slave" faction is culture greek, not roman)
    CPU: AMD Ryzen 5 5600X 4,6 Ghz AM4 | GPU: 2x NVIDIA GeForce RTX 3060Ti Gainward Ghost OC 8GB GDRR6 | RAM: Corsair Vengeance RGB PRO DDR4 3600 Mhz C18 16 GB | SSD: PNY XLR8 CS3030 4TB M.2 NVMe 3 GB/s | PSU: be quiet! Straight Power 11 Platinum 550 Watt | MB: Asus ROG Strix B550-F Gaming WiFi | Case: be quiet! Silent Base 801 Silver


    Long: New York Stock Exchange: MO, XOM, AAL, AMZN, FB, MSFT, GOOGL, AMD, CRM | Wiener Börse: POST, BG, ADKO, UBS | London Stock Exchange: BP, BATS | Hong Kong Stock Exchange: 3988, 601318 | Euronext Paris: ORA, FP | Bolsa de Madrid: ELE | Coinbase: BTC
    Short: -

Posting Permissions

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