Hello commanders,
I'm a big fan of Eventure's work. Honestly, I can't imaging playing Elite without TCE anymore.
For TCE Mk. II, see: https://forums.frontier.co.uk/showthread.php/223056-RELEASE-Trade-Computer-Extension-Mk-II
One thing I missed in TCE was the ability to update commodity prices by crowdsourced data (EDDN/EDDB).
More than often, I found myself flying to the same stations over and over, and all other stations had ancient commodity prices within TCE.
Therefore I've created a little helper tool for TCE:
It's called TCE-Relay and will fetch updated commodity prices for all stations in your TCE database.
Of course, it will only update prices that are newer than your local prices.
At the moment, it's still in beta (version 0.2), but at least it works for me.
You can download the source code and the binaries here:
https://github.com/flattermann/TCE-Relay/releases
To be sure, please make a backup of your TCE/DB folder first!
Technically, it's a client/server solution.
On my server, I'm collecting live price updates from EDDN and store them in a database.
The client will send my server a list of known stations from the TCE DB with their last update date.
The server will send back updated prices for these stations.
The client will update the prices in the TCE DB.
Eventure will include a button for TCE-Relay in the next TCE release, but you can already try TCE-Relay:
Just unpack the ZIP and run TCE-RelayClient.exe, preferably from command line to see some output.
PS: This is my first Python project ever. If you think you can improve/optimize my code (and you probably can if you've used Python before), feel free to issue a Pull Request on GibHub:
https://github.com/flattermann/TCE-Relay
PPS: I've already posted this in the TCE thread, but I think it's a good idea to have a separate thread for it.
Since 0.3.3-beta, it includes experimental support to add new markets to TCE.
See https://forums.frontier.co.uk/showt...or-TCE-Mk-II?p=4423114&viewfull=1#post4423114
So long,
flat
I'm a big fan of Eventure's work. Honestly, I can't imaging playing Elite without TCE anymore.
For TCE Mk. II, see: https://forums.frontier.co.uk/showthread.php/223056-RELEASE-Trade-Computer-Extension-Mk-II
One thing I missed in TCE was the ability to update commodity prices by crowdsourced data (EDDN/EDDB).
More than often, I found myself flying to the same stations over and over, and all other stations had ancient commodity prices within TCE.
Therefore I've created a little helper tool for TCE:
It's called TCE-Relay and will fetch updated commodity prices for all stations in your TCE database.
Of course, it will only update prices that are newer than your local prices.
At the moment, it's still in beta (version 0.2), but at least it works for me.
You can download the source code and the binaries here:
https://github.com/flattermann/TCE-Relay/releases
To be sure, please make a backup of your TCE/DB folder first!
Technically, it's a client/server solution.
On my server, I'm collecting live price updates from EDDN and store them in a database.
The client will send my server a list of known stations from the TCE DB with their last update date.
The server will send back updated prices for these stations.
The client will update the prices in the TCE DB.
Eventure will include a button for TCE-Relay in the next TCE release, but you can already try TCE-Relay:
Just unpack the ZIP and run TCE-RelayClient.exe, preferably from command line to see some output.
PS: This is my first Python project ever. If you think you can improve/optimize my code (and you probably can if you've used Python before), feel free to issue a Pull Request on GibHub:
https://github.com/flattermann/TCE-Relay
PPS: I've already posted this in the TCE thread, but I think it's a good idea to have a separate thread for it.
Since 0.3.3-beta, it includes experimental support to add new markets to TCE.
See https://forums.frontier.co.uk/showt...or-TCE-Mk-II?p=4423114&viewfull=1#post4423114
So long,
flat
Last edited: