Results 1 to 13 of 13

Thread: Problem with custom battles

  1. #1
    Indiana Jones of Modding! Member Patrizius's Avatar
    Join Date
    Oct 2007
    Posts
    103

    Question Problem with custom battles

    I have a problem in my mod.When i start a custom battle,i can't select any kind of wall...


    I select the city to be town and then i go for woddden palisade but i can't slect it...

    I checked and i can't simply select any wall type in every custom map,even those which i have always played with custom cities...



    Any idea
    Last edited by Patrizius; 03-17-2008 at 23:57.
    Ideator,Scripter and Team Leader of RES BELLICAE modding project.Come visit us on http://www.twcenter.net/forums/forumdisplay.php?f=603

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

    Default Re: Problem with custom battles

    Sounds like the wall faction/culture assignments in edb have been altered.
    "One of the most sophisticated Total War mods ever developed..."

  3. #3
    Indiana Jones of Modding! Member Patrizius's Avatar
    Join Date
    Oct 2007
    Posts
    103

    Default Re: Problem with custom battles

    i haven' touched that part of Edb...I don't know.Anyway i'm going to check for those errors.Any other idea?
    Ideator,Scripter and Team Leader of RES BELLICAE modding project.Come visit us on http://www.twcenter.net/forums/forumdisplay.php?f=603

  4. #4
    Indiana Jones of Modding! Member Patrizius's Avatar
    Join Date
    Oct 2007
    Posts
    103

    Default Re: Problem with custom battles

    building defenses
    {
    levels wooden_pallisade wooden_wall stone_wall large_stone_wall epic_stone_wall
    {
    wooden_pallisade requires factions { barbarian, carthaginian, eastern, parthia, egyptian, greek, roman, } and not hidden_resource unit_sparta
    {
    capability
    {
    wall_level 0
    tower_level 1
    }
    construction 6
    cost 2000
    settlement_min town
    upgrades
    {
    wooden_wall
    }
    }
    wooden_wall requires factions { barbarian, carthaginian, eastern, parthia, egyptian, greek, roman, } and not hidden_resource unit_sparta
    {
    capability
    {
    wall_level 1
    gate_strength 1
    tower_level 1
    }
    construction 6
    cost 4000
    settlement_min large_town
    upgrades
    {
    stone_wall
    }
    }
    stone_wall requires factions { gauls, germans, dacia, spain, carthaginian, eastern, parthia, egyptian, greek, roman, } and not hidden_resource unit_sparta
    {
    capability
    {
    wall_level 2
    tower_level 1
    gate_defences 1
    gate_strength 1
    }
    construction 10
    cost 5000
    settlement_min city
    upgrades
    {
    large_stone_wall
    }
    }
    large_stone_wall requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and not hidden_resource unit_sparta
    {
    capability
    {
    wall_level 3
    tower_level 1
    gate_defences 2
    gate_strength 2
    }
    construction 12
    cost 6000
    settlement_min large_city
    upgrades
    {
    epic_stone_wall
    }
    }
    epic_stone_wall requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and not hidden_resource unit_sparta
    {
    capability
    {
    wall_level 4
    tower_level 2
    gate_defences 2
    gate_strength 2
    }
    construction 14
    cost 9000
    settlement_min huge_city
    upgrades
    {
    }
    }
    }
    plugins
    {
    }
    }

    here it's the code
    Ideator,Scripter and Team Leader of RES BELLICAE modding project.Come visit us on http://www.twcenter.net/forums/forumdisplay.php?f=603

  5. #5
    Indiana Jones of Modding! Member Patrizius's Avatar
    Join Date
    Oct 2007
    Posts
    103

    Default Re: Problem with custom battles

    no idea?
    Ideator,Scripter and Team Leader of RES BELLICAE modding project.Come visit us on http://www.twcenter.net/forums/forumdisplay.php?f=603

  6. #6
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: Problem with custom battles

    not sure why it shouldn't be working in custom battles but try taking the
    and not hidden_resource unit_sparta
    bit off - 'and not' conditions in EDB tend to have unwanted side effects.

    also you should probably delete/rename your map.rwm after doing that, as its resource related.
    Last edited by Makanyane; 03-18-2008 at 14:16.
    Not used mods before? Looking for something small and fun?!
    Download the:

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

    Default Re: Problem with custom battles

    Yup, that "not" would block it. I will have to make that more clear in the EDB Guide when I get time.

    If you want to not allow sparta to have walls then make a resource necessary for walls. Doing it your way will also mess up the building browser (a pet peeve of mine btw). ;)

    You might use "slaves" as a resource as it is assigned to all regions usually; and getting rid of it in sparta will not hurt.
    "One of the most sophisticated Total War mods ever developed..."

  8. #8
    Indiana Jones of Modding! Member Patrizius's Avatar
    Join Date
    Oct 2007
    Posts
    103

    Default Re: Problem with custom battles

    it was that!!
    as i remove the resource it became available.
    Thanks to all.As normal your help has been decisive
    Ideator,Scripter and Team Leader of RES BELLICAE modding project.Come visit us on http://www.twcenter.net/forums/forumdisplay.php?f=603

  9. #9
    master of the wierd people Member Ibrahim's Avatar
    Join Date
    Dec 2007
    Location
    Who cares
    Posts
    6,195

    Default Re: Problem with custom battles

    out of topic, but here goes:

    does anyone know what file has the information on shield wall for BI? (the stats benifit, distance needed/used, etc)
    and why hasn't anyone answered my topic on the lakhmids here?
    I was once alive, but then a girl came and took out my ticker.

    my 4 year old modding project--nearing completion: http://www.twcenter.net/forums/showthread.php?t=219506 (if you wanna help, join me).

    tired of ridiculous trouble with walking animations? then you need my brand newmotion capture for the common man!

    "We have proven, beyond a shadow of a doubt, that if we put the belonging to, in the I don't know what, all gas lines will explode " -alBernameg

  10. #10

    Default Re: Problem with custom battles

    The code for special abilities/formations is in the .exe file (which is illegal to be modded/cracked). Generally, shield-wall gives def bonus in melee (none against missiles) but only from the front; from the rear and sides it actually makes your units perform worse, because of they way it works. Figuring out the exact number is a nightmare though...

    EDIT: Why on earth did u use this thread?!
    Last edited by Aradan; 03-19-2008 at 00:44.

    Norman Invasion - The fate of England lies in your hands...

    Viking Invasion II - Unite Britain in the best TW campaign ever!

    Gods and Fighting Men: Total War - Enter the Mists of Myth in Ancient Ireland

  11. #11
    master of the wierd people Member Ibrahim's Avatar
    Join Date
    Dec 2007
    Location
    Who cares
    Posts
    6,195

    Default Re: Problem with custom battles

    because no one would answer the thread I made-that's why; and you haven't answered the other half of the question!
    inevitably, I used one that people quickly answered...
    thanks for the shield wall source. pity, it's hardcoaded.
    Last edited by Ibrahim; 03-19-2008 at 05:05.
    I was once alive, but then a girl came and took out my ticker.

    my 4 year old modding project--nearing completion: http://www.twcenter.net/forums/showthread.php?t=219506 (if you wanna help, join me).

    tired of ridiculous trouble with walking animations? then you need my brand newmotion capture for the common man!

    "We have proven, beyond a shadow of a doubt, that if we put the belonging to, in the I don't know what, all gas lines will explode " -alBernameg

  12. #12
    Anything that isn't 'member' Member Squid's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    596

    Default Re: Problem with custom battles

    If no one answered your other question(s) its because they don't want to do the texture/modelling for you, otherwise they would have responded.

    -Trait/Ancillary/Building Editor

    "Two things are infinite: the universe and human stupidity;
    and I'm not sure about the universe." -----Albert Einstein

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

    Default Re: Problem with custom battles

    Please keep threads on topic - it makes it very hard for future users to find information when it is disorganized.
    "One of the most sophisticated Total War mods ever developed..."

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