Results 1 to 5 of 5

Thread: How do you make all building indestructable?

  1. #1

    Default How do you make all building indestructable?

    As the title suggests, how do you make buildings indestructable as the roads and farms are?

  2. #2
    Bibliophilic Member Atilius's Avatar
    Join Date
    Oct 2005
    Location
    America Medioccidentalis Superior
    Posts
    3,837

    Default Re: How do you make all building indestructable?

    I believe that by adding the "hinterland" prefix to the name you can make buildings indestructible, though they can still be damaged. (Note that roads mines and farms are named hinterland_roads, hinterland_farms, and hinterland_mines in EDB).
    The truth is the most valuable thing we have. Let us economize it. - Mark Twain



  3. #3
    Axebitten Modder Senior Member Dol Guldur's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,550

    Default Re: How do you make all building indestructable?

    That is correct - 'temple' is another word that defines properties; note that these are the tree names.
    "One of the most sophisticated Total War mods ever developed..."

  4. #4
    Member Member Elessar's Avatar
    Join Date
    Oct 2006
    Location
    Poland
    Posts
    25

    Default Re: How do you make all building indestructable?

    Search for building's entry in one of the text files in rome/data/descr_building_battle/ and edit it so it'd look similar. Example of indestructable building you can walk trough entry:

    pavement_bath_house
    {
    stat_cat indestructable ;; <- noticed? :)
    localised_name none
    level
    {
    min_health 0 ;; <- remember about that
    battle_stats
    item pavement_bath_house
    physical_info none ;; <- so you can walk trough it. If you want to keep collision just leave this line as it was before.
    }
    }

    Hope it helps. :)

  5. #5

    Default Re: How do you make all building indestructable?

    Thank you gentlemen for your excellent advise!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO