weetabixharry
Associate Captain
Training and Physio / Finances in Editor
Total training and physio sessions are pretty easy to alter using ArtMoney ... but as I understand it, we want a reliable and unique memory reference (like the Date of Birth used for players) in order to pinpoint the correct memory locations for the editor.
Is this correct so far? Has anyone looked for/found such a reference for training+physio?
I presume some similar reference would need to be found in order to edit club finances in the Editor. In this case, Basic Budgets aren't always unique... but I think expenses normally are (for example, search for the sequence "50000 50000 50000" or whatever).
Then, Basic Budget is 0x10 (16) memory locations before this sequence.
In fact, I think any of the possible combinations of 10,000-50,000 will be unique, except 30000 30000 30000 (used by all computer teams).
Does anyone agree that it would be nice to add extra training and physio sessions? I think they are always 0x18 (24) memory locations apart. However, I'm not too confident about how the data is represented (i.e. how many bits are allocated to represent each of these numbers). I have a hunch that number of Physio sessions is only 4 bits (half a byte).
If anyone thinks this is worth pursuing, I can try - but there have been some very capable people on this thread who might do a better job. I'm better with C/C++ than C#, but I'll have a look at the code sometime.
Total training and physio sessions are pretty easy to alter using ArtMoney ... but as I understand it, we want a reliable and unique memory reference (like the Date of Birth used for players) in order to pinpoint the correct memory locations for the editor.
Is this correct so far? Has anyone looked for/found such a reference for training+physio?
I presume some similar reference would need to be found in order to edit club finances in the Editor. In this case, Basic Budgets aren't always unique... but I think expenses normally are (for example, search for the sequence "50000 50000 50000" or whatever).
Then, Basic Budget is 0x10 (16) memory locations before this sequence.
In fact, I think any of the possible combinations of 10,000-50,000 will be unique, except 30000 30000 30000 (used by all computer teams).
Does anyone agree that it would be nice to add extra training and physio sessions? I think they are always 0x18 (24) memory locations apart. However, I'm not too confident about how the data is represented (i.e. how many bits are allocated to represent each of these numbers). I have a hunch that number of Physio sessions is only 4 bits (half a byte).
If anyone thinks this is worth pursuing, I can try - but there have been some very capable people on this thread who might do a better job. I'm better with C/C++ than C#, but I'll have a look at the code sometime.