Abandoned [RELEASE] Trade Computer Extension

Status
Thread Closed: Not open for further replies.
There are some more commodities than just Painite:

Found them in that thread:

Neat.

I think only HAFNIUM will be in the commodities screen as it's labeled METALS, the others are SALVAGE. You can add new commodities through TCE, but as stated in a previous post you'll also need to add it to EliteOCR.

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

Goods from the salvage category are not tradable between stations (you cant buy this wares). Don't know about Hafnium 178, it is are rare good?

Ah I didn't know it was a Rare.
 
While saving the commodity prices. I removed Painite from the commodities database and TCE is working again

Please check the goods table from your database (TCE.mdb). Are there only 80 entries? Check the StationPrices table too. There should be only 80 entries for each station registered (80 x Stations = total entries).
 
A "LOCKED" Database tab can have two reasons:
1. TCE cant find the NetLog file of ED (please check your path selection). Please check also the shiplog panel. Perhaps it offers more informations

The app can find NETLOG.

It cannot find POSITION DATA.

I have restarted ED since TCE modified the AppConfig.xml

TCE - Position Data Not Found.png


>>>>> I sorted this out. With this newer version, it is ESSENTIAL to have ED open BEFORE opening TCE. Without Positional data from the client, it will lock the DATABASE panel. <<<<<<
 
Last edited:
I get everytime I come into a new star system I never visited, the Runtime error 9, Index außerhalb des gültigen Bereichs

2015-03-13 23_41_51-Panel_Menu_top.png
 
I get everytime I come into a new star system I never visited, the Runtime error 9, Index außerhalb des gültigen Bereichs

This marked codeline checks the padsize of a station. There are 11 possible stationtypes in the database "Type" table. Did you add one yourself into the Type table of TCE.mdb and saved a station with it?
 
Sorry in advance for not wanting to wade through 82 pages, cause I know this has been asked before, but how in the heck do I lose the head look focus on my mouse? I never use it as I have a hat on my hotas, but when I go to use TCE, the ship keeps spinning around as I try to click on the menu and it drives me crazy. I swear I have gone through the manual, pilots guide, TCE instructs, but completely missed any reference. Thanks in advance for any help here.
 
Full-Version (V1.37) and Update released:

Full Changelog (incl. beta):
- New Trade Scout panel (updated HOW TO OPERATE section at the main page).
- New Star System Summary panel (displays, when arriving at a star system, can be deactivated at the Options panel).
- New Hotkey feature to completely hide/show TCE (click the button at the Options panel, to select a key, click again to clear the key)
- Import panel upgrade (its now possible to select the stations before importing to database and creating a clean database with a minimum of two stations of your choice)
- Bugfix and code optimizations at Main panel (Bottom panel especially).
- Bugfix and code optimizations at Star System Database panel: Hitting ENTER when filling in the distances no longer required. Clipboard use of all reference star names.
- Bugfix and code optimizations at Trade Station Database panel: Add Unregistered Station is now default, except when landed on a registered station.
- Bugfix and code optimizations at Commodity panel: Activating Elite window, when screenshot was taken.
- Bugfix and code optimizations at Cartography: Always centered on your position.
- Bugfix and code optimizations at Position panel: Distances are now correctly listed, when jumping to other star systems.
- Bugfix and code optimizations at Destination panel: Rare issue not showing any trade station, distances are now correctly listed, when jumping to other star systems.
- PAINITE added to commodities
- UNSANCTIONED STATION added to types
- 47 new economies
- Removed HIDE button from Control tab
- Font adjustments for Position and Destination display
- Padsize selection for Auto-Destination (select your Padsize at the Trade Scout panel, exit the panel, open the Options panel, deactivate Auto-Destination and reactivate it again, now padsize limits take effect)
- Removed Exploration and Note box from Star System Database panel, now only accessable throught the Cartography panel.
- New save routine for adding wares (10 times faster)
- New delete button at the Station Database panel. When selecting an unregistered station to add, a button with a red cross appears next to the name of the station. Click it to delete an unregistered station, in case of wrong/false names or doubles.
 
Last edited:
Thanks, Eventure, for this great tool.
I am having a problem with the last version (1.37 full).
When I click the button to set a hotkey, there is a message saying that SPACE was selected as hotkey and TCE begins to hide/unhide all the time.
The problem persists even after I edit TCE.ini with another hotkey.
 
Thanks, Eventure, for this great tool.
I am having a problem with the last version (1.37 full).
When I click the button to set a hotkey, there is a message saying that SPACE was selected as hotkey and TCE begins to hide/unhide all the time.
The problem persists even after I edit TCE.ini with another hotkey.

Change the TCE.ini entry for the hotkey to HotKey=

There is something at your PC, that pressing space. Unplug gaming devices for a test.

Sorry in advance for not wanting to wade through 82 pages, cause I know this has been asked before, but how in the heck do I lose the head look focus on my mouse? I never use it as I have a hat on my hotas, but when I go to use TCE, the ship keeps spinning around as I try to click on the menu and it drives me crazy. I swear I have gone through the manual, pilots guide, TCE instructs, but completely missed any reference. Thanks in advance for any help here.

Deactivate Mouse Control (x/y) at the Options of ED.
 
Last edited:
Thanks for the update, downloading now ! :)

An easy (I hope) feature request.

Could you please add the ability to search for the closest station with a Blackmarket

The easiest way might be to just add it to the "FIND COMMODITY" list in the Trade panel, but that's all up to you.

And while you're at it, it would not hurt to be able to do the same for Repair, Refuel, Rearm, Shipyard and Outfitting ! :)

If you add all of them, you might want to rename the "FIND COMMODITY" box to simply "SEARCH FOR :" or something similar.
 
Last edited:
New release seems to be working fine. My only problem is the system info panel popping up every time I enter a system. Any way to disable this?

The first time it happened it set focus to tce and I almost flew my anaconda in to a sun :)
 
Error 381

Jumped in a system I had never visited before.
Systems was already in the database, no pop up.
opened database/star

got error 381

Could not get the Column property. Invalid property array index.

Private Sub ComboBox1_Change()


Dim DataObj As New MSForms.DataObject
Dim s As String

If Saving = False And Panel_DB_Stars.Visible = True And PanelOpen = True And Stars_Mod = True Then
StarData(1) = Me.ComboBox1.Column(0)
StarData(2) = Me.ComboBox1.Column(1)
StarData(3) = Me.ComboBox1.Column(2)
StarData(4) = Me.ComboBox1.Column(3)
StarData(5) = Me.ComboBox1.Column(4)
StarData(6) = Me.ComboBox1.Column(5)
StarData(7) = Me.ComboBox1.Column(6)
Me.TextBox1.Value = Me.ComboBox1.Column(1)
Me.TextBox2.Value = ""
Worksheets("Werte").Cells(106, 6).Value = ""
Me.TextBox3.Value = ""
Worksheets("Werte").Cells(107, 6).Value = ""
Me.TextBox4.Value = ""
Worksheets("Werte").Cells(108, 6).Value = ""
Me.TextBox7.Value = ""
Worksheets("Werte").Cells(109, 6).Value = ""
Me.TextBox6.Value = Me.ComboBox1.Column(2)
Me.TextBox7.Value = Me.ComboBox1.Column(3)
Me.TextBox8.Value = Me.ComboBox1.Column(4)
s = Me.ComboBox2.Column(1)
DataObj.SetText s
DataObj.PutInClipboard
End If


End Sub



ReStarting TCE and entering DATABASE/STAR again without problems,
Pasting System names, entering coordinates and saving worked beautifully !
I really love it ! This is the great !
 
Last edited:
I'm getting errors and crashes now. I decided to fly back to Imperial space and when I jumped to a system I hadn't explored the runtime error popped up.

I've docked at a station on my way and it crashed and keeps on crashing with : runtime error 9 subscript out of range.

It looks like it's stuck crashed on system Alrai sector OC-V A2-2 as I can't open it up any more.

This is the line highlighted in the debugger (in des_systems ? not an excel user) :

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

Also, when it was working every time the star system summery pops up it flashes a white screen which is also immersion breaking.
 
Last edited:
Status
Thread Closed: Not open for further replies.
Back
Top Bottom