GENERAL Trouble Shooting
________________________________________________________________Common Error Four: Using the buy menu, switching to a certain tab freezes game.Commonly Seen When: Playing Skirmish/Mission
Reason: One or more Actors, Guns, Crafts, Bomb, or Shield has 11 or more letter in a single row, eg: Worthlessman
How to fix: Go into the most recent Mod(s) and go into all the .inis and then find the following:
AddActor = AHuman
PresetName = Worthlessman <==== more than 11 letters
Change to
AddActor = AHuman
PresetName = Worthless man
Then it should work.
Listing the variables possible to find:
AddActor = [ACDropship, ACRocket, AHuman, ADoor]
AddDevice = [HeldObject, TDExplosive, HDFirearm]
Under each of these will be a Preset Name, just make sure one word doesn't exceed 11 letters.