I was referring more to the place of birth rather than the date of birth. The sole thing I can do is change the address by moving the pointer left or right until I get a suitable town yet this has no influence in-game. It's not a big deal, I was just wondering if editing the place name is possible or not.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
I was referring more to the place of birth rather than the date of birth. The sole thing I can do is change the address by moving the pointer left or right until I get a suitable town yet this has no influence in-game. It's not a big deal, I was just wondering if editing the place name is possible or not.
Sorry about that; I haven't added an option to do that yet. But you can use this script; just paste it on CE and use it as a normal preset.
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>23748</ID>
<Description>"Change Birth Place"</Description>
<LastState/>
<Color>DCDCDC</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$lua}
if syntaxcheck then return end
[ENABLE]
local function _updateFunc(addr)
local Person = getAddressSafe(addr)
if Person == nil or Person == 0 or not isPerson(Person) then
Person = readQword(addr)
end
if Person == nil or Person == 0 or not isPerson(Person) then
Person = readQword('ptrPerson')
end
if Person == nil or Person == 0 or not isPerson(Person) then return end
local item = createCustomSelectionList('City List', CityTableStart, CityTableEnd)
if item == nil then return end
return writeQword(Person+pero.Pcbi, item)
end
_updateFunc()
enableAutoDisable(memrec, nil)
[DISABLE]
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
It's better to change any object name in the game through the pre-game editor.
Open Freezer script, then replace the desire function with a new one, you'll see available presets. For example, if you want to replace Remove All Injuries, search for removeTeamInjuries (preset 4) and replace it with improveTeamCondition. Click OK, then rerun the Freezer, add club, then on the option you have to choose Remove All Injuries.
Open Freezer script, then replace the desire function with a new one, you'll see available presets. For example, if you want to replace Remove All Injuries, search for removeTeamInjuries (preset 4) and replace it with improveTeamCondition. Click OK, then rerun the Freezer, add club, then on the option you have to choose Remove All Injuries.
can we do the same thing with clear financial expenditures ?
What does Clear Financial Expenditure does? Does it just clear the data or it really clear the expenditure of club?
See Club -> Finances -> Expenditure
When you make a transfer, for example, this number will go up, and if your club expenditures are larger than your income, you may face FFP sanctions or your club may enter an administration state.
This option will set this numbers to 0, to avoid that issues.
Try to use it while fm is idle. And you don't need to put X on that record except the type is <script>
How does the Accelerate Player Development works? Does it works on Main squad only or both Main and Youth squad?
It works both. But, there's an option to choose the team in the update 9.
Alright. Im using the Update 7 one. The script works well. In just a few months, my youth players rises up from 50 CA to 140+ CA. Time is ripe for me to do my selling player business.