Tropico 6 v20 (974) [All DLC] Tropico Arde Eternamente

Upload your cheat tables here (No requests)
Oidem
Noobzor
Noobzor
Posts: 14
Joined: Thu Apr 13, 2017 12:05 pm
Reputation: 1

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by Oidem »

yeah, would love to see a update of the table aswell, but i don't think we gonna see it in any soon time, last time that gideon was online was August, off for nearly 2 months soon :(

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
Zozinhu
Expert Cheater
Expert Cheater
Posts: 196
Joined: Wed May 31, 2017 11:53 am
Reputation: 13

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by Zozinhu »

Hi, can someone update this? I wish i knew how to x_x

User avatar
komeiji_koishi
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sat Mar 04, 2017 5:55 am
Reputation: 4

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by komeiji_koishi »

The game has been updated to V.11.Can anyone update the table or make a new one? Thanks!

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by rambo99jose »

How to update an old script (the dumbo way) [open image in new tab to see larger image]

Image

gavster161012
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Nov 12, 2020 6:15 pm
Reputation: 0

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by gavster161012 »

rambo99jose wrote:
Mon Nov 09, 2020 2:28 pm
How to update an old script (the dumbo way) [open image in new tab to see larger image]

Image
i have no idea how to do any of this. would anyone be able to do this and provide an update?

Typewriter-Monkey
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Nov 20, 2020 12:41 pm
Reputation: 0

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by Typewriter-Monkey »

Thanks for the pointer, rambo99jose, but you made the whole thing sound a lot easier than it seems to be. Or I'm just not smart enough :D

I'm fairly new to this and would like to learn more, since after about 4 hours I only managed to narrow the address down to

Code: Select all

48 8B 01 48 8B D9 FF 90 48 01 00 00 48 85 C0 74 19 48 8B 03 48 8B CB FF 90 48 01 00 00 48 8B C8 48 83 C4 20 5B E9 D0 DD F6 FF
I found it after narrowing the query down to

Code: Select all

48 8B 01 48 8B D9 FF 90 * * * * 48 ?? ?? 74 * 48 8B 03 48 8B CB FF 90
Unfortunately, just a couple of things work now. The values for money, knowledge etc. seem to be wrong and of course most more sophisticated scripts do not work.

The original injection was:

Code: Select all

{
// ORIGINAL CODE - INJECTION POINT: "Tropico6-Win64-Shipping.exe"+5905D6

"Tropico6-Win64-Shipping.exe"+5905C8: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905C9: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905CA: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905CB: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905CC: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905CD: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905CE: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905CF: CC                       -  int 3
"Tropico6-Win64-Shipping.exe"+5905D0: 40 53                    -  push rbx
"Tropico6-Win64-Shipping.exe"+5905D2: 48 83 EC 20              -  sub rsp,20
// ---------- INJECTING HERE ----------
"Tropico6-Win64-Shipping.exe"+5905D6: 48 8B 01                 -  mov rax,[rcx]
"Tropico6-Win64-Shipping.exe"+5905D9: 48 8B D9                 -  mov rbx,rcx
// ---------- DONE INJECTING  ----------
"Tropico6-Win64-Shipping.exe"+5905DC: FF 90 48 01 00 00        -  call qword ptr [rax+00000148]
"Tropico6-Win64-Shipping.exe"+5905E2: 48 85 C0                 -  test rax,rax
"Tropico6-Win64-Shipping.exe"+5905E5: 74 49                    -  je Tropico6-Win64-Shipping.exe+590630
"Tropico6-Win64-Shipping.exe"+5905E7: 48 8B 03                 -  mov rax,[rbx]
"Tropico6-Win64-Shipping.exe"+5905EA: 48 8B CB                 -  mov rcx,rbx
"Tropico6-Win64-Shipping.exe"+5905ED: FF 90 48 01 00 00        -  call qword ptr [rax+00000148]
"Tropico6-Win64-Shipping.exe"+5905F3: 48 8B 98 48 01 00 00     -  mov rbx,[rax+00000148]
"Tropico6-Win64-Shipping.exe"+5905FA: 48 85 DB                 -  test rbx,rbx
"Tropico6-Win64-Shipping.exe"+5905FD: 74 31                    -  je Tropico6-Win64-Shipping.exe+590630
"Tropico6-Win64-Shipping.exe"+5905FF: E8 3C 55 55 00           -  call Tropico6-Win64-Shipping.exe+AE5B40
}
I get the feeling, I need to understand the rest of the script as well, but that's just beyond me.
For example, wouldn't we need to change the second line of the script as well?

