Can't the names of planets and moons in a star system that are not 100% measured be underlined with a line?
Perhaps, if the player is not looking within a star system, but is out in the StarMap, it would be nice if the given star systems were all underlined, if there is even 1 moon in it, which has not yet been scanned by the ship's scanner... 🤔
Anyone, any ideas?Or is there such a mod somewhere? It would also be nice if this could be solved with some one-time .ini modification.
Hoping you can help me. I was trying to clear out my StarfieldCustom.ini a little bit by converting some stuff to CCR. My StarMap seciton was one of the things I was doing. Now the undiscovered stars have completely disappeared and all I can see are their names (thanks to another mod, I can at least see those). Any idea how I can get them to show back up? I've tried everything I can think of, including undoing my whole CCR shift - all my StarMap edits are back in my SC.ini
Edit: A rogue ini had been created in my data folder for some reason and it seems to have been causing the issue.
It is not impossible. If you can change colors at all, then you can change it to whatever you like.
For those that are interested just change: aStarMapGalaxyUndiscoveredNotInRangeColor=131,24,224,175
I haven't messed around with this yet as I just woke up and downloaded it. However, this works as a RGBA scale (I'm assuming being it's 4 numbers). If this is the case then:
131 = Red 24 = Green 224 = Blue 175 = Alpha
So, just increase the green and decrease the red/blue if you want to have green.
EDIT: Sorry, I'm a idiot. The uploader actually describes this very thing on the "description" page.
Here's my settings for Light Blue / Red version. Check this screenshot as an example. And below are the rgb im using:
[Starmap] aStarMapGalaxyUndiscoveredInRangeColor=35,230,255,255 aStarMapGalaxyUndiscoveredNotInRangeColor=255,30,0,255 fStarMapGalaxyDiscoveredColorBrightness=24 bStarMapSystemOrbitLinesDisable=1 <-- this is from another mod to disable Orbit Lines.
20 comments
Can't the names of planets and moons in a star system that are not 100% measured be underlined with a line?
Perhaps, if the player is not looking within a star system, but is out in the StarMap, it would be nice if the given star systems were all underlined, if there is even 1 moon in it, which has not yet been scanned by the ship's scanner... 🤔
Anyone, any ideas?Or is there such a mod somewhere? It would also be nice if this could be solved with some one-time .ini modification.
Edit: A rogue ini had been created in my data folder for some reason and it seems to have been causing the issue.
is there any command line to edit color for non visited systems when you have scanned them from a distance?
May I ask you if you know the line to change the discovered colors by chance?
aStarMapGalaxyUndiscoveredNotInRangeColor=255,95,226,87
255,226,95 is yellow.
For those that are interested just change:
aStarMapGalaxyUndiscoveredNotInRangeColor=131,24,224,175
I haven't messed around with this yet as I just woke up and downloaded it. However, this works as a RGBA scale (I'm assuming being it's 4 numbers). If this is the case then:
131 = Red
24 = Green
224 = Blue
175 = Alpha
So, just increase the green and decrease the red/blue if you want to have green.
EDIT: Sorry, I'm a idiot. The uploader actually describes this very thing on the "description" page.
And below are the rgb im using:
[Starmap]
aStarMapGalaxyUndiscoveredInRangeColor=35,230,255,255
aStarMapGalaxyUndiscoveredNotInRangeColor=255,30,0,255
fStarMapGalaxyDiscoveredColorBrightness=24
bStarMapSystemOrbitLinesDisable=1 <-- this is from another mod to disable Orbit Lines.