OK,
In my first major attempt at modding i have run into problems that i didn't see directly adressed anywhere, so hope you can help.
1) Where are the Hud Icons located? I have a problem that i have modified something on a planet and it is displaying a hud icon that doesn't exist. This normally presents no problems until you mouse over the icon and then you get a mini-dump. I tried erasing the hud info from the ability file as such:
>>researchPrerequisites
>> NumResearchPrerequisites 0
>>nameStringID "IDS_ABILITY_SOLARPHASEDISRUPTION_NAME"
>>descStringID "IDS_ABILITY_SOLARPHASEDISRUPTION_DESCRIPTION"
>>hudIcon ""
>>smallHudIcon ""
>>infoCardIcon ""
but instead it just shows a blank icon, not no icon, and it still mini-dumps.
2) I cannot find where to change the time a fighter/bomber squadron has until it disappears after losing its host.
thank you,
first time poster, first time modder