Discussion Cockpit Builder Software

Did anyone try to export panels to secondary display and if not, do you think API can be used to achieve it? Possibly with optional mode to switch panels on one secondary display instead of having 3-5 physical ones.
 
The game doesnt work like that, everything is rendered on the main "monitor". The in game panels are not something you can "force" to a specific monitor. If you have multiple monitors you can do different things to get them to all display the game window, but splitting off a piece of the game UI can't be done.

I have 3 monitors, using Nvidia's software I can blend them into "1" monitor and fool the game into displaying across all 3. AMD has the same capabilities. Not sure about intels graphics.
 
Little late to the party on this one, but I'm getting around the issue in a similar fashion to the above-noted solution: watching the journal and status files, and updating my own local webserver app display to reflect those changes. I'm having some difficulty parsing the actual journal itself from PHP, but the status file gives lots of useful info to work with too!

I have this multi-mode info panel on a small touchsreen on one side:
Capture.PNG


...and the control panel on another touchscreen on the other side:
Capture2.PNG
 
Little late to the party on this one, but I'm getting around the issue in a similar fashion to the above-noted solution: watching the journal and status files, and updating my own local webserver app display to reflect those changes. I'm having some difficulty parsing the actual journal itself from PHP, but the status file gives lots of useful info to work with too!

I have this multi-mode info panel on a small touchsreen on one side:
View attachment 205595

...and the control panel on another touchscreen on the other side:
View attachment 205596
Where did you get the nav route from to import?
Did it come supplied with the estimated scan values or did you source those values from somewhere else ?
 
Last edited:
Where did you get the nav route from to import?
Did it come supplied with the estimated scan values or did you source those values from somewhere else ?

The routing and values information was all provided by https://www.spansh.co.uk, using the Road2Riches mode, and exported as CSV file.
The nav interface imports the file to a local database table, parsing which entries are a new system, and which are bodies within the current system, and displaying it appropriately.
This gives me a handy at-a-glance reference for where I need to go next, rather than sorting my way through the in-game side panel interface. The "PLOT THIS" button simply takes the current system name and spits it out as keyboard input, so as long as the map is open and the search bar is in focus, when I hit that button, the system name will be instantly dropped in, and commits the search.

Different route modes show different kinds of data. A neutron nav route, for example, will show me each segment's target neutron stars, and how many jumps needed to get to that target. This helps me with getting to a distant point more quickly, which is nice for those long sightseeing missions or supply runs to Colonia. Knowing the total number of jumps and how far along I've gotten through them also helps the trip go more smoothly too.
1611852194757.png
 
The routing and values information was all provided by https://www.spansh.co.uk, using the Road2Riches mode, and exported as CSV file.
The nav interface imports the file to a local database table, parsing which entries are a new system, and which are bodies within the current system, and displaying it appropriately.
This gives me a handy at-a-glance reference for where I need to go next, rather than sorting my way through the in-game side panel interface. The "PLOT THIS" button simply takes the current system name and spits it out as keyboard input, so as long as the map is open and the search bar is in focus, when I hit that button, the system name will be instantly dropped in, and commits the search.

Different route modes show different kinds of data. A neutron nav route, for example, will show me each segment's target neutron stars, and how many jumps needed to get to that target. This helps me with getting to a distant point more quickly, which is nice for those long sightseeing missions or supply runs to Colonia. Knowing the total number of jumps and how far along I've gotten through them also helps the trip go more smoothly too.
View attachment 205991
This looks awesome - is it your own software? Do you mind sharing it?
 
Back
Top Bottom