Abandoned [RELEASE] Trade Computer Extension

Status
Thread Closed: Not open for further replies.
But now it's not doing that since I went to station Z - I have got no idea what's going on currently and will report back when I have figured it out

- - - - - Additional Content Posted / Auto Merge - - - - -

Does frontier allow this at all? This seems to change the game alot.

Doesn't change the game at all - it just saves you writing all the prices down
 
It shows you the margin immediately ... players don't have to look for them.

The tool speed things up ... that itself seems to be unfair play. I am sure frontier

will sound the alarm sooner or later ... or try to make the tool not operate well by

changing in house codes.
 
Last edited:
Update (V1.37b) released:
- Import of old databases without painite enabled, TCE will add the missing entries.
- Added position info, when in transit.
 
It shows you the margin immediately ... players don't have to look for them.

The tool speed things up ... that itself seems to be unfair play. I am sure frontier

will sound the alarm sooner or later ... or try to make the tool not operate well by

changing in house codes.

I would think it more likely that Frontier will be kicking themselves that they didn't think of this first.
It's the year three thousand and something or other - why would I need a pencil and notebook ?

- - - - - Additional Content Posted / Auto Merge - - - - -

Update (V1.37b) released:
- Import of old databases without painite enabled, TCE will add the missing entries.
- Added position info, when in transit.

Thank you once again :)
 
I would think it more likely that Frontier will be kicking themselves that they didn't think of this first.
It's the year three thousand and something or other - why would I need a pencil and notebook ?


Are you sure they be kicking themselves or kicking this? Anyways good luck on using the tool.
 
Check the date of the original post - do you think Frontier haven't seen this tool ? It's been running for months.
Download it, enjoy it and pray that Frontier give this guy a job.
 
I would think it more likely that Frontier will be kicking themselves that they didn't think of this first.
It's the year three thousand and something or other - why would I need a pencil and notebook ?

Thank you once again :)

I agree. Its a future where people colonize new planets, but you have to use a notepad to write down station trade info?
 
Does frontier allow this at all? This seems to change the game alot.

I will not use this tool for the respect of the original design of the game

by frontier.

There is no mod here, the tool does the same as using pen and paper but it does it directly in the game.
It doesn't even provide any market data that you do not collect yourself,
so in that sense it is much more in the spirit of the game then any of the other tools out there where everybody shares their market data !

But if you do not like it, nobody is forcing you to use it or even to come back to this page !

Enjoy.
 
Update (V1.37b) released:
- Import of old databases without painite enabled, TCE will add the missing entries.
- Added position info, when in transit.

I kept getting Error 9 after overwiting my folder with V1.37 Full and V1.37b update.

So I deleted everything and started from scratch after having saved my database in a different folder.

Now TCE starts.

But when I try to import I get this :

import.jpg

If i click ok on the above 3 or for times I then get a couple of white checkboxes:
Checkboxes.jpg

and if I check the boxed and start import I get :

to low.jpg



and if I try to start TCE V1.37b with only the 2 station db provided with V1.37 Full I get error 9

Sub DES_Systems()

Dim Station_ID_S As Long, Station_ID_Z As Long, ArProfit As Variant, b As Long, c As Long, lLZeile As Long, a As Long, Y As Long, ArMaxPrice(1 To 10000) As Long
Dim ArStations As Variant, ArCopy As Variant, x As Long

