FX File - ICD.fx
| Token Name | Default Value | Accepted Values | Description | Source File |
|---|---|---|---|---|
| NUM_AIR_TARGETS | 40 | 1 - 128 | The number of configured air targets. | ICD.fx |
| NUM_GROUND_TARGETS | 40 | 1 - 256 | The number of configured ground targets. | |
| NUM_SIMPLE_GROUND_TARGETS | 256 | 1 - 512 | The number of configured simple ground targets. | |
| NUM_SEA_TARGETS | 40 | 1 - 64 | The number of configured sea targets. | |
| NUM_SIMPLE_SEA_TARGETS | 128 | 1 - 256 | The number of configured simple sea targets. | |
| NUM_WEAPON_TARGETS | 25 | 1 - 64 | The number of configured weapon targets. | |
| NUM_GROUND_CREW | 10 | 1 - 16 | The number of configured ground crew. | |
| NUM_GROUND_TROOPS | 64 | 1 - 128 | The number of configured ground troops. | |
| NUM_GROUND_ACTORS | 48 | 1 - 256 | The number of configured ground actors. | |
| NUM_PROPS | 32 | 1 - 256 | The number of configured props. | |
| NUM_FIXED_TARGETS | 32 | 1 - 512 | The number of configured fixed targets. | |
| VISOK_CONSIDER_HAT | TRUE | TRUE, FALSE | Use the validity of the HAT isect return to determine _visok. Requires "LocsalIsect ON" in Standalone mode. | |
| VISOK_CONSIDER_GENERAL_PAGING | TRUE | TRUE, FALSE | Use the status of general clipmap paging off disk to determine _visok. Can be used with or without other VISOK_CONSIDER_... settings. | |
| VISOK_CONSIDER_RSRC_PAGER_PAGING | TRUE | TRUE, FALSE | Use the status of baked bins texture paging off disk to determine _visok. Can be used with or without other VISOK_CONSIDER_... settings. | |
| VISOK_CONSIDER_LOCAL_PAGING | TRUE | TRUE, FALSE | Use the status of local clipmap uber render paging and resource paging to determine _visok (deskside only). Can be used with or without other VISOK_CONSIDER_... settings. | |
| VISOK_DELAY_AFTER_RESET | 600 | 0 - MAXUSHORT | Frame delay after a terrain reset where _visok is assumed to be FALSE. This gives the pagers time to catch up. | |
| USE_DIRECT_PROP_CHILDREN | TRUE | TRUE, FALSE | Whether or not to allow direct prop children. | |
| USE_INTRA_CHANNEL_SENSOR_FUSION | FALSE | TRUE, FALSE | Whether or not to allow intra-channel sensor image fusion. |