Abandoned [RELEASE] Trade Computer Extension

Status
Thread Closed: Not open for further replies.
Hi Eventure Update Required.png

What exactly does "Update Required" mean at the current station?

The message appeared after the last ED update a couple of days ago. I did restart TCE and ED but the message still appears. I am running TCE v1.43, the latest update.

Rob
 
I'am here, sorry for late response. Played with price. That bug is not appeare always. Sometimes with 1 editing, sometimes it need 2.
https://yadi.sk/i/2oUJK8TChkZj8
Looks like problem in stock value. Funny thing, i never touch it :D

Thanks, nailed it.



Hi EventureView attachment 49424

What exactly does "Update Required" mean at the current station?

The message appeared after the last ED update a couple of days ago. I did restart TCE and ED but the message still appears. I am running TCE v1.43, the latest update.

Rob

Update required tells you, that no commodities were scanned for the station. Make a scan/enter manual the commodities prices and it will be replaced by the date, you added/scanned the prices.
If the station have no commodities to enter/scan, please select NONE for the economy of the station. Then it disappears.
 
Last edited:
Update required tells you, that no commodities were scanned for the station. Make a scan/enter manual the commodities prices and it will be replaced by the date, you added/scanned the prices.
If the station have no commodities to enter/scan, please select NONE for the economy of the station. Then it disappears.


Thanks Eventure. There are no commodities at this station and I had marked it as Extraction/Refinery as that was what ED Cartographics had identified the station economy as. Updating TCE to show the economy as "None" made the message disappear as you suggested.

Rob
 
Full Version (V1.44) released:



Changelog:
- Updated TCE Setup (V1.06) for the new version.
- Updated Transfer Database Manager (TDM V1.04) for tranfering your old database to the new version.
- Added new Compact UI replaces the old and in preparation of removing the Classic UI.
- Added new Navigation Route panel, replaces the old from the Trade panel.
- Added new Trade Route Planner panel, accessable via the Trade Scout button.
- Reworked navigation route calculation, now it is more than 10 times faster.
- Any click on a Navigation Marker adds the star system name to the clipboard.
- Reworked Tooltips for the Compact UI.
- Tooltip selection at the Options panel is now stored to the TCE.ini.
- All filter parameters for the Trade Scout and Route Planner are stored also to the TCE.ini.
- Updated Trade panel display adds a second Trade Advisor for returning commodities.
- Added Station Services symbols to Trade panel, Station Database panel and Compact UI.
- Updated Panel Position window display.
- Fixed issues with Stored Locations selections.
- Fixed issues with the Clipboard.
- Fixed an issue at the Station Database panel giving an error, if an unregistered station is the selected destination.
- Fixed reported overflow error at start of TCE.
- Fixed an error at the Commodity panel, when entering stock values manually.

Note:
Please use the Transfer Database Manager to make your database compatible to the actual version of TCE.
For usage of the Trade Route Planner, please read here or at the HOW TO OPERATE section of the first post.
 
Last edited:
Hello Eventure

Can you add the following features to the next version?

- Control or exploited system
- Which power holds or exploits the system
- Minor factions in a system (can type in the faction name and select type)
- Pending states for a faction (there can be more than one)
- Current states for a faction (there can be more than one)
- Influence percentage (also whether the influence is going up, down or level)
- For a station, the faction that controls it

Thanks in advance.

yyy
 
Last edited:
Oh well it your loss. You really missing out on very useful tool.

Yep have to agree when this tool first came out I wanted it but was not too happy having to use excel but the more I saw post coming up about it the more
I wanted it so gave Microsoft 2016 a 30 day try just to see how this program worked now two months later I have Office365 installed and just love the program
it's a must have tool...;)
 
Yep have to agree when this tool first came out I wanted it but was not too happy having to use excel but the more I saw post coming up about it the more
I wanted it so gave Microsoft 2016 a 30 day try just to see how this program worked now two months later I have Office365 installed and just love the program
it's a must have tool...;)

Indeed, and with the new version 1.44 it got even better, it's a must-have for every trader.
You're now able to plan your trade routes(loops and single runs), save/change them the way you like.
And TCE lists you the recommended stations / commodities depending on your set parameters for your route!
And again, everything out of your own, self accommodated, hard-earned database!

Man, i love it.
:D
 
Im getting a hard lockup on Bidirectional and route planner. I have to ctrl alt Del to close TCE
Oh sorry it locks up when i click search.
 
Last edited:
Im getting a hard lockup on Bidirectional and route planner. I have to ctrl alt Del to close TCE
Oh sorry it locks up when i click search.


Found the problem, it locks (getting an error), if no routes are found. Releasing an update soon.

Hello Eventure

Can you add the following features to the next version?

- Control or exploited system
- Which power holds or exploits the system
- Minor factions in a system (can type in the faction name and select type)
- Pending states for a faction (there can be more than one)
- Influence percentage (also whether the influence is going up, down or level)
- For a station, the faction that controls it

Thanks in advance.

yyy

Sorry to say that, but there is nothing planned. To be honest, i didnt like powerplay at all, so dont count on any expansion regarding powerplay.
All your required infos can be entered into the note section of the star system or trade station.
 
Last edited:
Update (V1.44a) released:



Changelog:
- Fixed error in bidirectional Trade Scout panel, if no routes were found.


just found a critical, runtime 9:

If FileChosen <> 0 Then
RouteName = fd.SelectedItems(1)
Call Verbindungen_Loeschen
Worksheets("DB_Route").Visible = True
Worksheets("DB_Route").Activate
Worksheets("DB_Route").Range("A1:Z1001").ClearContents
Call DB_Importer(RouteName, "RouteData", "DB_Route", Range("A1"))
ReDim Ar_TradeReg(1 To AzTradeReg, 1 To 11)
AzTradeReg = WorksheetFunction.CountIf(Worksheets("DB_Route").Range("A:A"), ">0")
Ar_TradeReg = Worksheets("DB_Route").Range("A2:K" & AzTradeReg + 1)
For a = 1 To AzTradeReg
Ar_TradeReg(a, 11) = 0
Next a
a = Len(AppPath & "\routes")
RouteName = Mid(RouteName, a + 1, Len(RouteName) - a - 4)
Saving = True
If Ar_TradeReg(1, 5) = 0 Then
Me.CB_Loop.Text = "NO"
Else
Me.CB_Loop.Text = "YES"
End If
Me.CB_Loop.Enabled = False
Saving = False
If AzTradeReg > 10 Then
Saving = True
Me.TR_Scrollbar.max = AzTradeReg - 10
Me.TR_Scrollbar.Value = Me.TR_Scrollbar.max
Saving = False
Call TR_Scrollbar_Change
Call preselect
Call Show_TStations
Else
Saving = True
Me.TR_Scrollbar.max = 0
Me.TR_Scrollbar.Value = 0
Saving = False
Call Show_Register
End If
End If
Me.BTN_Load_Back.BackColor = TCE_Color_Dark
Me.BTN_Load_Label.ForeColor = &HFFFFFF

End Sub


happened after loading a route.
i tried to put a massive route together, but when i hit the main list maximum (srollbar appears),
tce set the route to complete (no loop). there would have been more stations i could've added, though.
decided to save and eventually complete it later, but on loading i got the error.
 
Last edited:
Probably a silly question. Came back to the game a couple of weeks ago and fell in love with this tool. Got it working using the suggestions offered. Now its time to upgrade to 1.44a. I am currently running 1.43. What is the recommended way to do this? Uninstall or clean install. I am assuming that I will need to backup the DB's (those in the DB folder)?
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom