Page 5 of 8

Re: [REQUEST] Cartel Tycoon

Posted: Sun Jul 31, 2022 2:30 am
by thefool246
TwiSTeD^MiND wrote:
Sat Jul 30, 2022 11:35 pm
thefool246 wrote:
Sat Jul 30, 2022 5:48 pm
Hello, I am a fool and I cannot get this to work. In previous versions of both the game and cheat engine I was able to directly edit the amount of Legal Money I had. Now I cannot do that nor will this table work for me. When I try to run the first script it returns this, "Error: No process selected..."

I can run the Tools script, FNamePool scanner, Dissect Code, but I honestly have no idea what I am doing there.

When I run Dissect Code in Memory View I don't know what values, if any, I ought to be filling out for the custom ranges or if there is something I am meant to select that I don't see.

If anyone could help I would appreciate it.
For Legal Money is pretty straight forward, just enter the value of your current Legal Money amount [ scan type: Exact Value , Value Type: 4 Bytes] , then First Scan to get the initial address.

After that run the game for a bit for the Legal Money amount to change, then change the Scan Type to either Increased Value or Decreased Value based on the changes of the amount and hit Next Scan.

Same goes with Dirty Money but you need to see at each building that store the money to get its amount, its not global like Legal Money. So you will only change the amount at that particular building instead of for the whole amount.

Now if only someone can share how to increase the Capo/Lieutenant power and experience is greatly appreciated.
I did exactly what you said but nothing comes up when I enter the Legal money amount. I ran in administrator as well. Could there be an issue with selecting the process?

Re: [REQUEST] Cartel Tycoon

Posted: Sun Jul 31, 2022 12:05 pm
by Kaedus
thefool246 wrote:
Sat Jul 30, 2022 5:48 pm
Hello, I am a fool and I cannot get this to work. In previous versions of both the game and cheat engine I was able to directly edit the amount of Legal Money I had. Now I cannot do that nor will this table work for me. When I try to run the first script it returns this, "Error: No process selected..."
have you tried selecting the game process before trying to include the script there?

Re: [REQUEST] Cartel Tycoon

Posted: Sun Jul 31, 2022 2:29 pm
by thefool246
Kaedus wrote:
Sun Jul 31, 2022 12:05 pm
thefool246 wrote:
Sat Jul 30, 2022 5:48 pm
Hello, I am a fool and I cannot get this to work. In previous versions of both the game and cheat engine I was able to directly edit the amount of Legal Money I had. Now I cannot do that nor will this table work for me. When I try to run the first script it returns this, "Error: No process selected..."
have you tried selecting the game process before trying to include the script there?
I have. The box along the top changes from "No Process" to the number preceding the title. (ie,00002750-Cartel Tycoon)

When I try to search the amount of Legal Money it just gives me that windows ping sound and nothing populates in the Address box. To be clear there are no found addresses. Not simply that found ones are not showing.

Re: [REQUEST] Cartel Tycoon

Posted: Thu Aug 04, 2022 2:46 pm
by CaesarCzech
So the table crashes, Unreal engine and other stuff just gets stucks but Fnamepool scanner makes cheat engine unstable and it stops responding outright.

Edit: Okay it appears it Unreal tick launches in 7.3 neither 7.2 or 7.4 Work Fnamepoolscanner still crashes stuff

Re: [REQUEST] Cartel Tycoon

Posted: Fri Aug 19, 2022 4:34 pm
by markswe
So? Is it updated??????

Re: [REQUEST] Cartel Tycoon

Posted: Fri Aug 19, 2022 7:01 pm
by Kaedus
markswe wrote:
Fri Aug 19, 2022 4:34 pm
So? Is it updated??????
so, what does not work at all except for 1 graphical display of the strength of lieutenants?

Re: [REQUEST] Cartel Tycoon

Posted: Sat Aug 20, 2022 7:21 pm
by thamibn
Mine was loading now it cannot load unreal engine anymore I can only load tools and the rest of the staff there what happen I am stuck.

Re: [REQUEST] Cartel Tycoon

Posted: Sat Aug 20, 2022 7:24 pm
by thamibn
thamibn wrote:
Sat Aug 20, 2022 7:21 pm
Mine was loading now it cannot load unreal engine anymore I can only load tools and the rest of the staff there what happen I am stuck.
Oops sorry wrong process it's working now.

Re: [REQUEST] Cartel Tycoon

Posted: Sat Aug 27, 2022 11:53 am
by zottel
is there a way to change the upkeep of the LT?
or the time until the next payment? (in my current save I have to pay my LT every 12h)

Re: [REQUEST] Cartel Tycoon

Posted: Sun Aug 28, 2022 12:46 pm
by zottel
sorry for double post :)
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
can someone add this to a table / to the existing (from Cake-san), i am too stupid for this. :)

Re: [REQUEST] Cartel Tycoon

Posted: Thu Oct 13, 2022 10:56 am
by markswe
Has it been UPDATED? =)

Re: [REQUEST] Cartel Tycoon

Posted: Tue Oct 25, 2022 1:27 pm
by gorsan
up

Re: [REQUEST] Cartel Tycoon

Posted: Sat Oct 29, 2022 2:34 pm
by NikeLover
Please update.. Table doesnt work with newest update...

Only work ignore resource limit and Extra resource :(

Re: [REQUEST] Cartel Tycoon

Posted: Sat Oct 29, 2022 8:03 pm
by NikeLover
Kaedus wrote:
Fri Aug 19, 2022 7:01 pm
markswe wrote:
Fri Aug 19, 2022 4:34 pm
So? Is it updated??????
so, what does not work at all except for 1 graphical display of the strength of lieutenants?
Cartel Tycoon v.1.0.0.4445 Patch is out. Nothing work in table except Ignore resource limit and extra resource :shock:

Re: [REQUEST] Cartel Tycoon

Posted: Sat Nov 05, 2022 8:32 am
by Floont
Ditto, I tried too with the new update and nothing works except the resources.