| Posted by: happyreaydygo - Thursday, November 6, 2014 3:23:16 PM |
|---|
| KindOf = PRELOAD SELECTABLE CAN_ATTACK ATTACK_NEEDS_LINE_OF_SIGHT CAN_CAST_REFLECTIONS INFANTRY How to edit or add new KindOf. I don't see where they are. Which file in Data folder contain all KindOf's script? I want to change how china listeningoutpost reveals enemy path longer and no need to mouse over enemy unit. REVEALS_ENEMY_PATHS Thank you. |
| Posted by: klingondragon - Thursday, November 6, 2014 4:06:33 PM |
|---|
| its deep in the code that almost certainly is not the best way to do that |
| Posted by: happyreaydygo - Thursday, November 6, 2014 4:19:05 PM |
|---|
| Thanks for reply. Then I don't edit much , just modify number. I want to try every difference way. Please guide me more. |
| Posted by: CommieDog - Thursday, November 6, 2014 5:07:06 PM |
|---|
| You can't add new KindOf values or edit the effects of existing ones. They're hardcoded into the game. In general, anything that is in all caps--like KindOfs or SpecialPower Enums--is beyond the reach of INI code. |