Resource icon

F1 2020 Names and Teams Changer v2.4

Login or Register an account to download this content
(copied from https://github.com/Electronics/F1NameChanger/pull/20)

Patch 1.18 of the F1 2020 game has proven rather problematic... The memory address space used has apparently increased by 256x meaning my magic fix of Find Offsets a bit more non-solutioney. To trawl through all memory space used would take hours with the way I search for the various bits and bobs.

The fixes (or work-arounds) I have made:

- The default Find Offsets now considers 2, larger, memory ranges. This now actually takes up to minutes to search through sadly.
- In some cases, this will still not find the correct starting addresses
- Added a new Find Offsets with Custom Start option in the Game menu. This allows for the search process to start at a specified address given in the popup in hexadecimal.

tl;dr or how to make the F1NameChanger work now

If you want the quickest and most reliable method follow these steps:

1. Use Cheat Engine to scan the F1 process for the Value Type: string of {o:mixed}Carlos{/o}.
2. There should only be one result, copy and paste the resulting address (Ctrl+C works) into the popup search offset of the new item Game -> Find Offsets with Custom Start
3. Should work as before!
4. This will likely need to be repeated every time the game starts :( Unless someone else can come up with a faster way than my current implementation of scanning through the memory.
This is a pre-release version of an update, it might have a few bugs but in general should be ahead in features and fixes compared to the latest stable.

Might also fix some people's game region not being detected properly (by expanding the search region).
Now even with unbroken code. Still investigating some game's memory locations being in odd places that my tool doesn't detect.

Latest News

Online or Offline racing?

  • 100% online racing

    Votes: 74 7.1%
  • 75% online 25% offline

    Votes: 109 10.5%
  • 50% online 50% offline

    Votes: 150 14.5%
  • 25% online 75% offline

    Votes: 285 27.5%
  • 100% offline racing

    Votes: 414 40.0%
  • Something else, explain in comment

    Votes: 4 0.4%
Back
Top