Page 1 of 1

Elite Brigades

Posted: Fri Aug 08, 2014 11:59 am
by powloon1
I was looking through the event files in an effort to try and compile a list of the elite brigades that you get over the course of the game.

I noticed this one has the number of occurrences set to zero in the start event so that it never fires. Does anyone know if this was by intention or is it a bug?

Code: Select all


SelectFaction = USA
StartEvent = evt_nam_USA_CaliforniaBde|[color=#FF0000]0[/color]|1|NULL|NULL|NULL|NULL

Conditions
  MinDate = 1861/06/01
  MaxDate = 1861/07/01
  EvalUnqUnit = California Bde;NOT

Actions
  DescEvent = evt_desc_USA_CaliforniaBde
SelectRegion = $OMB_Central_California_CA
  SelectRegInArea = $CA;Squared;OwnedVPCities;CondSkip
  GenMsg

SelectFaction = USA
  CreateGroup
  Posture = $Defensive
  SetKind = $Land
  Entranch = 0
  InCS = 0
  FixType = 0
  SetName = California Bde
  Apply
  CreateUnit
  SetType = $uni_USA_BdeN3
  FlavorName = Brg. Gen. A. Black
  SUFlavorName = 1st California|2nd California|4th California|5th CA Sharpshooters
  SetName = California Bde
  Apply

EndEvent


Posted: Fri Aug 08, 2014 12:41 pm
by Gray Fox
That's strange, because I distinctly recall having a California Brigade that was elite. I'll check.

I could not find this brigade, but I certainly thought I got one so named. I remember because it showed up on the East Coast.

Posted: Fri Aug 08, 2014 1:25 pm
by powloon1
If I had to guess based on you seeing it before it probably existed in an earlier game version and was possibly excluded for game balance reasons? The devs will be the only ones who know for sure though

Posted: Fri Aug 08, 2014 2:01 pm
by Gray Fox
This is true. I haven't updated with any patches because Mickey3D and I started our game before they came out.

Posted: Fri Aug 08, 2014 3:28 pm
by tripax
The California Brigade is the exact same regiments as the Philadelphia Brigade. Its an interesting story, here is the wikipedia article. The brigade was a part of AACW, I don't remember if it was ever a part of CW2, but the files contain many AACW legacies.

Posted: Fri Aug 08, 2014 3:53 pm
by Captain_Orso
The California Brigade was originally part of the CW2 game, but since --as tripax stated-- it historically became the Philadelphia Brigade, it was dropped from the game.

Whether it being dropped was before or after Public Beta started I cannot remember, but that the event is still in the event file, but set to never fire is intentional.