Like a few others the station modules didn't glow red only white. I made the following changes and now they glow red. Not sure if it's right, I'm not a modder but it's working for me so far.
I have made the previous version available in the 'Old Versions' section (the unscanned modules are white). You may try it. A mod incompatibility is the probable cause of the problem, though. You should check if other installed mods are dealing with the station modules. But one can rule out kuertee's Station Scanner since I use it without problem (v6.0).
In my game, the unscanned modules are red but I didn't understand why because the code says they should be white. I didn't change that value though.
You can change those modules from white to red by editing nostationscancolors\libraries\parameters.xml and replace: <undiscovered r="255" g="255" b="255" by <undiscovered r="176" g="176" b="176" or any color you want.
Alright! I suppose you just scan for leaks. You still have to scan each type of modules for them to appear in the encyclopedia. I'll upload that version today.
The changes I made should work but they don't: <undiscovered r="255" g="255" b="255" a="32" fillalpha="0" geomalpha="32"/> The unscanned modules must have some code elsewhere but I can't find where. I am open to suggestions.
10 comments
<undiscovered color="holomap_component_weapon" ref="red" fillalpha="10" geomalpha="92" />
A mod incompatibility is the probable cause of the problem, though. You should check if other installed mods are dealing with the station modules.
But one can rule out kuertee's Station Scanner since I use it without problem (v6.0).
You can change those modules from white to red by editing nostationscancolors\libraries\parameters.xml and replace:
<undiscovered r="255" g="255" b="255"
by
<undiscovered r="176" g="176" b="176" or any color you want.
in
<replace sel="/parameters/holomap/general/colors/component/undiscovered">
<!-- <undiscovered r="176" g="176" b="176" a="32" fillalpha="0" geomalpha="32" /> -->
<undiscovered r="255" g="255" b="255" a="0" fillalpha="32" geomalpha="0"/>
</replace>
I don't play X4 for now so I haven't tested it but it should work.
I have uploaded a version that changes the unscanned modules from white to red (v1.1). Can you tell me if it works?
Also this might conflict with kuertee's Station Scanner.
I'll upload that version today.
The changes I made should work but they don't:<undiscovered r="255" g="255" b="255" a="32" fillalpha="0" geomalpha="32"/>
The unscanned modules must have some code elsewhere but I can't find where.
I am open to suggestions.
So, sorry Eshir but I can't upload that version.