@Leann3
You can see for yourself much better exactly what type of economies your stations have, by checking the journal log (after docking at that station). Open it with notepad or any other text editor and do a search for the keyword "StationEconomy". Most likely location for it is:
You would find in there something that could look like this:
This random example means the station has multiple economies: refinery 1.15, industrial 0.45, extraction 0.3, agriculture 0.15. You will see in game only the largest, in this case refinery.
You can see for yourself much better exactly what type of economies your stations have, by checking the journal log (after docking at that station). Open it with notepad or any other text editor and do a search for the keyword "StationEconomy". Most likely location for it is:
%HomeDrive%%HomePath%\Saved Games\Frontier Developments\Elite Dangerous
You would find in there something that could look like this:
"StationEconomy":"$economy_Refinery;", "StationEconomy_Localised":"Refinery", "StationEconomies":[ { "Name":"$economy_Refinery;", "Name_Localised":"Refinery", "Proportion":1.150000 }, { "Name":"$economy_Industrial;", "Name_Localised":"Industrial", "Proportion":0.450000 }, { "Name":"$economy_Extraction;", "Name_Localised":"Extraction", "Proportion":0.300000 }, { "Name":"$economy_Agri;", "Name_Localised":"Agriculture", "Proportion":0.150000 } ]
This random example means the station has multiple economies: refinery 1.15, industrial 0.45, extraction 0.3, agriculture 0.15. You will see in game only the largest, in this case refinery.
Last edited: