jf3000 Posted April 7, 2006 Share Posted April 7, 2006 Does anyone have a list of the ships that are used in the game for the rebels & empire please? If there is a ship called blahx, can I just replace below with blahx_Squadron? I want to change this line : <Space_Skirmish_AI_Default_Forces> Rebel_X-Wing_Squadron, Rebel_X-Wing_Squadron, Rebel_X-Wing_Squadron </Space_Skirmish_AI_Default_Forces> So the rebels start with big ships, but id like a list of the ships so I can play around with it. And how come when I choose in skirmish, myself ( empire ) against 3 other rebelss on hard, that there is only 1 rebel base, how come there is not 3? Thank you. Link to comment Share on other sites More sharing options...
Master Leffe Posted April 7, 2006 Share Posted April 7, 2006 Well, for 1, all players on a team share the same station. Once an upgrade is bought, the others can't buy it but when it's finished, all the players on that team receive the bonus. Ships and upgrades are bought seperately by each player, and does not fill another player's build queue. And 2, If you wanted the Rebels to start with, say, 3 Nebulon B's and a Corellian Corvette, the line would look like this: <Space_Skirmish_AI_Default_Forces> Nebulon_B_Frigate, Nebulon_B_Frigate, Nebulon_B_Frigate, Corellian_Corvette </Space_Skirmish_AI_Default_Forces> (Only fighters use the squadrons tag. Only fighters spawn at first because the designers felt it would best suit tech level one) I hope this helps! Link to comment Share on other sites More sharing options...
jf3000 Posted April 8, 2006 Author Share Posted April 8, 2006 Thank you. Do you have a list of the different ships that I can use? Link to comment Share on other sites More sharing options...
darthcarth Posted April 8, 2006 Share Posted April 8, 2006 Thank you. Do you have a list of the different ships that I can use?If u look through the xml u will see the different names of the ships and if u do not know how to get to the xml them u could always us a mod that has those xml in it. Link to comment Share on other sites More sharing options...
jf3000 Posted April 8, 2006 Author Share Posted April 8, 2006 lol, going through each xml file to find all the names of the ships is not an easy task, hence why I asked if someone already had a listing of all the ships. Link to comment Share on other sites More sharing options...
Mike.nl Posted April 8, 2006 Share Posted April 8, 2006 lol, going through each xml file to find all the names of the ships is not an easy task, hence why I asked if someone already had a listing of all the ships. Say hello to the wonderous world of Cygwin : $ grep -i -r '<SpaceUnit ' * | sed -r -e 's/[^"]*"([^"]*).*/\1/' | grep -v _Death Calamari_Cruiser Generic_Star_Destroyer Star_Destroyer Star_Destroyer_Tractor_Fighters Star_Destroyer_E3 Tartan_Patrol_Cruiser Tartan_Patrol_Cruiser_Easy Corellian_Corvette Corellian_Gunboat IPV1_System_Patrol_Craft Empire_Pirate_IPV Rebel_Pirate_IPV Broadside_Class_Cruiser Marauder_Missile_Cruiser Merchant_Freighter Tantive_IV A-Wing X-Wing TIE_Fighter TIE_Fighter_E3 TIE_Bomber_E3 TIE_Bomber Y-Wing TIE_Scout Z-95_Headhunter Z-95_Headhunter_Rebel Pirate_Fighter Nebulon_B_Frigate Alliance_Assault_Frigate Victory_Destroyer_No_Fighters Victory_Destroyer Acclamator_Assault_Ship Interdictor_Cruiser Pirate_Frigate Empire_Pirate_Frigate Rebel_Pirate_Frigate Pirate_Frigate_Leader Pirate_Frigate_Captain Death_Star Or, in laymens terms: it finds all <SpaceUnit name="..."> lines, gets the ... part, and prints it if it doesn't contain "_Death" (as in Star_Destroyer_Death_Clone). Now obviously, some you shouldn't use, but I'll leave that up to you. Link to comment Share on other sites More sharing options...
jf3000 Posted April 9, 2006 Author Share Posted April 9, 2006 Thanks mate, much appreciated, you obviously know what you're on about, good stuff. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.