You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When purchasing armor in a dialogue with hub01, if you select a type and cancel, you will be offered the selected type of armor free of charge on the spot.
Attach save file
N/A
Steps to reproduce
Interact with the intercom on hub01 and select "Let's discuss prototypes."
「I'd like to request a set of ...」
Select one of the
「I'll check in later.」
to end the conversation.
Interact with the Intercom again,
「Let's discuss prototypes.」
Select Create.
"How is my ordered armor going? It should be done by now."
By selecting this option, you can receive the armor you selected in 2 for free.
Expected behavior
hub01 should receive the appropriate rewards and should be required to take the time to fabricate the armor.
I found some fixes for this issue.
In robofac_intercom_prototypes.json,
Line 24 { "math": [ "hub01_uhmwpe_researched", "==", "1" ] }
{ "math": [ "hub01_uhmwpe_researched", "!=", "1" ] },
Line 187 { "math": [ "time_since(u_timer_hub_rnd_u_waiting_on_hub)", "<", "time('1 d')" ] }
{ "math": [ "time_since(u_timer_hub_rnd_u_waiting_on_hub)", ">", "time('1 d')" ] }
Lines 576, 598, 620, 642, 664
{ "math": [ "u_timer_hub_rnd_u_waiting_on_gun", "=", "time('now')" ] }
Change to { "math": [ "u_timer_hub_rnd_u_waiting_on_hub", "=", "time('now')" ] }.
With this change, the option to order prototype armor for the first time worked properly.
However, from the second time onwards, the armor will be provided for free by following steps 2, 3, and 4 of Steps to reproduce.
This is expected to be due to the fact that the timer continues to count even after the first order is completed, and the variable saved with the option selected in step 2. However, I couldn't successfully fix this.
Finally, I relied on automatic translation to create this sentence.
I apologize if there are any mistakes in the text.
The text was updated successfully, but these errors were encountered:
Describe the bug
When purchasing armor in a dialogue with hub01, if you select a type and cancel, you will be offered the selected type of armor free of charge on the spot.
Attach save file
N/A
Steps to reproduce
Select one of the
「I'll check in later.」
to end the conversation.
「Let's discuss prototypes.」
Select Create.
By selecting this option, you can receive the armor you selected in 2 for free.
Expected behavior
hub01 should receive the appropriate rewards and should be required to take the time to fabricate the armor.
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth]
]
Additional context
I found some fixes for this issue.
In robofac_intercom_prototypes.json,
Line 24 { "math": [ "hub01_uhmwpe_researched", "==", "1" ] }
{ "math": [ "hub01_uhmwpe_researched", "!=", "1" ] },
Line 187 { "math": [ "time_since(u_timer_hub_rnd_u_waiting_on_hub)", "<", "time('1 d')" ] }
{ "math": [ "time_since(u_timer_hub_rnd_u_waiting_on_hub)", ">", "time('1 d')" ] }
Lines 576, 598, 620, 642, 664
{ "math": [ "u_timer_hub_rnd_u_waiting_on_gun", "=", "time('now')" ] }
Change to { "math": [ "u_timer_hub_rnd_u_waiting_on_hub", "=", "time('now')" ] }.
With this change, the option to order prototype armor for the first time worked properly.
However, from the second time onwards, the armor will be provided for free by following steps 2, 3, and 4 of Steps to reproduce.
This is expected to be due to the fact that the timer continues to count even after the first order is completed, and the variable saved with the option selected in step 2. However, I couldn't successfully fix this.
Finally, I relied on automatic translation to create this sentence.
I apologize if there are any mistakes in the text.
The text was updated successfully, but these errors were encountered: