Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Check in [PhysicalGunObject] that you have AngleGrinder4Item, HandDrill4Item and Welder4Item
If you have price adjusting mods make sure you have the correct minimum prices, delete the contents of CD and let the store recreate the config.
Vanilla are;
AngleGrinder4Item=0:182115,0:182115
HandDrill4Item=0:183464,0:183464
Welder4Item=0:181181,0:181181
Ping me on Discord if you need more help
Had to upload to workshop then grab the sbc file from that.
I followed the rest of the instructions,
I’ll have to check the log
Have a look in the log file to see if it mentions why it was not spawned. Also it is possible to turn on debug logging by adding Debug=true to the first section in the configuration.
The connector has to be set to trade mode.
Then try using the BP in your scenario to see if you still get what you want.
Could you please send me your configuration via my discord.
It does not support outputs greater than 1 in the custom component configuration table
If the setting is greater than 1, it will crash
I can't seem to use the automatic resale system with auto-refining.
Let's say I sell 10K of cobalt ore. The blind will immediately refine it to make 3K of Cobalt ingot. However, when the store refreshes, the number of ores for sale in the store returns to its initial level (perfect), but the cobalt ingots disappear from the store's inventory and there's no way to sell them automatically. (doesn't appear on "buy" inside the store)
What I tried:
[Ore]
Cobalt=0:0,999999R:1
[Ingot]
Cobalt=A:9,0:0
Creating a price offer like this crashes the game:
Cobalt=999999<A:9,0:0
According to the log the crash it's due to the minimum value which can't be higher than the maximum ( Logic )
How can I make refined ingots resell automatically? On the Github wiki I can't find / understand how it works. Thanks in advance!
I turned off the unit and waited as it was written.
For several ships, I set the buy amount in the first column (you can't sell ships)
ATV-Survivor=1:1057639,0:1057639
I turned off the store, counted to 3 and turned it on, then in the store buy tab I saw the ships for sale.
The off period is important, the script runs about every 2s and checks the enabled state. If the enabled state is changed it will refresh the store. So turning the store off for 3s gives it enough time to detect the change and update the store before you turn it on,
If your store was off when you changed the config, the script would still update when you turn it on, but it could take up to 2s to do it. If you look in the store before it updated you would not see the changes.
Let me know on Discord if you are still having problems.