Page 8 of 28 FirstFirst 123456789101112131415161718 ... LastLast
Results 141 to 160 of 631

Thread: How To Create A New Region

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Re: How To Create A New Region

    Well I say one thing for you guys your very friendly and helpful. Thanks goatbuster 3000 Ill create an error log and get back to you both to show you what it says when i try to launch campaign with new region.

    I was wondering a few things last night when i went to bed though, firstly am i putting the RGB coordinates in the right order or should it be different i.e GRB? wouldnt make much sence but worth asking.

    Secondly could it be something to do with where the region is being place, there shouldnt be a problem with where Im placing them that I know of. Finally, those numbers at the bottom of the settelment details i.e. 5 6 or 5 5 etc, does that effect anything in anyway.

    Anyway thats all I can think of at the moment, I will get back to you as soon as possible with an error log and hopefully ya can tell me where im going wrong.

    Thanks again guys.

    p.s I am going to be very busy for the weekend so if i dont reply straight away please bare with me as I will try to get back on here by monday.
    If deception is an art, then the world is full of artists!
    Trust No One!

  2. #2
    wilddog's Avatar Paintedwolves run free
    Join Date
    Jan 2005
    Location
    UK
    Posts
    2,337

    Default Re: How To Create A New Region

    verena xeventus

    This is something I wrote earlier in this thread for someone else. I still strongly suggest you follow it as it will speed things up.

    The error message you were receiving is the cross reference back to the text files. If you use the mymod set up you need to make sure you have within your mymod the text file directory mymod\data\Text which contains the
    imperial_campaign_regions_and_settlement_names.txt file and just delete out the old.bin file or make sure its not read only (It will then be updated automatically).

    If you are still having issues try a simple test and set up a mymod folder and copy the data\world directory into it (You don't need all of it but is simplest). Then go into the mymod\worldmaps\base directory and rename the HGT file and delete the RWM file.

    Start your mod and you SHOULD get a crash with error messages about ports being wrong. This will show your mymod set up is working correctly.

    Now rename the HGT file and go to the Text folder and amend one of the city names eg find in file imperial_campaign_regions_and_settlement_names.txt

    {London_Province}London Region
    {London}London

    and change to

    {London_Province}London Region
    {London}Londontest

    Now start your mod and check that the map now appears with the name of London changed to Londontest. Also delete the RWM again.This will prove that the mymod has correctly read the right text file.

    After that take out the HGT file, correct the errors in map_heights.TGA (change 0,0,0 pixels to 1,1,1) and start editing - keep deleting the RWM each time.

  3. #3
    el_barbar's Avatar Laetus
    Join Date
    Nov 2006
    Location
    Heidelberg, Germany
    Posts
    18

    Default Re: How To Create A New Region

    Hi!
    I've created some new regions x Ireland & almost everything works fine. The only problem is that the new settlements don't have any regiments defending them. Someone mentioned changing the descr_mercenaries or something like that and I added the new regions in the pool pf Scotland_Ireland. The regions have all the same no units in the cities How can I solve this problem???

  4. #4

    Default Re: How To Create A New Region

    Why is this happening?
    17:25:56.484 [script.err] [error] Script Error in data/world/maps/base/descr_regions.txt, at line 1005, column 1
    Couldn't find region name 'Galway_Province' in stringtable
    17:25:57.046 [system.rpt] [error] Medieval 2: Total War encountered an unspecified error and will now exit.
    I treid deleting the bin file which did not work. Help? I use io.file_first: btw I ust noticed my rmw was back would that do anything?
    Last edited by aoop; February 13, 2007 at 11:39 AM.

  5. #5
    Goffik's Avatar Civis
    Join Date
    Feb 2007
    Location
    United Kingdom
    Posts
    121

    Icon3 Re: How To Create A New Region

    Greetings all.

    I too had problems trying to use this tutorial to make new regions. My problem was that the game would CTD when attempting to start a new campaign. The log file would say something about regions missing from the string table. After much tinkering, trial and error I finally got it to work. I'm not really a modder and attempted multiple fixes at once, so I'm not entirely sure what the actual problem was. However, I'll post my method of adding new regions in the hopes it will help some of you out.

    Note: The vast majority of the credit goes to Xerces as most of the steps are identical to his. Cheers mate.

    Note 2: My preferred way of getting mods to work is the io.file_first method. That may even be why the tutorial didn't work for me...

    First of all, I would advise backing up the following files, in case anything goes wrong:

    data/world/maps/base:
    map_regions.tga
    descr_regions.txt
    descr_sounds_music_types.txt

    data/world/maps/campaign/imperial_campaign:
    descr_regions_and_settlement_name_lookup.txt
    descr_strat.txt
    descr_mercenaries.txt

    data/text:
    imperial_campaign_regions_and_settlement_names.txt

    Finally, make sure you have a file called imperial_campaign_regions_and_settlement_names.txt.strings.bin in the data/text folderand that it is NOT set to Read Only. If you dont, use the unpacker to extract it.

    Now you should be ready to begin...

    Navigate to data/world/maps/base.

    1. Convert map_regions.tga to a BMP using IrfanView. Open the BMP with Paint. Add regions to the map using unique colours making sure you write down the colour code. Add settlements to the regions using a black dot and ports with a white dot. Save the file, and convert the BMP back to a TGA with IrfanView, overwriting the original file.

    2. Open descr_regions.txt and add your region to the list. The easiest way is to simply copy the stats of an existing settlement similar to the one you are adding. Then change the region name (Example_Province) and settlement name (the first word directly beneath the region name), writing both down for future reference. Then change the colour code to exactly what you wrote down in step 1. Save the file.

    3. Open descr_sounds_music_types.txt. Add your new region to the relevant section based on its location. Save the file.

    Navigate to data/world/maps/campaign/imperial_campaign.

    4. Open descr_regions_and_settlement_name_lookup.txt. Add your region and settlement name, and save the file.

    5. Open descr_strat.txt. Find the section relating to the faction you would like to be the initial owner of your new settlement, and add it to the end of the existing settlement list. Again, you could copy/paste the stats for an existing settlement and simply change the name and founding nation. Save the file.

    6. Open descr_mercenaries.txt. Add your province to the relevant pool based on its location. This will determine the kind of mercenary units that are available to recruit. Save the file.

    Navigate to data/text.

    7. Open imperial_campaign_regions_and_settlement_names.txt. Add your region and settlement to the list. Save the file and make sure it has the READ ONLY attribute.

    Navigate to data/world/maps/base.

    8. Delete map.rwm.

    9. Go back over everything you've just done to make sure there are NO spelling errors or typos.

    And that should do it... your new region should now appear when you start a new campaign.

    For those that didn't notice, the differences are the editing of descr_mercenaries.txt to allow the recruitement of mercs in your region, adding your region to descr_regions_and_settlement_name_lookup.txt, and making sure imperial_campaign_regions_and_settlement_names.txt.strings.bin exists in the data/text folder and is not Read Only.

    Hope this helps some of you get your new regions working.

  6. #6
    PXZyan's Avatar Ducenarius
    Join Date
    Oct 2004
    Location
    Ireland/Waterford
    Posts
    980

    Default Re: How To Create A New Region

    Can anyone tell me where to find unit banners? I need to add proper unit banners to my faction?

  7. #7

    Default Re: How To Create A New Region

    Awww... I have problems again. I've created many settlements without any problems, but now I have some problems that I can't solve myself

    My system.log says this:


    18:59:33.984 [system.rpt] [always] CPU: SSE2
    18:59:34.000 [system.rpt] [always] ==== system log start, build date: Oct 5 2006 version bld-medieval2-final-52 (29455) ===
    18:59:34.015 [system.io] [always] mounted pack packs/data_0.pack
    18:59:34.015 [system.io] [always] mounted pack packs/data_1.pack
    18:59:34.015 [system.io] [always] mounted pack packs/data_2.pack
    18:59:34.031 [system.io] [always] mounted pack packs/data_3.pack
    18:59:34.031 [system.io] [always] mounted pack packs/data_4.pack
    18:59:34.031 [system.io] [always] mounted pack packs/localized.pack
    18:59:35.156 [data.missing] [warning] missing/invalid cursor for ANISELECT
    18:59:35.156 [data.missing] [warning] missing/invalid cursor for MODIFIER_SABOTAGE
    18:59:35.156 [data.missing] [warning] missing/invalid cursor for MODIFIER_TRADE
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for DRAGGABLE
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for DRAGGING
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_MULTIPLE_SELECT
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_ATTACK
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_CHARACTER
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_RESOURCE
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_FORT
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_MOVE_OBJECT
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_WATCHTOWER
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_DEPLOYMENT_AREA
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_TILE
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_SPECIAL_PIECE
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PAINT
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_ADJUST_HEIGHTS
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_ADD_UNIT
    18:59:35.203 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_SETTLEMENT
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    18:59:38.140 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    18:59:38.156 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    18:59:38.171 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    18:59:38.171 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    18:59:38.187 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    18:59:38.187 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    18:59:38.187 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    18:59:38.187 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    18:59:38.203 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    18:59:38.218 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    18:59:38.218 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    18:59:38.234 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    18:59:38.234 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    18:59:38.234 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    18:59:38.234 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    18:59:38.234 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    18:59:38.234 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    18:59:38.281 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10638, column 28 :
    we should only have trait(BattleChivalry) additional affects for triggers(battle3Chivalry_Dread_Not_fighting)
    18:59:38.281 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10639, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Chivalry_Dread_Not_fighting)
    18:59:38.281 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10649, column 28 :
    we should only have trait(BattleChivalry) additional affects for triggers(battle3Chivalry_Dread_Routing)
    18:59:38.281 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10650, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Chivalry_Dread_Routing)
    18:59:38.281 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10662, column 28 :
    we should only have trait(BattleChivalry) additional affects for triggers(battle3Chivalry_Dread_Routing2)
    18:59:38.281 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10663, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Chivalry_Dread_Routing2)
    18:59:38.281 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10703, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Dread_Let_Them_Go)
    18:59:38.296 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 15740, column 27 :
    we should only have trait(GoodDenouncer) additional affects for triggers(hereticinit1_denouncerclear)
    18:59:38.296 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 15748, column 25 :
    we should only have trait(StrongFaith) additional affects for triggers(hereticinit1_denouncerclear)
    18:59:38.296 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 15756, column 22 :
    we should only have trait(Purifier) additional affects for triggers(hereticinit1_purifierclear)
    18:59:38.312 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16672, column 29 :
    we should only have trait(CrusaderHistory) additional affects for triggers(crusades_6)
    18:59:38.312 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16681, column 29 :
    we should only have trait(CrusaderHistory) additional affects for triggers(crusades_7)
    18:59:38.312 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16723, column 26 :
    we should only have trait(JihadHistory) additional affects for triggers(jihads_7)
    18:59:38.312 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16732, column 26 :
    we should only have trait(JihadHistory) additional affects for triggers(jihads_8)
    18:59:38.328 [data.missing] [warning] Failed to find ancillary image data/ui/ancillaries/scribe_ancillary.tga
    18:59:38.328 [data.missing] [warning] Failed to find ancillary image data/ui/ancillaries/security_religious.tga
    18:59:38.328 [data.missing] [warning] Failed to find ancillary image data/ui/ancillaries/security_religious.tga
    18:59:45.359 [system.io] [warning] open: data/loading_screen/loading_bar.tga.dds is missing
    18:59:45.359 [system.io] [warning] open: data/loading_screen/loading_logo.tga.dds is missing
    18:59:46.671 [system.io] [warning] open: data/loading_screen/loading_bar.tga.dds is missing
    18:59:46.843 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga is missing
    18:59:46.843 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga is missing
    18:59:46.859 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/saxons.tga is missing
    18:59:46.859 [system.io] [warning] open: data/menu/symbols/FE_faction_units/saxons.tga is missing
    18:59:46.859 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/slave.tga is missing
    18:59:46.859 [system.io] [warning] open: data/menu/symbols/FE_faction_units/slave.tga is missing
    18:59:46.890 [system.io] [warning] open: data/menu/_M2_MP_HISTORICAL_BATTLE_CHOOSE_TEAMS.TGA is missing
    18:59:46.890 [system.io] [warning] open: data/menu/TEXTURES/_M2_MAIN_MENU.TGA is missing
    18:59:47.640 [system.io] [warning] open: data/menu/buttons_composite2.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/slider_composite.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/slider_composite2.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/border_4pix_black_gold2.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/text_border.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/yellow_highlight.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/border_4pix_black_gold_selected.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/border_4pix_black_gold_black.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/_M2_Selection_Glow.tga.dds is missing
    18:59:47.640 [system.io] [warning] open: data/menu/unit_card.tga.dds is missing
    18:59:47.656 [system.io] [warning] open: data/menu/icons.tga.dds is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_timurids.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_FE.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/base/map_timurids.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_normans.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_FE.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/base/map_normans.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_saxons.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_FE.tga is missing
    18:59:51.046 [system.io] [warning] open: data/world/maps/base/map_saxons.tga is missing
    18:59:51.062 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_slave.tga is missing
    18:59:51.062 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_FE.tga is missing
    18:59:51.062 [system.io] [warning] open: data/world/maps/base/map_slave.tga is missing
    18:59:51.062 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_england.tga is missing
    18:59:51.093 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_england.tga is missing
    18:59:52.093 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_portugal.tga is missing
    18:59:52.109 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_portugal.tga is missing
    18:59:53.265 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.rwm is missing
    18:59:53.265 [system.io] [warning] open: data/world/maps/base/map.rwm is missing
    18:59:53.265 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/descr_battle.txt is missing
    18:59:53.265 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.rwm is missing
    18:59:53.265 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.rbm is missing
    18:59:53.265 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.wfc is missing
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    19:00:03.765 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    19:00:03.796 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    19:00:03.796 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    19:00:03.796 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    19:00:03.796 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    19:00:03.796 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    19:00:03.796 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    19:00:03.796 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    19:00:03.812 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3672, column 12
    You have chosen an invalid tile(108, 93) for the settlement of Barcelona.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3769, column 12
    You have chosen an invalid tile(165, 183) for the settlement of Stockholm.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3780, column 12
    You have chosen an invalid tile(166, 187) for the settlement of Uppsala.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3791, column 12
    You have chosen an invalid tile(158, 183) for the settlement of Örebro.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3813, column 12
    You have chosen an invalid tile(147, 178) for the settlement of Lödöse.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.968 [system.rpt] [error] Medieval 2: Total War encountered an unspecified error and will now exit.


    Any help mates?


  8. #8
    wilddog's Avatar Paintedwolves run free
    Join Date
    Jan 2005
    Location
    UK
    Posts
    2,337

    Default Re: How To Create A New Region

    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3672, column 12
    You have chosen an invalid tile(108, 93) for the settlement of Barcelona.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3769, column 12
    You have chosen an invalid tile(165, 183) for the settlement of Stockholm.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3780, column 12
    You have chosen an invalid tile(166, 187) for the settlement of Uppsala.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3791, column 12
    You have chosen an invalid tile(158, 183) for the settlement of Örebro.
    It will mean not being able to reach this settlement and is a bug.
    For now we'll ignore it.
    19:00:03.859 [script.err] [error] Script Error in data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 3813, column 12
    You have chosen an invalid tile(147, 178) for the settlement of Lödöse.
    Those were the relevant bits the rest is warning messages (look up how to use the level = * error command in the .cfg file).
    You've placed settlements on invalid tiles. just move them or change the map_ground_types or map_features etc

  9. #9

    Default Re: How To Create A New Region

    I solved that problem, but now I have another one

    System.log:


    12:07 21.4.200712:05:23.468 [system.rpt] [always] CPU: SSE2
    12:05:23.500 [system.rpt] [always] ==== system log start, build date: Oct 5 2006 version bld-medieval2-final-52 (29455) ===
    12:05:23.500 [system.io] [always] mounted pack packs/data_0.pack
    12:05:23.500 [system.io] [always] mounted pack packs/data_1.pack
    12:05:23.515 [system.io] [always] mounted pack packs/data_2.pack
    12:05:23.515 [system.io] [always] mounted pack packs/data_3.pack
    12:05:23.515 [system.io] [always] mounted pack packs/data_4.pack
    12:05:23.515 [system.io] [always] mounted pack packs/localized.pack
    12:05:24.515 [data.missing] [warning] missing/invalid cursor for ANISELECT
    12:05:24.515 [data.missing] [warning] missing/invalid cursor for MODIFIER_SABOTAGE
    12:05:24.531 [data.missing] [warning] missing/invalid cursor for MODIFIER_TRADE
    12:05:24.546 [data.missing] [warning] missing/invalid cursor for DRAGGABLE
    12:05:24.546 [data.missing] [warning] missing/invalid cursor for DRAGGING
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_MULTIPLE_SELECT
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_ATTACK
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_CHARACTER
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_RESOURCE
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_FORT
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_MOVE_OBJECT
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_WATCHTOWER
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_DEPLOYMENT_AREA
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_TILE
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_SPECIAL_PIECE
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PAINT
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_ADJUST_HEIGHTS
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_ADD_UNIT
    12:05:24.562 [data.missing] [warning] missing/invalid cursor for MODIFIER_PLACE_SETTLEMENT
    12:05:27.343 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    12:05:27.343 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    12:05:27.343 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:05:27.343 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:05:27.343 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    12:05:27.359 [data.missing] [warning] Cannot find the portrait path: data/ui/mesoamerican/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    12:05:27.375 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    12:05:27.375 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/civilians/000.tga, using the default culture path if it exists
    12:05:27.390 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:05:27.390 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:05:27.390 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:05:27.390 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:05:27.390 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/merchants/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    12:05:27.406 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    12:05:27.421 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:05:27.421 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:05:27.437 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    12:05:27.437 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/heretics/000.tga, using the default culture path if it exists
    12:05:27.437 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    12:05:27.437 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/witches/000.tga, using the default culture path if it exists
    12:05:27.437 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    12:05:27.437 [data.missing] [warning] Cannot find the portrait path: data/ui/middle_eastern/portraits/portraits/young/inquisitors/000.tga, using the default culture path if it exists
    12:05:27.468 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10638, column 28 :
    we should only have trait(BattleChivalry) additional affects for triggers(battle3Chivalry_Dread_Not_fighting)
    12:05:27.468 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10639, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Chivalry_Dread_Not_fighting)
    12:05:27.468 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10649, column 28 :
    we should only have trait(BattleChivalry) additional affects for triggers(battle3Chivalry_Dread_Routing)
    12:05:27.468 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10650, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Chivalry_Dread_Routing)
    12:05:27.468 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10662, column 28 :
    we should only have trait(BattleChivalry) additional affects for triggers(battle3Chivalry_Dread_Routing2)
    12:05:27.468 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10663, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Chivalry_Dread_Routing2)
    12:05:27.468 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 10703, column 25 :
    we should only have trait(BattleDread) additional affects for triggers(battle3Dread_Let_Them_Go)
    12:05:27.500 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 15740, column 27 :
    we should only have trait(GoodDenouncer) additional affects for triggers(hereticinit1_denouncerclear)
    12:05:27.500 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 15748, column 25 :
    we should only have trait(StrongFaith) additional affects for triggers(hereticinit1_denouncerclear)
    12:05:27.500 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 15756, column 22 :
    we should only have trait(Purifier) additional affects for triggers(hereticinit1_purifierclear)
    12:05:27.500 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16672, column 29 :
    we should only have trait(CrusaderHistory) additional affects for triggers(crusades_6)
    12:05:27.500 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16681, column 29 :
    we should only have trait(CrusaderHistory) additional affects for triggers(crusades_7)
    12:05:27.500 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16723, column 26 :
    we should only have trait(JihadHistory) additional affects for triggers(jihads_7)
    12:05:27.500 [script.err] [warning] Trigger parsing warning in data/export_descr_character_traits.txt, at line 16732, column 26 :
    we should only have trait(JihadHistory) additional affects for triggers(jihads_8)
    12:05:27.515 [data.missing] [warning] Failed to find ancillary image data/ui/ancillaries/scribe_ancillary.tga
    12:05:27.515 [data.missing] [warning] Failed to find ancillary image data/ui/ancillaries/security_religious.tga
    12:05:27.515 [data.missing] [warning] Failed to find ancillary image data/ui/ancillaries/security_religious.tga
    12:05:42.453 [system.io] [warning] open: data/loading_screen/loading_bar.tga.dds is missing
    12:05:42.468 [system.io] [warning] open: data/loading_screen/loading_logo.tga.dds is missing
    12:05:43.781 [system.io] [warning] open: data/loading_screen/loading_bar.tga.dds is missing
    12:05:43.953 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga is missing
    12:05:43.953 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga is missing
    12:05:43.953 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/saxons.tga is missing
    12:05:43.953 [system.io] [warning] open: data/menu/symbols/FE_faction_units/saxons.tga is missing
    12:05:43.968 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/slave.tga is missing
    12:05:43.968 [system.io] [warning] open: data/menu/symbols/FE_faction_units/slave.tga is missing
    12:05:43.984 [system.io] [warning] open: data/menu/_M2_MP_HISTORICAL_BATTLE_CHOOSE_TEAMS.TGA is missing
    12:05:44.000 [system.io] [warning] open: data/menu/TEXTURES/_M2_MAIN_MENU.TGA is missing
    12:05:44.656 [system.io] [warning] open: data/menu/buttons_composite2.tga.dds is missing
    12:05:44.656 [system.io] [warning] open: data/menu/slider_composite.tga.dds is missing
    12:05:44.656 [system.io] [warning] open: data/menu/slider_composite2.tga.dds is missing
    12:05:44.656 [system.io] [warning] open: data/menu/border_4pix_black_gold2.tga.dds is missing
    12:05:44.656 [system.io] [warning] open: data/menu/text_border.tga.dds is missing
    12:05:44.656 [system.io] [warning] open: data/menu/yellow_highlight.tga.dds is missing
    12:05:44.671 [system.io] [warning] open: data/menu/border_4pix_black_gold_selected.tga.dds is missing
    12:05:44.671 [system.io] [warning] open: data/menu/border_4pix_black_gold_black.tga.dds is missing
    12:05:44.671 [system.io] [warning] open: data/menu/_M2_Selection_Glow.tga.dds is missing
    12:05:44.671 [system.io] [warning] open: data/menu/unit_card.tga.dds is missing
    12:05:44.671 [system.io] [warning] open: data/menu/icons.tga.dds is missing
    12:05:48.296 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_timurids.tga is missing
    12:05:48.296 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_normans.tga is missing
    12:05:48.296 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_saxons.tga is missing
    12:05:48.296 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map_slave.tga is missing
    12:05:48.296 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_england.tga is missing
    12:05:48.328 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_england.tga is missing
    12:05:49.453 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_portugal.tga is missing
    12:05:49.468 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/leader_pic_portugal.tga is missing
    12:05:50.984 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.rwm is missing
    12:05:50.984 [system.io] [warning] open: data/world/maps/base/map.rwm is missing
    12:05:50.984 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/descr_battle.txt is missing
    12:05:50.984 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.rwm is missing
    12:05:50.984 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.rbm is missing
    12:05:50.984 [system.io] [warning] open: data/world/maps/campaign/imperial_campaign/map.wfc is missing
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/001.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/000.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:06:01.218 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/000.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/000.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/050.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/092.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    12:06:01.250 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/rogues/004.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/priests/091.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    12:06:01.265 [data.missing] [warning] Cannot find the portrait path: data/ui/eastern_european/portraits/portraits/young/princesses/016.tga, using the default culture path if it exists
    12:06:01.406 [system.rpt] [error] Medieval 2: Total War encountered an unspecified error and will now exit.


    Whats wrong now??
    Last edited by HereticFang; April 22, 2007 at 02:44 AM.


  10. #10

    Default Re: How To Create A New Region

    I have it written in as the tutorial instructs
    {Galway_Province}Ireland
    {Galway}Galway
    and the spelling is the same as everywhere else. Maybe its where I have the file? my structure goes data/data/text

  11. #11
    wilddog's Avatar Paintedwolves run free
    Join Date
    Jan 2005
    Location
    UK
    Posts
    2,337

    Default Re: How To Create A New Region

    should be data\text

  12. #12

    Default Re: How To Create A New Region

    so MTWII/data/text?

  13. #13
    wilddog's Avatar Paintedwolves run free
    Join Date
    Jan 2005
    Location
    UK
    Posts
    2,337

    Default Re: How To Create A New Region

    Basically depends on what your higher level directory is but relative to everything else its still ..Data\text as oppose to ..data\world etc

    it certainly isn't ..data\data\text

  14. #14

    Default Re: How To Create A New Region

    Wow, this is really easy. I am just amazed how simple CA made this. I have been changing already done mod maps to suit my game objectives. Excellent tutorial.

  15. #15

    Default Re: How To Create A New Region

    Ok wilddog and goatbuster 3000, I finally managed it... well ok my girl friend kinda managed it, I now have the regions I want and the game is working. For some reason it wont accept messina on the nothern most tip of sicily, and thats why the game kept crashing, still dont understand why, but we basically moved it down and across 2 squares and it worked. Then my girl friend decided she liked the whole map editing thing and took control, adding all the regions I wanted. Unfortunately she is now addicted to the game which means I dont get a look in (she only started playing it 3 days ago).

    Anyhow the regions we have added are as follows for those interested.

    ENGLAND: Carlisle, Warwick, Penzance
    IRELAND: Cork
    FRANCE: Orleans, Poitiers, Lyons
    GERMANY: Hannover, Munich
    SICILY/ITALY: Taranto, Messina

    I would like to thank Wilddog and goatbuster 3000 for your help and patience with me on this topic.
    If deception is an art, then the world is full of artists!
    Trust No One!

  16. #16
    gubbs's Avatar Tiro
    Join Date
    Aug 2007
    Location
    Seville/Derby England
    Posts
    216

    Default Re: How To Create A New Region

    This may be a dumb question, but has anyone else had this issue:

    Every settlement I add seems to have the last letter cut off it's name?

    Barcelon (a)
    Jac (a)

    Both on the map and in the logs ..

    Any ideas what I might be doing wrong here?

  17. #17
    gubbs's Avatar Tiro
    Join Date
    Aug 2007
    Location
    Seville/Derby England
    Posts
    216

    Default Re: How To Create A New Region

    Nobody? I think it might be terrain related, but I don't get it ..
    Last edited by gubbs; November 04, 2007 at 10:52 AM.

  18. #18

    Default Re: How To Create A New Region

    OK, so I've got a serious problem.
    For the 10000000000000000000000th time, I've tried modding the files with various checking methods to see what's wrong. The system.log keeps saying:
    23:14:05.062 [script.err] [error] Script Error in data/world/maps/base/descr_regions.txt, at line 501, column 1
    Couldn't find region name 'zzz_Province' in stringtable
    23:14:05.921 [system.rpt] [error] Medieval 2: Total War encountered an unspecified error and will now exit.
    I tried as many things as I could think of, and nothing. Can anyone bring me out of my miserable state?

  19. #19
    Lusted's Avatar Look to the stars
    Join Date
    Jan 2005
    Location
    Brighton, Sussex, England.
    Posts
    18,184

    Default Re: How To Create A New Region

    Post the code for your region that you have in descr_regions.tga.
    Creator of:
    Lands to Conquer Gold for Medieval II: Kingdoms
    Terrae Expugnandae Gold Open Beta for RTW 1.5
    Proud ex-Moderator and ex-Administrator of TWC from Jan 06 to June 07
    Awarded the Rank of Opifex for outstanding contributions to the TW mod community.
    Awarded the Rank of Divus for oustanding work during my times as Administrator.

  20. #20

    Default Re: How To Create A New Region

    Quote Originally Posted by Lusted View Post
    Post the code for your region that you have in descr_regions.tga.
    The RGB code? 36 255 255 . I put it in the descr_regions file like it says in the tutorial.
    Last edited by iudas; March 24, 2007 at 03:27 AM.

Posting Permissions

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