I'm making a mod which change the Infested Terran suicide attack to a Gauss Rifle. I can't find where to add the kill counter under its name like other units with a weapon. Can anyone help me with this ?
None.
Scourge and Infested Terran are hardcoded to not display the kills counter.
If you're using GPTP, you have to remove the infested terran check in
stats_text_kills @ 425DD0. If you have an old version without the hook or have it disabled, you can memory-patch 4 NOPs at 0x00425DE5. Otherwise you'll have to use another unit id.
If that's for SC:R, it's a simple flag in Tatti (under units.dat-> StarEdit), for these two units and for Spider Mines too. Though who knows what other peculiarities are hardcoded to Infested Terrans as well.
Post has been edited 1 time(s), last time on Nov 19 2025, 1:12 pm by IlyaSnopchenko.
Trial and error... mostly error.
Sorry to ask but what is Tatti ? I mostly know the old tools from years ago, I'm not familiar with those for SC:R.
None.
It's a new datafile editor (replacing PyDAT + Firegraft). Though it's not mandatory, you can just as well use these two, but Tatti gives new functionality.
Trial and error... mostly error.