Results 1 to 9 of 9

Thread: Swapping one building for another one (both vanilla)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    blaaaaaaaaaarg! Senior Member Lusted's Avatar
    Join Date
    Feb 2005
    Posts
    1,773

    Default Re: Swapping one building for another one (both vanilla)

    Have they edited the relevant dbb files?

  2. #2
    Member Member cunctator's Avatar
    Join Date
    Jan 2005
    Location
    Civitas Auderiensium, Germania Superior
    Posts
    2,077

    Default Re: Swapping one building for another one (both vanilla)

    It works in Eb 0.8 without problems. As long as you don't want to add new 3D buildings dbb files don't have to be edited.

    For changing non ambient buildings:

    -Open "descr_settlement_plan.txt"

    -search for barracks entries

    -add egyptian cultures to culture list for barbarian buildings, remove egyptian culture from culture list for egyptian buildings.

    -if you don't want to have barbarian slot filler buildings, if the barracks buildings to small for the slot you have to create a new entry with the right egyptian slot_filler group defined.

    Code:
    slot slot_112x64_barracks
    	{
    		default
    		{
    			slot_112x64_empty_group_roman,	0,	0,	0,	0
    		}
    
    		variant
    		{
    			cultures any
    			status construction
    			buildings
    			{
    				barracks muster_field
    			}
    			slot_112x64_construction_site,	0,	0,	0,	0
    		}
    	
    		variant
    		{
    			cultures
    			{
    				greek
    			}
    			buildings
    			{
    				none
    			}	
    			slot_112x64_empty_group_greek,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				egyptian (only if there should be barbarian buildings too without a barrack in this ettlement.)
    			}
    			buildings
    			{
    				none
    			}	
    			slot_112x64_empty_group_egyptian,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				eastern
    			}
    			buildings
    			{
    				none
    			}	
    			slot_112x64_empty_group_eastern,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				carthaginian
    			}
    			buildings
    			{
    				none
    			}	
    			slot_112x64_empty_group_carthaginian,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{	
    				barbarian
    				nomad
    				egyptian (only if there should be barbarian buildings too without a barrack in this ettlement.)
    			}
    			buildings
    			{
    				none
    			}	
    			slot_112x64_empty_group_barbarian,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				roman
    				greek
    			}
    			buildings
    			{
    				barracks royal_barracks
    			}
    			floor none overlay_urban_barracks_roman.cas
    			urban_barracks_roman, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				roman
    			}
    			buildings
    			{
    				barracks army_barracks
    				barracks city_barracks
    			}
    			floor none overlay_city_barracks_roman.cas
    			city_barracks_roman, 		0, 	0, 	0, 	0
    		}
    		variant
    		{
    			cultures
    			{
    				greek
    			}
    			buildings
    			{
    				barracks army_barracks
    				barracks city_barracks
    			}
    			floor none overlay_city_barracks_roman.cas
    			city_barracks_greek, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				egyptian
    			}
    			buildings
    			{
    				barracks army_barracks
    				barracks city_barracks
    			}
    			floor none overlay_city_barracks_egyptian.cas
    			city_barracks_egyptian, 		0, 	0, 	0, 	0
    		}
    		variant
    		{
    			cultures
    			{
    				eastern
    				carthaginian
    			}
    			buildings
    			{
    				barracks army_barracks
    				barracks city_barracks
    			}
    			floor none overlay_city_barracks_egyptian.cas
    			city_barracks_eastern, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				barbarian
    				nomad
    				egyptian
    			}
    			buildings
    			{
    				barracks city_barracks
    			}
    			floor none overlay_hall_of_heroes.cas
    			hall_of_heroes, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				barbarian
    				egyptian
    			}
    			buildings
    			{
    				barracks militia_barracks
    			}
    			floor none overlay_mead_hall.cas
    			slot_upgrade_48x32_112x64_barbarian,	0,	0,	0,	0
    			mead_hall, 		0, 	0, 	0, 	0
    			tree_E,					19,	11,	0,	0
    			tree_A,					16,	-7,	0,	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				barbarian
    				nomad
    				egyptian
    			}
    			buildings
    			{
    				barracks muster_field
    			}
    			floor none overlay_drinking_hall.cas
    			slot_upgrade_48x32_112x64_barbarian,	0,	0,	0,	0
    			drinking_hall, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				roman
    			}
    			buildings
    			{
    				barracks militia_barracks
    				barracks muster_field
    			}
    			floor none overlay_militia_barracks_roman.cas
    			slot_upgrade_48x32_112x64_roman,	0,	0,	0,	0
    			militia_barracks_roman, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				greek
    			}
    			buildings
    			{
    				barracks muster_field
    				barracks militia_barracks
    			}
    			floor none overlay_militia_barracks_roman.cas
    			slot_upgrade_48x32_112x64_greek,	0,	0,	0,	0
    			militia_barracks_greek, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				egyptian
    			}
    			buildings
    			{
    				barracks muster_field
    				barracks militia_barracks
    			}
    			floor none overlay_militia_barracks_egyptian.cas
    			slot_upgrade_48x32_112x64_egyptian,	0,	0,	0,	0
    			militia_barracks_egyptian,		0,	0,	0,	0
    		}
    		variant
    		{
    			cultures
    			{
    				eastern
    			}
    			buildings
    			{
    				barracks muster_field
    				barracks militia_barracks
    			}
    			floor none overlay_militia_barracks_egyptian.cas
    			slot_upgrade_48x32_112x64_eastern,	0,	0,	0,	0
    			militia_barracks_eastern,		0,	0,	0,	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				carthaginian
    			}
    			buildings
    			{
    				barracks muster_field
    				barracks militia_barracks
    			}
    			floor none overlay_militia_barracks_egyptian.cas
    			slot_upgrade_48x32_112x64_carthaginian,	0,	0,	0,	0
    			militia_barracks_eastern,		0,	0,	0,	0
    		}
    	}
    
    
    	slot slot_48x32_barracks
    	{
    		default
    		{
    			slot_48x32_empty_group_roman,	0,	0,	0,	0
    		}
    
    		variant
    		{
    			cultures any
    			status construction
    			buildings
    			{
    				barracks muster_field
    			}
    			slot_48x32_construction_site,	0,	0,	0,	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				greek
    			}
    			buildings
    			{
    				none
    			}	
    			slot_48x32_empty_group_greek,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				egyptian
    			}
    			buildings
    			{
    				none
    			}	
    			slot_48x32_empty_group_egyptian,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				eastern
    			}
    			buildings
    			{
    				none
    			}	
    			slot_48x32_empty_group_eastern,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				carthaginian
    			}
    			buildings
    			{
    				none
    			}	
    			slot_48x32_empty_group_carthaginian,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures
    			{
    				barbarian
    				nomad
    				egyptian
    			}
    			buildings
    			{
    				none
    			}	
    			slot_48x32_empty_group_barbarian,	0,	0,	0,	0	
    		}
    
    		variant
    		{
    			cultures 
    			{
    				roman
    			}
    			buildings
    			{
    				barracks militia_barracks
    				barracks muster_field
    			}
    			floor none overlay_militia_barracks_roman.cas
    			militia_barracks_roman, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures 
    			{
    				greek
    			}
    			buildings
    			{
    				barracks muster_field
    				barracks militia_barracks
    			}
    			floor none overlay_militia_barracks_roman.cas
    			militia_barracks_greek, 		0, 	0, 	0, 	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				egyptian
    			}
    			buildings
    			{
    				barracks muster_field
    				barracks militia_barracks
    			}
    			floor none overlay_militia_barracks_egyptian.cas
    			militia_barracks_egyptian,		0,	0,	0,	0
    		}
    		variant
    		{
    			cultures
    			{
    				eastern
    				carthaginian
    			}
    			buildings
    			{
    				barracks muster_field
    				barracks militia_barracks
    			}
    			floor none overlay_militia_barracks_egyptian.cas
    			militia_barracks_eastern,		0,	0,	0,	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				barbarian
    				nomad
    				egyptian
    			}
    			buildings
    			{
    				barracks militia_barracks
    			}
    			floor none overlay_mead_hall.cas
    			mead_hall, 		0, 	0, 	0, 	0
    			tree_E,					19,	11,	0,	0
    			tree_A,					16,	-7,	0,	0
    		}
    
    		variant
    		{
    			cultures
    			{
    				barbarian
    				nomad
    				egyptian
    			}
    			buildings
    			{
    				barracks muster_field
    			}
    			floor none overlay_drinking_hall.cas
    			drinking_hall, 		0, 	0, 	0, 	0
    		}
    
    		
    	}
    Last edited by cunctator; 06-01-2006 at 14:00.

  3. #3
    Gwledig of the Brythons Member Agraes's Avatar
    Join Date
    May 2005
    Location
    Brittany (France)
    Posts
    270

    Default Re: Swapping one building for another one (both vanilla)

    It works

    Thanks for your help!

  4. #4
    Shaidar Haran Senior Member SAM Site Champion Myrddraal's Avatar
    Join Date
    Feb 2004
    Location
    UK
    Posts
    5,752

    Default Re: Swapping one building for another one (both vanilla)

    cunctator would you mind if I copied your post to make a guide for the scriptorium?

  5. #5
    Member Member cunctator's Avatar
    Join Date
    Jan 2005
    Location
    Civitas Auderiensium, Germania Superior
    Posts
    2,077

    Default Re: Swapping one building for another one (both vanilla)

    No problem for me.

  6. #6
    Gwledig of the Brythons Member Agraes's Avatar
    Join Date
    May 2005
    Location
    Brittany (France)
    Posts
    270

    Default Re: Swapping one building for another one (both vanilla)

    I bump this thread because we still got an issue with the "Gaelic" walls. They still have the aspect of eastern walls, where they should look like roman/barbarian walls.

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