PLTytus / GTAWeb

This repository serves as an issue tracking and suggestion hub for GTAWeb.eu website.
https://GTAWeb.eu
14 stars 0 forks source link

Supplies Bunker drain to quick in both mode #55

Closed copycodepasta closed 2 months ago

copycodepasta commented 2 months ago

I have the Farmhouse Bunker with the Equipment and Staff upgrade. And I know it's now a 2 times sell week but I mention that the bunker supplies also last longer then 1h40m. It looks like 2 times (3h20m).

What i'm doing for now is using buy option again and set it directly to 100% so the timer will run again.

PLTytus commented 2 months ago
  1. Did you checked both upgrades in settings? image image
  2. How did you assigned your staff? Only product, only resarch, both? If both then moment when supplies are being decreased can be random - it is game issue. image image
  3. Do you have GTA+? how did you set GTA+ button on toolkit? If it is green then time bonus for + members is taken, production time bonus affect supplies, it runs out faster. image image
copycodepasta commented 2 months ago

Bunker equipment is set to yes, staff is set to yes, yet supplies do not last longer than 1h40m according to the tool hehe. If it is indeed an error when you do both (research and create stock) then this is definitely not an error in the tool.

I'm playing on PC so I didn't turn GTA+ on. The product and research bar are accurate (both are on indeed), now when the supplies bar is empty and I go to the bunker still got around 50% of the supplies left. For now I just will refill the stock twice. Note: I'm always buying the supplies idk if this could be something to do with this. Ill understanding then its an game issue. So actually secretly an advantage for me as this persists.

PLTytus commented 2 months ago

I was anylizing decompiled code and leaked code (it has gunrunning functions with developer's comments 😅) and I just realized I was assuming that in both-mode supplies runs out faster, but it may actually runs out slower becuase both of the products are produced simultaneously but twice slower. I updated the toolkit with new formula, let me know if now toolkit supplies bar meet the game one. New formula says 3h 20m as you mentioned at the beginning.

copycodepasta commented 2 months ago

Thanks!

Because it was double money the last two days I was only using production. Now switched to both. I will let you know tomorrow!

Also the indication 1,5 and 2,0 etc. Doesn't look right on the site after changing to the new GTA week. Bunker contract is indicating nothing and Bunker is showing 1,5 on second line and warehouse is showing 1,5 and 2,0.

image

PLTytus commented 2 months ago

Bunker contract is indicating nothing

Because bonus ended, but the value should be 50k, 100k should be for mixed goods, the one below bunker - I'll look into this values.

Bunker is showing 1,5 on second line

Yeah, because there is no money bonus, but there is time bonus for GTA+, and it is only for product, research have the default speed for them.

warehouse is showing 1,5 and 2,0

2.0 cash for all, 1.5 speed for Lupe for GTA+

PLTytus commented 2 months ago

the value should be 50k, 100k should be for mixed goods, the one below bunker - I'll look into this values

Added conditions to detect and correct this type of situation.

copycodepasta commented 2 months ago

Because bonus ended, but the value should be 50k, 100k should be for mixed goods, the one below bunker - I'll look into this values.

Ah oke, was thinking it should show 1,5 as normal my mistake!

Yeah, because there is no money bonus, but there is time bonus for GTA+, and it is only for product, research have the default speed for them.

Ill understand!

2.0 cash for all, 1.5 speed for Lupe for GTA+

Clear to me all now. Thanks for the explain.

copycodepasta commented 2 months ago

For now the speed is fine of draining supplies level bar. When using both. Tnx for all!

PLTytus commented 2 months ago

Closing then.