Quote Originally Posted by Vip3r Warrior
So please if anybody knows (which I know someone does) how to create units and buildings in 0-turns please help.
For buildings you must modify export_descr_buildings
Code:
        wooden_pallisade requires factions { barbarian, ct_carthage, eastern, greek, roman, } 
        {
            capability
            {
                wall_level 0
                tower_level 1
            }
            construction  1 
            cost  400 
            settlement_min town
            upgrades
            {
                wooden_wall
            }
        }
For a wooden pallisade in 0 turns, just change the highlighted 1 by 0.