September 26th, 2015, 08:01
(This post was last modified: September 26th, 2015, 08:14 by I like Serena.)
Posts: 973
Threads: 20
Joined: Oct 2010
I have just checked Insecticide 1.40n and Tweaker 0.2.8 in Windows 7.
From where I'm sitting everything looks fine.
When I select the Level Bonus Table, I get the proper boni.
If I change for instance the melee bonus of a unit I can see in the game, it instantly changes in the game as well.
That is, I only have to close and reopen the unit details in the game to see the changes.
Can you be more specific?
For reference, the code change I made, starts at offset 8f881 in wizards.exe with 0x55, 0x8B, 0xEC.
The check I'm making to see if it is installed, is to check if offset 8f8e8 contains 0xE9, 0x84, 0x00.
If it doesn't, the Tweaker will propose to install the code change that allows level boni to be edited.
As a possible fix, suppose you change that 0x00 into 0x01, then the Tweaker will want to reinstall the code change, which just might fix your issue.
--I like ILSe