Page 3 of 13

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

Posted: Tue Jul 14, 2020 3:42 pm
by mekish
tfigment wrote:
Sat Jul 11, 2020 4:55 am
Here is an experimental version. Basically fixed a few of the codes many still dont work but the top level ones do. This is use at your own risk territory but better than nothing.

Update 12-Jul: Updated a few of the other scripts.
Heeey mate. I'd be fully grateful if you repaired 'unlock all buildings' stuff asap. Keep up the good work, best regards :)

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

Posted: Sat Jul 18, 2020 5:44 pm
by DocMadfox
tfigment wrote:
Sat Jul 11, 2020 4:55 am
Here is an experimental version. Basically fixed a few of the codes many still dont work but the top level ones do. This is use at your own risk territory but better than nothing.

Update 12-Jul: Updated a few of the other scripts.
Any chance you can update huge efficiency?

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

Posted: Tue Jul 21, 2020 8:56 am
by i.s.m.mipt@yandex.ru
tfigment wrote:
Sat Jul 11, 2020 4:55 am
Here is an experimental version. Basically fixed a few of the codes many still dont work but the top level ones do. This is use at your own risk territory but better than nothing.

Update 12-Jul: Updated a few of the other scripts.
Hi! Thx for these tables) Can you please help me with import re-balance? If you have 1 dock, it will import 1000 goods per trade cycle, with 2 docks - 500 goods per cycle each, 3 docks - 333 goods... I tried to set up number of docks (always 1) through CheatEngine and build many docks in game, but it doesnt work. Unfotunately, this stock system is not acceptable for cheap goods, big islands and huge industry. I don't want to cheat hard, but want to increase import cap, for example change 1000 to 10000. Of course, i will pay for 10000 goods, not for 1000. I tried to find those values throw cheat engine scanning but didn't succeed.

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

Posted: Tue Jul 21, 2020 11:22 pm
by tfigment
Sorry I just updated the table and did not reverse engineer it. I personally think some of the cheats are too strong and that is one but I just updated it since not too much work. If there was a counter of ports easily found then I guess that one can work and a way to know the code being updated is just a port since the code is run for other things.

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

Posted: Wed Jul 22, 2020 1:06 pm
by i.s.m.mipt@yandex.ru
tfigment wrote:
Tue Jul 21, 2020 11:22 pm
Sorry I just updated the table and did not reverse engineer it. I personally think some of the cheats are too strong and that is one but I just updated it since not too much work. If there was a counter of ports easily found then I guess that one can work and a way to know the code being updated is just a port since the code is run for other things.
I've done it by myself. Script in attachment. But there is a problem -- after exiting the game crashes with suggestion to send log files to developers. It saves and load the map correctly and script truly increases import limit as I wanted, so, this problem is not critical. I suppose, that something is wrong with memory leaks. If you have time, please look at this. Logs also in attachment (can send you UE-minidump if needed). P.S. You can add my script in new version of your table :)

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

Posted: Sun Aug 02, 2020 9:18 am
by robus
At JULY 9 ,the game was update,and the dlc was start sell.

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

Posted: Sun Aug 16, 2020 10:54 am
by KSeventy9
New DLC is out so is there still a chance for getting update for the table values

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

Posted: Thu Aug 20, 2020 10:53 am
by sasadd
Please make all cheats available with the latest version as soon as possible.

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

Posted: Sun Aug 23, 2020 1:17 am
by hatake_kornel
Waiting for this great cheat to be updated to the latest patch.

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

Posted: Wed Aug 26, 2020 7:58 am
by rambo99jose
Script below fetches new 1.10 pointers, haven't tested other scripts. Activate instead of "[[ ENABLE ]] 1.090 (Lama/Spitter DLC)"
1.10 base script

Code: Select all

{ Game   : Tropico6-Win64-Shipping.exe
  Version: CDX 1.10
  Date   : 2020-08-26
  Author : gideon25  (ORIGINAL)

  1.10 base
}

[ENABLE]

aobscanmodule(INJECT_110base,Tropico6-Win64-Shipping.exe,48 8B 01 48 8B D9 FF 90 48 01 00 00 48 85 C0 74 19) // should be unique
alloc(newmem_110base,$1000,"Tropico6-Win64-Shipping.exe"+62B7B6)

alloc(base,8)
registersymbol(base)

label(code)
label(return)

newmem_110base:
  mov [base],rcx

code:
  mov rax,[rcx]
  mov rbx,rcx
  jmp return

INJECT_110base:
  jmp newmem_110base
  nop
return:
registersymbol(INJECT_110base)

[DISABLE]

INJECT_110base:
  db 48 8B 01 48 8B D9

unregistersymbol(base)
dealloc(base)
unregistersymbol(INJECT_110base)
dealloc(newmem_110base)

{
// ORIGINAL CODE - INJECTION POINT: "Tropico6-Win64-Shipping.exe"+62B7B6

"Tropico6-Win64-Shipping.exe"+62B7A8: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7A9: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7AA: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7AB: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7AC: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7AD: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7AE: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7AF: CC                       -  int 3 
"Tropico6-Win64-Shipping.exe"+62B7B0: 40 53                    -  push rbx
"Tropico6-Win64-Shipping.exe"+62B7B2: 48 83 EC 20              -  sub rsp,20
// ---------- INJECTING HERE ----------
"Tropico6-Win64-Shipping.exe"+62B7B6: 48 8B 01                 -  mov rax,[rcx]
"Tropico6-Win64-Shipping.exe"+62B7B9: 48 8B D9                 -  mov rbx,rcx
// ---------- DONE INJECTING  ----------
"Tropico6-Win64-Shipping.exe"+62B7BC: FF 90 48 01 00 00        -  call qword ptr [rax+00000148]
"Tropico6-Win64-Shipping.exe"+62B7C2: 48 85 C0                 -  test rax,rax
"Tropico6-Win64-Shipping.exe"+62B7C5: 74 19                    -  je Tropico6-Win64-Shipping.exe+62B7E0
"Tropico6-Win64-Shipping.exe"+62B7C7: 48 8B 03                 -  mov rax,[rbx]
"Tropico6-Win64-Shipping.exe"+62B7CA: 48 8B CB                 -  mov rcx,rbx
"Tropico6-Win64-Shipping.exe"+62B7CD: FF 90 48 01 00 00        -  call qword ptr [rax+00000148]
"Tropico6-Win64-Shipping.exe"+62B7D3: 48 8B C8                 -  mov rcx,rax
"Tropico6-Win64-Shipping.exe"+62B7D6: 48 83 C4 20              -  add rsp,20
"Tropico6-Win64-Shipping.exe"+62B7DA: 5B                       -  pop rbx
"Tropico6-Win64-Shipping.exe"+62B7DB: E9 20 1E F7 FF           -  jmp Tropico6-Win64-Shipping.exe+59D600
}

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

Posted: Sat Aug 29, 2020 5:16 pm
by Sylencer90
Please someone just update this for the latest Version. The no rebels made me love this table.

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

Posted: Sun Aug 30, 2020 7:15 am
by hatake_kornel
Few weeks already.. anyone willing to update the table?

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

Posted: Tue Sep 01, 2020 8:25 am
by agub00
Plus one to the person above

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

Posted: Sat Sep 12, 2020 8:06 am
by Sylencer90
#Bump for an update.

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

Posted: Fri Sep 25, 2020 6:19 pm
by lunasmeow
Not expecting a quick turnaround, but is anyone at least working on this at all? Just wondering if I should be checking the thread for updates or moving on.