Page 1 of 1

Supreme Commander 2 - hacks and hacking

Posted: Sat Apr 17, 2010 11:12 pm
by Sethioz
1. Resources

float
find either research, mass or energy
all are ranged on float:
if you have 1 then do range from 1 to 2
it is 1.0000000 and increases to 2 or something like that.
find breakpoint for decrease. you will get 2 breakpoints with following functions:

movss [edi],xmm0 > this increases research
movss [eax],xmm1 > this decreases research

breakpoint with movss [eax],xmm1 is what you need.
you replace movss [eax],xmm1 with the other function and it stops research from decreasing.

here's the Tsearch's script if you want:

upper window:

Code: Select all

offset 0x8CFC15
hex F30F1107
bottom window:

Code: Select all

offset 0x8CFC15
hex F30F1108
it will prevent your resrouces from decreasing > research, energy and mass.