Code: Select all

alloc(newmem,$1000,"Tropico6-Win64-Shipping.exe"+57A186)
I obviously have no idea what I'm doing and sadly even with the instructions I can manage to dig up, the whole process looks like wizardry to me :oops:

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by rambo99jose »

Maybe i'll look at it in a week or so, haven't played in forever. New Diablo 3 season tonight so will be busy for a couple days

Bdd
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Nov 22, 2020 1:17 am
Reputation: 3

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by Bdd »

I made a new table for the V.11 because i got the game from humble bundle and wanted to play.
Haven't done much, Options:

Basics: Edit Money, SwissMoney, Knowledge, Raid Pts, your Current Era.
Activate BaseScan and play a bit, the pointers will come after some time.

MinProds: Gives you a minimal on the products of your fabs etc. Value is editable.
Activate, done.
Value in the Fabs gets updated when someone works inside.
If a mission comes with produce xy many of z you might have to lower the value so your output warehouse of the fab is not full and the workers are able to work.

Power Multiply:
Activate and change the budget of your power plants (Ctrl+Click for all plants) the power output of yout plant will be multiplied by the editable factor.

Table was made for basic Tropico 6 from Steam, since i don't own any DLC
Attachments
Tropico6-Win64-Shipping_Bdd_V.11.CT
for V.11 without any DLC and for Steam
(10.38 KiB) Downloaded 153 times

mekish
Noobzor
Noobzor
Posts: 13
Joined: Sat May 18, 2019 3:50 pm
Reputation: 0

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by mekish »

Carribean Skies update? Please?

danielyee
Expert Cheater
Expert Cheater
Posts: 1303
Joined: Wed Apr 05, 2017 11:38 pm
Reputation: 151

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by danielyee »

hi sir need an update,

archangel543
What is cheating?
What is cheating?
Posts: 1
Joined: Mon May 08, 2017 1:22 pm
Reputation: 0

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by archangel543 »

Would be nice to get an update for the new dlc.

Kaedus
Expert Cheater
Expert Cheater
Posts: 282
Joined: Thu Aug 10, 2017 2:22 pm
Reputation: 42

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by Kaedus »

gideon25 wrote:
Thu Mar 19, 2020 11:09 pm
Updated to 1.090 +Spitter DLC.
Please update the table for the new version of the game

qn77
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Dec 25, 2020 12:33 am
Reputation: 0

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by qn77 »

Please update for new version V.12

bauerwilhelm
Noobzor
Noobzor
Posts: 6
Joined: Sat Jan 02, 2021 9:53 pm
Reputation: 0

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by bauerwilhelm »

How high are the chances that we get a V.12 trainer when there were none for .10 and .11 :/ I really wish I could use the three Unlocks in Colonial Aera (buildings, edicts and researches). If anyone knows how to update those scripts my gratitude would be guaranteed for life :lol:

gideon25
Table Makers
Table Makers
Posts: 1389
Joined: Mon Mar 20, 2017 1:42 am
Reputation: 2288

Re: Tropico 6 +Lama/Spitter DLC 1.090(114242) +32

Post by gideon25 »

Ok..so I'm going to LOOK AT version 1.2. Now IF i decide to update it... It may not ALL be included.. I mean there were 30+ scripts in my old table and some of the stuff was hard to find. If they are changed so significantly that its too much work to find them again then IF i decide to update I may cut some of the old content..anyway gonna start looking at it tonight. No promise on when it will be finished. May take days..or less.

Post Reply

Who is online

Users browsing this forum: admantx, asderasder444, ddirodas, DotBot, EyeOfTheMind86, Google Adsense [Bot], jacko075, JMC23, Roland410, Tirulu, wewewesaswe