Hi everybody, I'm new in here and I'd like to make a trainer for CnC95 (Windows version).
I've already implemented these:
**Add money +$25 000 [works]
**Add power supply (approx. 10 Power plants) [works]
**Zero power consumption (no power usage) [works]
**Fast build (buildings, vehicles, infantry, aircraft) [works]
**Charge "Ion Cannon" (1) [works]
**Charge "Air Strike" (1) [works]
**Charge "Nuclear Strike" (2)
**Reveal map (no black tiles) (3)
**Heal/fix any unit/building (3)
(1) You can use this immediately so you don't need to build anything
(but it won't appear on the sidebar, unless you have it already charging)
(2) You can only use this if you have "Temple of Nod" or if you play in Multiplayer mode.
(3) Not implemented at all (yet), need help with these.
...And now to the main point of this topic:
-I really need help how to make Nuke to launch at any time you want
-I need to know how the "black overlay" of map is stored in game memory
-I've already found a pointer to currently selected unit(s)/building and health
from that, but what I need is how to find the maximum value of that.
Thanks in advance,
and I'll give my information if you need it.
I use Cheat Engine and I code using Delphi 7.