Results 1 to 7 of 7

Thread: Guide: The Complete EDB Guide (WIP)

Hybrid View

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

    Default Re: Guide: The Complete EDB Guide (WIP)

    Is there any way to add new buildings all together?
    or at least make buildings available for different factions, like, say i want to build an archery range as britons.
    Could i just write in the faction name for that building?
    sry for having this account, to any moderators out there

    I'm having comp problems and can't use my real acc.

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

    Default Re: Guide: The Complete EDB Guide (WIP)

    This is a tutorial (which contains the answer to your question btw), and all discussion relating to it should be posted here: https://forums.totalwar.org/vb/showt...635#post828635 (as it also says in the tutorial).

    Do not post in this thread. Thank you.
    "One of the most sophisticated Total War mods ever developed..."

  3. #3

    Default Re: Guide: The Complete EDB Guide (WIP)

    It is also possible to provide a choice of buildings.
    The original code from above allows the contruction of the archery range

    Code:
    construction 3 
    cost 1200 
    settlement_min large_town
    upgrades
    {
    archery_range
    }
    }
    In the example below, you will get two buildings offered to you and you must chose which one to construct. All the other rules regarding dscriptions apply.
    Code:
    construction 3 
    cost 1200 
    settlement_min large_town
    upgrades
    {
    archery_range1
    archery_range2
    }
    }
    This is an example codeline from the upcoming FOE project You can also add requirements based on faction or hidden resources


    Code:
    roman_govt_2 requires factions { rome_republic, } and hidden_resource italy
    }
    construction 8
    cost 1200
    settlement_min town
    upgrades
    {
          roman_govt_4
    }

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

    Default Re: Guide: The Complete EDB Guide (WIP)

    This is already known and in the Guide...and used in many mods.

    Please also note that posts (including research and findings) should be placed in the discussion thread, not this one.
    "One of the most sophisticated Total War mods ever developed..."

  5. #5
    Member Member kylan271's Avatar
    Join Date
    May 2010
    Location
    Australia
    Posts
    4

    Default Re: Guide: The Complete EDB Guide (WIP)

    population_fire_risk works as 'fire_risk' only.

    Click image for larger version. 

Name:	EDB,fire_risk bonus.PNG 
Views:	1206 
Size:	1.70 MB 
ID:	2831

    I think it refers to flamability in dbb.txt. I am using ALEX.exe.

    I do not know the hex editor to look at CA files,so can only go by examples discussed here.

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