Page 3 of 8

Re: [REQUEST] Cartel Tycoon

Posted: Sat Apr 03, 2021 4:20 pm
by theuzfoz
Cake-san wrote:
Wed Mar 24, 2021 1:53 pm
hentai-sama wrote:
Wed Mar 24, 2021 12:05 pm
I found 2 values for amount of trucks in warehouses in 4b but anytime i change one of them game crashes.Did anyone manage it?
It crashed because your're directly increase the array size without actually adding any element object into it, so, when the game trying to read the data, it gets invalid object...

The easiest way is to edit the blueprint before loading save game or reload the save game, so game will create the object according to blueprint...
Image

Code: Select all

local list=getAddress('[[[GEngine]+GameEngine.GameInstance]+GameInstance.BlueprintLinker]+BlueprintLinker.Buildings')
local Name=getAddress('BuildingData.Name')
for i=0,readInteger(list+8)-1 do
  local pointer=readPointer(readPointer(list)+i*8)
  local name=readPointer(pointer+Name)
  local len=readInteger(name+0x30)
  name=readString(readPointer(name+0x28),len*2,true)
  print(string.format('%016X : %s',pointer,name))
end
its possible use something like this to choose lieutenants?

Re: [REQUEST] Cartel Tycoon

Posted: Sat Apr 03, 2021 7:11 pm
by markswe
I beg for a cheat tables

Re: [REQUEST] Cartel Tycoon

Posted: Mon Apr 05, 2021 10:48 am
by markswe
Bump 1.

Re: [REQUEST] Cartel Tycoon

Posted: Wed Apr 07, 2021 11:31 am
by markswe
BUMP 2...

Re: [REQUEST] Cartel Tycoon

Posted: Mon Apr 12, 2021 11:35 pm
by markswe
Thanks dude! It works still :)

Re: [REQUEST] Cartel Tycoon

Posted: Tue Apr 20, 2021 5:54 pm
by markswe
Can someone fix it? =) My game crasched when i played with the cheat so

Re: [REQUEST] Cartel Tycoon

Posted: Fri Apr 23, 2021 9:47 am
by markswe
Bump 4 Please make cheat tables of it

Re: [REQUEST] Cartel Tycoon

Posted: Sat Apr 24, 2021 4:20 am
by lilrebel1977fb1
has anybody try to just copy past characters codes in and see if they appear?

Re: [REQUEST] Cartel Tycoon

Posted: Sat Apr 24, 2021 9:07 pm
by lilrebel1977fb1
cancel them last two they didn't work :[

Okay most part I have beating the game. I’m stuck though need more lieutenants it won’t release the last four. I have the whole map done except for the boarders keep getting raided because constantly taking a lieutenant to the boarder back and forth from the city.

Re: [REQUEST] Cartel Tycoon

Posted: Sun Apr 25, 2021 12:05 pm
by markswe
cool

Re: [REQUEST] Cartel Tycoon

Posted: Mon Apr 26, 2021 9:12 am
by markswe
Give us UPDATE 2 now

Re: [REQUEST] Cartel Tycoon

Posted: Thu Apr 29, 2021 3:58 pm
by markswe
BUMP!!!!!!!!!!

Re: [REQUEST] Cartel Tycoon

Posted: Thu Jun 03, 2021 1:47 pm
by markswe
Bump 300000

Re: [REQUEST] Cartel Tycoon

Posted: Sat Jun 19, 2021 11:56 am
by markswe
Bump 99

Re: [REQUEST] Cartel Tycoon

Posted: Mon Jun 28, 2021 6:13 pm
by Kaedus
markswe wrote:
Sat Jun 19, 2021 11:56 am
Bump 99
almost everything in the table still works with the current version of the game.