Results 1 to 10 of 10

Thread: removing walls

  1. #1

    Default removing walls

    what would I need to remove in order to remove having the "Large" and "epic" walls buildable from any settlement or faction

  2. #2
    adamus's Avatar Miles
    Join Date
    Aug 2005
    Location
    somewhere in England
    Posts
    333

    Default

    Open up export_descr_building.txt in your /data folder, scroll down to the entries for large and epic stone walls, and put a ; before the start of each line in the entry - the game will then ignore it and no factions will be able to build large or epic stone walls

  3. #3
    Simetrical's Avatar Former Chief Technician
    Patrician

    Join Date
    Nov 2004
    Location
    θ = π/0.6293, φ = π/1.293, ρ = 6,360 km
    Posts
    20,154

    Default

    I think the game may need the wall entries to be there, actually. It would be safer to just give them unattainable prerequisites. Just change the lines
    Code:
            large_stone_wall requires factions { ct_carthage, eastern, parthia, egyptian, greek, roman, } 
    . . .
            epic_stone_wall requires factions { ct_carthage, eastern, parthia, egyptian, greek, roman, }
    To
    Code:
            large_stone_wall requires not factions { slave, } and factions { slave, }  
    . . .
            epic_stone_wall requires not factions { slave, } and factions { slave, }
    There will be equivalent lines for BI.
    MediaWiki developer, TWC Chief Technician
    NetHack player (nao info)


    Risen from Prey

  4. #4

    Default Re: removing walls

    Well if you want them to be gone from the start of the campaign then?
    “"The robber of your free will," writes Epictetus, "does not exist”
    .

  5. #5
    vikrant's Avatar The Messiah of innocence
    Join Date
    Apr 2006
    Location
    mumbai
    Posts
    2,149

    Default Re: removing walls

    then
    u will also have to edit descr_strat file
    which is in world folder
    change the entry their from epic/large stone wall to what ever type u want .
    Under the Patronage of CHANDRASHEKHAR AZAD {prarara}
    patron of selenius4tsd ; tornnight
    use report button to help us keep twc clean

  6. #6
    Trajan's Avatar Capodecina
    Join Date
    Oct 2004
    Location
    USA
    Posts
    10,934

    Default Re: removing walls

    Moved to the Hall of Scribes.

  7. #7

    Default Re: removing walls

    man, that is an helot of writin' i mean 170+settlements...
    “"The robber of your free will," writes Epictetus, "does not exist”
    .

  8. #8
    vikrant's Avatar The Messiah of innocence
    Join Date
    Apr 2006
    Location
    mumbai
    Posts
    2,149

    Default Re: removing walls

    will take 45 minutes
    Under the Patronage of CHANDRASHEKHAR AZAD {prarara}
    patron of selenius4tsd ; tornnight
    use report button to help us keep twc clean

  9. #9

    Default Re: removing walls

    along the same lines, id like to limit the ability to build large/epic stone walls except to a factions' capital, is this possible?

  10. #10

    Default Re: removing walls

    well... search my friend!
    “"The robber of your free will," writes Epictetus, "does not exist”
    .

Posting Permissions

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