Search found 3 matches

by claude291966
Fri Oct 28, 2022 2:42 am
Forum: Tables
Topic: Victoria 3 - Achievement table - 1.6.2
Replies: 82
Views: 74829

Re: Victoria 3 - Achievement table - 1.0.3

thanks bro
by claude291966
Sun Oct 09, 2022 6:02 am
Forum: Single Player Cheat Requests
Topic: Terra Invicta
Replies: 39
Views: 30379

Re: Terra Invicta

Namelessy wrote:
Sat Oct 08, 2022 7:36 pm
claude291966 wrote:
Fri Oct 07, 2022 9:19 am
There is some problem with your table. CE said failure to determining what TerminalButtonListener:Tick+5c means
add usemono() just below the {$asm} bit, like so:

Code: Select all

{$asm}
usemono()
assert(TerminalButtonListener:Tick+5c, bytes)
...
That fixed it for me.
It's working now. Thanks a lot.
by claude291966
Fri Oct 07, 2022 9:19 am
Forum: Single Player Cheat Requests
Topic: Terra Invicta
Replies: 39
Views: 30379

Re: Terra Invicta

I think you can just JIT it then aobregion or similar? I don't even think the first step is necessary, since I think this function gets called per frame after opening the game, but turning on the mono features just make it easy to find the function. There is some problem with your table. CE said fa...