Cannot Bypass 240 Items Per Minute Upload Speed For New MAM Research Mod

I decided to learn how to make a mod so that I could add a new MAM tree which would allow you to increase the upload speed of the Dimensional Depot. Despite changing the speed percentage in the blueprints I've created, the upload speed remains at 240 items per minute. If anyone has figured out how to bypass this, I would greatly appreciate some help as this has been bothering me for over a week now. Thanks in advance.
Solution:
CDO and change mDefaultTimeToUpload on the FGCentralStorageSettings class which I had been looking at for ages but since I had zero results actually having my CDO's NOT crash I was not feeling lucky....
No description
Jump to solution
13 Replies
Rex
Rex2mo ago
@Acxd seems to have figured out how
JayeConcord
JayeConcordOP2mo ago
I did message them, I think yesterday. Haven't heard anything back yet though
JP Eagles and Katz 🦅🐈
Yeh I asked if he could share the source files. But didn't hear back....
Acxd
Acxd5w ago
Read/follow the cpp headers, that's all I can say. You'll learn a lot if you make a habit of reading it
JP Eagles and Katz 🦅🐈
... yeah so probably class FACTORYGAME_API AFGCentralStorageContainer : public AFGBuildableStorage, public IFGActorRepresentationInterface and modify mTimeToUpload... probabably need to hook into it
Rex
Rex5w ago
UFGCentralStorageSettings
JP Eagles and Katz 🦅🐈
yeah was looking at that one too
Rex
Rex5w ago
Basically, the unlock subsystem is doing stuff AFGUnlockSubssytem
JP Eagles and Katz 🦅🐈
/** Affected in game by AFGUnlockSubssytem::mUnlockedCentralStorageUploadSpeedMultiplier */ UPROPERTY( EditAnywhere, config, Category = "Central Storage", meta = ( ToolTip = "The time it takes to upload an item to central storage. Affects both player and container upload speed", Units="s" ) ) float mDefaultTimeToUpload;
Rex
Rex5w ago
The percentage in the UFGUnlockCentralStorageUploadSpeed has to be negative, maybe? Oh, no need, it's stored as a decrease @JP Eagles and Katz 🦅🐈 https://discord.com/channels/555424930502541343/601030071221878784/1299068915720257597 So, how did you do this? 😄
Solution
JP Eagles and Katz 🦅🐈
CDO and change mDefaultTimeToUpload on the FGCentralStorageSettings class which I had been looking at for ages but since I had zero results actually having my CDO's NOT crash I was not feeling lucky....
No description
Rex
Rex5w ago
Thanks!
JP Eagles and Katz 🦅🐈
Ofc.. this value is kind of silly but at least it proves it works.... I mean there seems to be a minimum speed anyways... just have to find it.. But ah well.. at least finally I have some success 🙂
Want results from more Discord servers?
Add your server