Upload your cheat tables here (No requests)
AsherLightfoot
Noobzor
Posts: 10 Joined: Sun Jun 28, 2020 3:37 pm
Reputation: 1
Post
by AsherLightfoot » Sat Sep 30, 2023 10:10 pm
I'd also appreciate an update. My favorite feature is infinite charges/spreads for religious units.
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
iniochos
Novice Cheater
Posts: 16 Joined: Tue Sep 29, 2020 7:59 am
Reputation: 3
Post
by iniochos » Fri Oct 06, 2023 6:01 pm
luki349 wrote: ↑ Sun Oct 01, 2023 12:04 pm
Districts do not work, and if you load game or start again, sometimes its crashes game (dont know why), but here you have
Just tested.
A message appeared stating that the script should be rewritten again. Otherwise, it will crash if executed.
iniochos
Novice Cheater
Posts: 16 Joined: Tue Sep 29, 2020 7:59 am
Reputation: 3
Post
by iniochos » Fri Oct 06, 2023 6:30 pm
second test.
it worked. no district activation
You have to start the game, then in the game, open the cheat engine, select the game's exe, and finally select the script.
PS
In the script, deactivated boxes (description) appear light blue.
Activated ones appear green.
District deactivated green !!!???
Somehow, the script sees the District activated by default.
iniochos
Novice Cheater
Posts: 16 Joined: Tue Sep 29, 2020 7:59 am
Reputation: 3
Post
by iniochos » Sun Oct 08, 2023 1:43 pm
today I tried twice with the same result. FAILURE (CRASHED TO DESKTOP)
civ6enjoyer
What is cheating?
Posts: 1 Joined: Tue Oct 31, 2023 12:52 am
Reputation: 0
Post
by civ6enjoyer » Tue Oct 31, 2023 12:54 am
please uppdate
iniochos
Novice Cheater
Posts: 16 Joined: Tue Sep 29, 2020 7:59 am
Reputation: 3
Post
by iniochos » Sat Dec 09, 2023 8:05 am
Firstly thanks for your effort.
Your script appears to have a problem. A message pops up referring to "nearby allocation error".
Can you fix it?
KingFalcon
Cheater
Posts: 25 Joined: Wed Mar 08, 2017 12:31 pm
Reputation: 14
Post
by KingFalcon » Sun Dec 10, 2023 11:48 pm
iniochos wrote: ↑ Sat Dec 09, 2023 8:05 am
Firstly thanks for your effort.
Your script appears to have a problem. A message pops up referring to "nearby allocation error".
Can you fix it?
Are using it with CIV build V1-0-12-58, DX12 and XP2? Also are you using CE 7.5?
I will test it again next week and update if needed.
iniochos
Novice Cheater
Posts: 16 Joined: Tue Sep 29, 2020 7:59 am
Reputation: 3
Post
by iniochos » Mon Dec 11, 2023 2:27 pm
Yes to all of them.
Do you want me to send you the whole error message?
KingFalcon
Cheater
Posts: 25 Joined: Wed Mar 08, 2017 12:31 pm
Reputation: 14
Post
by KingFalcon » Tue Dec 12, 2023 8:57 pm
iniochos wrote: ↑ Sat Dec 09, 2023 8:05 am
Firstly thanks for your effort.
Your script appears to have a problem. A message pops up referring to "nearby allocation error".
Can you fix it?
I just finished testing the script on DX11 and DX12. All options appear to work. Just a reminder, the steps are:
1. Start Civ 6.
2. Start a new game or load an existing one.
3. Load the script in C.E.
4. Enable and enjony.
KingFalcon
Cheater
Posts: 25 Joined: Wed Mar 08, 2017 12:31 pm
Reputation: 14
Post
by KingFalcon » Wed Dec 13, 2023 9:57 am
iniochos wrote: ↑ Mon Dec 11, 2023 2:27 pm
Yes to all of them.
Do you want me to send you the whole error message?
Yes please. I will see if I can figure out what is going on.
iniochos
Novice Cheater
Posts: 16 Joined: Tue Sep 29, 2020 7:59 am
Reputation: 3
Post
by iniochos » Wed Dec 13, 2023 2:32 pm
Here is the attached error message.
I just tasted
pswrd
12345
Attachments
Nearby Allocation error.rar
(3.31 MiB) Downloaded 234 times
KingFalcon
Cheater
Posts: 25 Joined: Wed Mar 08, 2017 12:31 pm
Reputation: 14
Post
by KingFalcon » Wed Dec 13, 2023 2:56 pm
iniochos wrote: ↑ Wed Dec 13, 2023 2:32 pm
Here is the attached error message.
I just tasted
The issue seems to be memory related. Can you try and change line 143 from :
alloc(MyCode,4096,GameCore_XP2_FinalRelease.dll)
to
alloc(MyCode,4096)
This will try and use any available memory.
Last edited by
KingFalcon on Wed Dec 13, 2023 11:33 pm, edited 1 time in total.
iniochos
Novice Cheater
Posts: 16 Joined: Tue Sep 29, 2020 7:59 am
Reputation: 3
Post
by iniochos » Wed Dec 13, 2023 7:08 pm
Unfortunately, I don't know how to make the changes you point out.