Re: Equip Actors with Weapons before the game starts.
You can create your own pre-equipped versions of your soldiers pretty easily.
For example:
Code:
AddActor = AHuman
CopyOf = Coalition Light
PresetName = Coalition W/AR and Grenades
AddInventoryItem = HDFirearm
CopyOf = Coalition Assault Rifle
AddInventoryItem = TDExplosive
CopyOf = Grenade
AddInventoryItem = TDExplosive
CopyOf = Grenade
This could work as a simple template, though correct spacing should be done (use of tabs). I'm pretty sure that if you paste that code (with correct PresetNames and all, I think I typed some wrong) at the end of the Coalition Index.ini you should have an extra soldier in the buy menus which should be this one with pre-equipped stuff.