Uploaded new version 0.9. that prevents trades unknown to the player although "Know All Trades" was set to 0 (false). Big thanks to narta to catch that bug.
I probably wont get a response.. but how do I make the auto traders work with the resources my station needs? I have the prefer player station enabled, but they always seem to just trade with other stations? Im relatively new to the game so I would need a pretty good explanation for me to understand, thanks
hi mate, im kinda new too, but as i know from what do you want to do is set specific ships por special delivers to your station, from this you can use vanilla repeat orders for example,order no.1.- go and mine that silicon, order no.2.- Go to this station (in this case your station) and trade this silicon and repeat. im just guessing you can do that cuz i thing this mod is to just buy a ship and get the incomes, i hope u find this useful in some way. Flay safe!
Сектор "Непокорность Рай" принадлежит ксенонам, ксеноны враждебны, сектор враждебен. Но там каким-то образом построены пара дружественных станций и торговцы упорно лезут в этот сектор, мрут там и снова туда летят. В глобальных (и в персональных) настройках запрещено вести деятельность и посещать сектор, но торговцам плевать Но в целом всё работает) v.7.10
Where can I change the Defaults for the Autotrade Menu so I don't have to change it manually for every ship I use?
For example: I always want "Know All Trades" to default to FALSE instead of changing it everytime for each ship. (Tedious and If I forget the damn thing goes all over unexplored territory)
Is there an INI file somewhere cause I can't find one.
'regards.
NM: Found the relevant script portion in Base Values in the stationtrade.xml and stationautominer.xml
@Webrunner Thanks a lot for pointing out where to find the default values in the XML files.
For anyone else reading this, the relevant lines you're looking for in the stationtrade.xml and stationautominer.xml files are as follows, just use CTRL+F to find them quickly:
"Jump" enables/disables jumping, "Prefer" enables/disables player station trading priority, "Known" enables/disables only trade offers and systems known to player, and "Allwares" Enables/disables trading in spaceweed/fuel and maja dust. Just set the ones you want to turn off by default to "false".
Note: The Allwares line is not the autominer XML file, since the autominer doesn't trade. The other three are there though.
232 comments
Cheers Euclid
Becaus they never took money to buy anything, just bring money
bought a liquid and a gas miner, enabled auto and they teleported to Ianamus Zura and have been sitting there for almost 2 hours straight
Но в целом всё работает)
v.7.10
I.e.:
"AutoTraderOptions" is not loading, but "autotraderoptions" works fine.
For example: I always want "Know All Trades" to default to FALSE instead of changing it everytime for each ship. (Tedious and If I forget the damn thing goes all over unexplored territory)
Is there an INI file somewhere cause I can't find one.
'regards.
NM: Found the relevant script portion in Base Values in the stationtrade.xml and stationautominer.xml
For anyone else reading this, the relevant lines you're looking for in the stationtrade.xml and stationautominer.xml files are as follows, just use CTRL+F to find them quickly:
<set_value name="this.$Jump" exact="true"/>
<set_value name="this.$Prefer" exact="true"/>
<set_value name="this.$Known" exact="true"/>
<set_value name="this.$Allwares" exact="true"/>
"Jump" enables/disables jumping, "Prefer" enables/disables player station trading priority, "Known" enables/disables only trade offers and systems known to player, and "Allwares" Enables/disables trading in spaceweed/fuel and maja dust. Just set the ones you want to turn off by default to "false".
Note: The Allwares line is not the autominer XML file, since the autominer doesn't trade. The other three are there though.