Call Add_DES_Stations
Worksheets("Pre_Select").Range("Y2:Y1001").ClearContents
'Systemname schreiben
Station_ID_S = Worksheets("Werte").Cells(3, 2).Value
For Y = 1 To Worksheets("Werte").Cells(79, 8).Value
DoEvents
ReDim ArProfit(AzGoods)
Station_ID_Z = Worksheets("Pre_Select").Cells(1 + Y, 18).Value
For c = 3 To AzGoods + 2
DoEvents
If ArData_Buy(c, Station_ID_S + 2) <> 0 And ArData_Buy(c, Station_ID_S + 2) <> "" And ArData_Sell(c, Station_ID_Z + 2) <> 0 And ArData_Sell(c, Station_ID_Z + 2) <> "" And ArData_Sell(c, Station_ID_Z + 2) - ArData_Buy(c, Station_ID_S + 2) > 0 Then
ArProfit(c - 2) = ArData_Sell(c, Station_ID_Z + 2) - ArData_Buy(c, Station_ID_S + 2)
End If
Next c
ArMaxPrice(Y) = WorksheetFunction.Max(ArProfit)
Erase ArProfit
Next Y
With Application.WorksheetFunction
Worksheets("Pre_Select").Range("Y2:Y" & Worksheets("Werte").Cells(40, 2).Value + 1) = .Transpose(ArMaxPrice)
End With
Worksheets("Systems").Activate
Worksheets("Systems").Range("L2:V20001").ClearContents
Worksheets("Systems").Range("L2:V" & Worksheets("Werte").Cells(40, 2).Value + 1).Value = Worksheets("Pre_Select").Range("P2:Z" & Worksheets("Werte").Cells(40, 2).Value + 1).Value
Call Add_DES_Stations_UR
ActiveWorkbook.Worksheets("Systems").Sort.SortFields.Clear
ActiveWorkbook.Worksheets("Systems").Sort.SortFields.Add Key:=Range( _
"U2:U20001"), SortOn:=xlSortOnValues, Order:=xlDescending, DataOption:= _
xlSortNormal
With ActiveWorkbook.Worksheets("Systems").Sort
.SetRange Range("L1:V20001")
.Header = xlYes
.MatchCase = False
.Orientation = xlTopToBottom
.SortMethod = xlPinYin
.Apply
End With
If Worksheets("DB_Config").Cells(2, 14).Value = True Then
If Worksheets("Systems").Cells(2, 12).Value <> "" Then
For a = 1 To AzRegStations - 1
If (Ar_Type(Ar_DBRegStations(Worksheets("Systems").Cells(1 + a, 14).Value, 10), 3) = "L" And Worksheets("Data").Cells(111, 2).Value = True) Or (Ar_Type(Ar_DBRegStations(Worksheets("Systems").Cells(1 + a, 14).Value, 10), 3) = "M" And Worksheets("Data").Cells(110, 2).Value = True = True) Or (Ar_Type(Ar_DBRegStations(Worksheets("Systems").Cells(1 + a, 14).Value, 10), 3) = "S" And Worksheets("Data").Cells(109, 2).Value = True) Then
Worksheets("Werte").Cells(12, 2).Value = Worksheets("Systems").Cells(a + 1, 12).Value
Worksheets("Werte").Cells(13, 2).Value = Worksheets("Systems").Cells(a + 1, 14).Value
a = AzRegStations - 1
End If
Next a
Worksheets("DB_Config").Cells(2, 5).Value = Worksheets("Werte").Cells(12, 2).Value
Worksheets("DB_Config").Cells(2, 6).Value = Worksheets("Werte").Cells(13, 2).Value
Call Check_Size
If Main_Panel = "TOP" Then
Panel_Menu_top.DES_Label.Caption = "AUTO DESTINATION"
Panel_Menu_top.DES_Info.Caption = Worksheets("Werte").Cells(14, 2).Value & " : " & Worksheets("Werte").Cells(15, 2).Value
Panel_Menu_top.DES_Juris.Caption = Worksheets("Werte").Cells(16, 2).Value & " SPACE"
Panel_Menu_top.DES_Eco.Caption = Worksheets("Werte").Cells(17, 2).Value
If Worksheets("Werte").Cells(14, 2).Value = Worksheets("ShipLog").Cells(Worksheets("Werte").Cells(74, 3).Value + 1, 2).Value Then
Panel_Menu_top.DES_Distance.Caption = Worksheets("Werte").Cells(18, 5).Text & " LS"
Else
Panel_Menu_top.DES_Distance.Caption = Worksheets("Werte").Cells(16, 5).Value & " LY"
End If
Else
Panel_Menu_bottom.DES_Label.Caption = "AUTO DESTINATION"
Panel_Menu_bottom.DES_Info.Caption = Worksheets("Werte").Cells(14, 2).Value & " : " & Worksheets("Werte").Cells(15, 2).Value
Panel_Menu_bottom.DES_Juris.Caption = Worksheets("Werte").Cells(16, 2).Value & " SPACE"
Panel_Menu_bottom.DES_Eco.Caption = Worksheets("Werte").Cells(17, 2).Value
If Worksheets("Werte").Cells(14, 2).Value = Worksheets("ShipLog").Cells(Worksheets("Werte").Cells(74, 3).Value + 1, 2).Value Then
Panel_Menu_bottom.DES_Distance.Caption = Worksheets("Werte").Cells(18, 5).Text & " LS"
Else
Panel_Menu_bottom.DES_Distance.Caption = Worksheets("Werte").Cells(16, 5).Value & " LY"
End If
End If
Panel_Trade.CB_Route.ListIndex = Worksheets("Werte").Cells(53, 5).Value - 1
Panel_Trade.DES_Label.Caption = "RECOMMENDED STATION"
Else
Worksheets("DB_Config").Cells(2, 14).Value = False
Call save_TCE_ini
If Main_Panel = "TOP" Then
Panel_Menu_top.DES_Label.Caption = "SELECTED DESTINATION"
Else
Panel_Menu_bottom.DES_Label.Caption = "SELECTED DESTINATION"
End If
Panel_Trade.CB_Route.ListIndex = Worksheets("Werte").Cells(53, 5).Value - 1
Panel_Trade.DES_Label.Caption = "SELECTED STATION"
End If
End If


