Everything should work but there is a conflict in the data: HIP 24019 and HIP 24020 have the same coordinates.
That's not an error according to Michael Brooks.
Everything should work but there is a conflict in the data: HIP 24019 and HIP 24020 have the same coordinates.
I think that this may be a question more for maddavo than you kfsone.
But if I want to operate as a lone trader who keeps my own database of trade data, who is prepared to share it with others, but who doesn't want their data (I want to discover things on my own), can you confirm the steps.
- Empty the tradedangerous.prices file apart from data I've added myself.
- keep the station.csv and system.csv from maddavo site
- add/upkeep my own trade data using trade.py update
- If I discover a system or station that isn't in the database, try and download newer station.csv and system.csv. If the system/station is still not present, add them myself
- To add a system use the link that maddavo gave me to get coordinates
- When I'm feeling generous upload my .prices file to maddavo
Have I got that right?
Ah I see, so its essentially an SDK?Part of the reason I have TD lurking here in the user-creations forum is that I recognize it's very much a power-user tool. I've tried to build it in such a way that other developers might be able to build on it and use it for the heavy-lifting for their own tools.
To that end, there are a couple of people building things with TD, one of which is Lars project to use something called "flask" to turn TD into a browser-based app that you run locally (you don't need a web server), and someone else was building a GUI.
I dont suppose you have a list of stations at each system too? The best I could find was kfsone one with 434 stations, which im guessing is well short for the 20,000 systems.Of course I benefit from it as well ;-)
Updating the system prices seems to be a bit of a pickle right now though. A while ago there was a Polish man who made this fantastic OCR scanner app that would just print data to a server by reading text straight from your game screen, sadly that's limping behind 6 months by now, and it no longer works. Has anyone figured out something clever to make data entry/updating a bit easier?
There is an iPad/iPhone app which does display market data based on your current location. Someone allready found a way to get the data but didn't share a "howto" and Michael Brooks stated it should not be done.
That was me. I'm not sure if i should give a "howto" since Michael said that they don't want us to use the data outside the app. But there is definitly interesting stuff in that data. Sadly no system coordinates.
I was explicitly vague about that, so you won't get spamed with PMs how you've done it.
'Cephei Sector NX-U B2-6',-91.96875,0.78125,-29.03125,'Gamma1','2014-11-26 15:00:00'
'Cephei Sector NX-U B2-7',-96.53125,1.3125,-29.09375,'Gamma1','2014-11-26 15:00:00'
'Cephei Sector KM-W C1-24',-99.28125,-1.15625,-23.28125,'Gamma1','2014-11-26 15:00:00'
I think that this may be a question more for maddavo than you kfsone.
But if I want to operate as a lone trader who keeps my own database of trade data, who is prepared to share it with others, but who doesn't want their data (I want to discover things on my own), can you confirm the steps.
- Empty the tradedangerous.prices file apart from data I've added myself.
- keep the station.csv and system.csv from maddavo site
- add/upkeep my own trade data using trade.py update
- If I discover a system or station that isn't in the database, try and download newer station.csv and system.csv. If the system/station is still not present, add them myself
- To add a system use the link that maddavo gave me to get coordinates
- When I'm feeling generous upload my .prices file to maddavo
Have I got that right?
Ah I see, so its essentially an SDK?
Generating a multi step trading route and printing it to my orange Logitech G13 screen would be so damn sweet. :')
Updating the system prices seems to be a bit of a pickle right now though. A while ago there was a Polish man who made this fantastic OCR scanner app that would just print data to a server by reading text straight from your game screen, sadly that's limping behind 6 months by now, and it no longer works. Has anyone figured out something clever to make data entry/updating a bit easier?
Quick feedback on the update feature. It lists items in alphabetical order. For some reason, in the Machinery section, the game lists MINERAL EXTRACTORS before MICROBIAL FURNACES.
I have flown through 3 systems this morning that don't appear in maddavo's system.csv. The common factor beween them is that they are Anarchies and/or my rubbish scanner has not found any stations. I mapped their co-ordinates using this link. If you wish to paste them into your system.csv, open the spoiler.
Code:'Cephei Sector NX-U B2-6',-91.96875,0.78125,-29.03125,'Gamma1','2014-11-26 15:00:00' 'Cephei Sector NX-U B2-7',-96.53125,1.3125,-29.09375,'Gamma1','2014-11-26 15:00:00' 'Cephei Sector KM-W C1-24',-99.28125,-1.15625,-23.28125,'Gamma1','2014-11-26 15:00:00'
Please can you tell me how to force trade.py to print out all the steps along the way with a 'nav' argument.
I really love this tool, great job!
for those windows users, who might want to use aliases for quicker access and less typing
create a file macros.txt - sample contents:
trun=trade.py run -v --ship cobra --cap 34 --insurance 70000 $*
trup=trade.py update --vim $*
then create a batch that loads this file and opens a cmd-shell
DOSKEY /MACROFILE=[path_to_file]\macros.txt
START /B CMD
now you have quick access to all your presets![]()
# config.sh
LY=7.56
CAP=4
JUMPS=4
CR=28086
# trun.sh
. config.sh # loads values from config.sh
trade.py --ly=${LY} --cap={$CAP} --jumps=${JUMPS} --cr=${CR} $*
$ trun --from huiport --hops 2
$ trun --from huiport --hops 2 --cap 2
I have flown through 3 systems this morning that don't appear in maddavo's system.csv. The common factor beween them is that they are Anarchies and/or my rubbish scanner has not found any stations. I mapped their co-ordinates using this link. If you wish to paste them into your system.csv, open the spoiler.
Code:'Cephei Sector NX-U B2-6',-91.96875,0.78125,-29.03125,'Gamma1','2014-11-26 15:00:00' 'Cephei Sector NX-U B2-7',-96.53125,1.3125,-29.09375,'Gamma1','2014-11-26 15:00:00' 'Cephei Sector KM-W C1-24',-99.28125,-1.15625,-23.28125,'Gamma1','2014-11-26 15:00:00'
Please can you tell me how to force trade.py to print out all the steps along the way with a 'nav' argument.
Thanks dry, will take a look later.
Bear in mind that Maddavo discards stations which don't have price data.
I'm fairly confident that they have the correct co-ordinates. They are output by trade.py as interim jumps where I would expect them to be.
Yeah, I was getting annoyed with that too. This is because TD displays the data in the order in which it appears in the prices file, and my prices file is generated in Category/Item alphabetical order. The game was headed towards that in Beta2, but with some name changes of items in Beta 3 and Gamma they didn't reorder the items. I was kinda hoping that they would fix up the order but as we're getting closer to release I get the feeling that it's going to stay as it is.Quick feedback on the update feature. It lists items in alphabetical order. For some reason, in the Machinery section, the game lists MINERAL EXTRACTORS before MICROBIAL FURNACES.