how do i change the spawn screen text for example stormtrooper to anti droid batalion ?
			
			
			
				All of the localization text in the game is contained in the core.lvl.  You need to make a custom one for your map.
			
			
			
				alright and what part of the core.lvl takes care of the spawn screen stuff ?
			
			
			
				Your unit names would be stored in places like "imp_inf_stormtrooper", following the tree to it.
Spawn screen stuff is held in ifs_pc_spawnselect with all the subkeys underneath it (like spawn) or something to that effect.  I don't have it in front of me to look.
			
			
			
				alright thanks i will have a look