That doesn't, I'm sure
";" is a comment character, this tells Generls "don't read the rest of this line"
It is used to add some comment to the INI files:
Quote:
|
Originally Posted by FactionUnit.ini
Behavior = TransportAIUpdate ModuleTag_03
Turret
TurretTurnRate = 180
RecenterTime = 5000 ; how long to wait during idle before recentering
ControlledWeaponSlots = PRIMARY SECONDARY TERTIARY
End
AutoAcquireEnemiesWhenIdle = Yes
End
|
See the comment after RecenterTime?
Mzzl, Chris