End Sub
 
Last edited:
I kept getting Error 9 after overwiting my folder with V1.37 Full and V1.37b update.

So I deleted everything and started from scratch after having saved my database in a different folder.

Now TCE starts.

But when I try to import I get this :
View attachment 21226

If i click ok on the above 3 or for times I then get a couple of white checkboxes:
View attachment 21225

and if I check the boxed and start import I get :

View attachment 21227

Your backup cant be accessed by TCE, perhaps a security issue. UAC is deactivated?

Found your second issue. Please add to the 2 Station database at the Type table a new entry ID: 12 Type: UNSANCTIONED OUTPOST Padsize: M for the moment. Will correct the database asap included at the Full-Version.

Updated the V1.37 Full-Version non-installer and released a new V1.37b Full-Version installer, because blank and 2 Station database misses one stationtype, please reload.
 
Last edited:
Your backup cant be accessed by TCE, perhaps a security issue. UAC is deactivated?

Found your second issue. Please add to the 2 Station database at the Type table a new entry ID: 12 Type: UNSANCTIONED OUTPOST Padsize: M for the moment. Will correct the database asap included at the Full-Version.

Updated the V1.37 Full-Version non-installer and released a new V1.37b Full-Version installer, because blank and 2 Station database misses one stationtype, please reload.

UAC.jpg



Will try again with your new update now
 
Updated the V1.37 Full-Version non-installer and released a new V1.37b Full-Version installer, because blank and 2 Station database misses one stationtype, please reload.

Just tried again with the new V1.37 non installer and Update V1.37b after erasing everything and starting fresh.

TCE starts but the import gives me the exact same errors as before.

1004 a few times the 2 blank checkboxes


Using and saving data to the new db works fine thought !
 
Last edited:
Just tried again with the new V1.37 non installer and Update V1.37b after erasing everything and starting fresh.

TCE starts but the import gives me the exact same errors as before.

1004 a few times the 2 blank checkboxes

Please try a new copy of your backup archive or use a different backup to test. Any possibility to upload your database, so i can try it?
 
Please try a new copy of your backup archive or use a different backup to test. Any possibility to upload your database, so i can try it?


Yeah I've already tried a few older backups and I get the same errors

I've sent you a private message with the dropbox download link for the mdb I just tried to import.
The backup was made 2015-03-14 10h27 before I upgraded to V1.37 Full for the first time.
So I was on V1.37 Beta 4 at the time and mostly everything was working ok.
 
Last edited:
I am totally confused.
I just tried the new version and tried to import the old database. I had to end the task after the import because the "Success" message was behind the Import Database window.
It said it was successful but I cannot see any of my saved exploration progress or stations.
Can you advise as I cannot use TCE currently.
 
Yeah I've already tried a few older backups and I get the same errors

About 8 min left before upload is completed.
I'll send you a private message with the dropbox download link for the mdb I just tried to import.
The backup was made 2015-03-14 10h27 before I upgraded to V1.37 Full for the first time.
So I was on V1.37 Beta 4 at the time and mostly everything was working ok.

Thanks, I try the import with it and if all works i send it you back.

- - - - - Additional Content Posted / Auto Merge - - - - -

I am totally confused.
I just tried the new version and tried to import the old database. I had to end the task after the import because the "Success" message was behind the Import Database window.
It said it was successful but I cannot see any of my saved exploration progress or stations.
Can you advise as I cannot use TCE currently.

Did you saw at the Import Windows any adds of Trade Stations (like Trade Station: +x)?
 
It shows you the margin immediately ... players don't have to look for them.

The tool speed things up ... that itself seems to be unfair play. I am sure frontier

will sound the alarm sooner or later ... or try to make the tool not operate well by

changing in house codes.

1: It doesn't make the game quicker, not for me as I don't usually pick something because of trade profit, that's a secondary goal for me.

2: This tool has been around for month's so if FDEV had a problem with it they would have done so. They haven't done so as it's perfectly fine to use tools.

3: FDEV are even creating API's to help tool makers even more. They actively encourage player made tool's.

4: Everything recorded is your data, unlike other's that are crowd scourced, FDEV have no problems with thouse tools either. Have you gone into thouse forums as well to state this is cheating?
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom