I would suggest to use Ollydbg before IDA, it is much easier to find the addresses by searching for text strings and looking around where they are located for the addresses of things you want to change. For example if you look for g_speed you look around the text string for "mov blah blah [0xXXXXXX] and the thing in the brackets is the offset, then put it into CE and change as you wish.