project-navigation
Personal tools

Author Topic: What is the 'Market'-type equipment?  (Read 2253 times)

Offline bboyadzhiev

  • Cannon Fodder
  • **
  • Posts: 7
  • Bulgarian translator
    • View Profile
What is the 'Market'-type equipment?
« on: June 01, 2012, 10:36:41 am »
Hello!

I am a bit confused about the Equipment types in the Skirmish game.

What is the difference between the Campaign Start and the Campaign Start (Market) equipment types for an example?
Just couldn't find info about it throughout the site.

Thank you!

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: What is the 'Market'-type equipment?
« Reply #1 on: June 01, 2012, 11:34:59 am »
I believe Campaign Start is the equipment that the player already has at the beginning of the campaign. Campaign Start (Market) is what is available in the market at the beginning of the campaign.

Here are the actual definitions in the equipment.ufo file:

Code: [Select]
equipment campaign_player
{
name "_Campaign Start"
item assault 1
item assault_ammo 12
item machinegun 1
item machinegun_ammo 12
item sniper 1
item sniper_ammo 10
item pistol 1
item pistol_ammo 10
item pistol2 1
item pistol2_ammo 10
item smg 1
item smg_ammo 10
item shotgun2 1
item shotgun_micro_ammo 12
item shotgun2_slug_ammo 12
item shotgun_micro 1
item flamer 1
item flamer_ammo 6
item rpg 1
item rpg_ammo 12
item grenl 1
item grenl_ammo 10
item fraggrenade 12
item smokegrenade 2
item knife 2
item armour_light 0
item medikit 2
item irgoggles 1
item flashbang 5
item craft_weapon_shiva 2
item craft_ammo_shiva_API 30
item craft_ammo_shiva_HEI 30
item craft_weapon_sparrowhawk 3
item craft_ammo_sparrowhawk 16
item craft_weapon_tr20 1
item craft_ammo_tr20 6
item craft_el_fuelpod 1
item craft_shield_polymer 1
}

equipment campaign_initial_market
{
name "_Campaign Start (Market)"
item assault 4
item assault_ammo 45
item machinegun 3
item machinegun_ammo 12
item sniper 3
item sniper_ammo 45
item pistol 4
item pistol_ammo 40
item pistol2 4
item pistol2_ammo 40
item smg 3
item smg_ammo 40
item shotgun2 3
item shotgun2_slug_ammo 40
item shotgun_micro 4
item shotgun_micro_ammo 20
item flamer 3
item flamer_ammo 40
item rpg 3
item rpg_ammo 50
item rpg_incendiary_ammo 20
item grenl 2
item grenl_ammo 20
item grenl_incendiary_ammo 10
item grenl_fle_ammo 10
item fraggrenade 40
item incgrenade 10
item smokegrenade 10
item knife 20
item irgoggles 2
item medikit 4
item flashbang 10
item armour_light 20
item craft_weapon_shiva 6
item craft_ammo_shiva_API 100
item craft_ammo_shiva_HEI 100
item craft_weapon_sparrowhawk 3
item craft_ammo_sparrowhawk 56
item craft_weapon_tr20 3
item craft_ammo_tr20 30
item craft_el_fuelpod 10
item craft_el_raven 4
item craft_el_targeting 2
item craft_shield_polymer 4
item base_AA51_launcher 3
item ugv_chaingun 20 // This has to be at least the number of ugvs (with default weapon "ugv_chaingun")
item ugv_chaingun_belt 40
aircraft craft_drop_firebird 5
aircraft craft_inter_stiletto 8
aircraft craft_inter_saracen 6
}

Offline bboyadzhiev

  • Cannon Fodder
  • **
  • Posts: 7
  • Bulgarian translator
    • View Profile
Re: What is the 'Market'-type equipment?
« Reply #2 on: June 01, 2012, 11:44:07 pm »
But it doesn't seems to effect the Skirmish game settings. I tried Market and not-Marked equipment, but couldn't see the difference.
Anyway, I got the idea and applied corrections to the Bulgarian translation.

Thanks for the info!