Stellaris

Stellaris

Hyperlane Variety (Blue)
17 kommentarer
Red2401 30. aug. kl. 22:26 
Gold star, mythX
Myth-X 30. jan. kl. 15:54 
So i have found a way to implement this mod directly into your Stellaris game files (since this is the only way that worked for me)

First you need to navigate into the 00_defines.txt file in the base game as well as the zz_defines.txt file in the mod files (The mod file for this mod is called 2813247928)

Now you will need to find the section of the base game 00_defines.txt file and locate NGraphics, scroll down to where it has the hyperlane and hyper relay lines of code.

Then go back to this mods defines file and copy the following code into the exact place to where it is in the base game defines file:
Myth-X 30. jan. kl. 15:54 
HIDE_HYPERLANES_OUTSIDE_TERRA_INCOGNITA = yes

SENSOR_RANGE_COLOR_MEDIUM = { 0.0 0.7 0.3 0.3 }
SENSOR_RANGE_COLOR_LOW = { 1.0 0.5 0.0 0.2 }

HYPERLANE_DEFAULT_COLOR = { 1.0 1.0 1.0 0.1 }
HYPERLANE_NO_ACCESS_COLOR = { 1.0 0.0 0.0 0.5 }
HYPERLANE_RELAY_COLOR = { 0.0 0.3 1.0 0.7}
HYPERLANE_RELAY_NOT_CONNECTED_COLOR = { 0.4 0.0 1.0 0.6}

HYPERLANE_SCREENSIZE_DEFAULT = 0.01
HYPERLANE_SCREENSIZE_MIN = 0.01
HYPERLANE_SCREENSIZE_MAX = 5.0
HYPERLANE_THICKNESS_DEFAULT = 0.5
HYPERLANE_THICKNESS_RELAY = 1.0

Once you have done that, you can press save and load up a fresh Stellaris game to test if it worked (preferably with no mods just to test if it has worked correctly)

- Myth-X ;)
Ferret 5. mar. 2023 kl. 19:57 
Doesn't seem to work anymore, but man does the vanilla game need colored relay networks! Hope you have the time to update (or teach me how idiot I am for not getting it to work).
Aetherial  [ophavsmand] 26. juni 2022 kl. 0:08 
@Razeluxe Do you mean where you can see only the relay-connected lanes and the regular hyperlanes are invisible? Or do you mean vanilla hyperlanes with the new relay colors?
Aetherial  [ophavsmand] 26. juni 2022 kl. 0:05 
@ERROR//UNKNOWN sorry about the delay, busy life, lol. Something like this? :
https://steamcommunity.com/sharedfiles/filedetails/?id=2826152403
Razeluxe 20. juni 2022 kl. 19:24 
i have a question, can you make it visible for hyperlane network only? so no "regular hyperlane" on it, only the network that we have constructed
Zia 9. juni 2022 kl. 12:22 
Awesome! I am enthused to see it!
Aetherial  [ophavsmand] 1. juni 2022 kl. 20:10 
@ERROR//UNKNOWN Sure, it's a pretty easy adjustment to make.
Zia 1. juni 2022 kl. 12:00 
Would you be willing to do one that turns the default lanes more teal, and the relays pink for greater contrast? The blue is almost harder for me to see sometimes and I'm not sure why.
LukyLucaz 1. juni 2022 kl. 6:16 
Beautiful mod! Love how clean this makes your hyperlanes look! Thanks!
T145 30. maj 2022 kl. 13:10 
The project name should be updated to something like "Relay Network Variety," since actual hyperlanes are not having the labelled color change.
Aetherial  [ophavsmand] 29. maj 2022 kl. 16:54 
Updated to 1.1; trimmed out all the parts it doesn't need to override
Aetherial  [ophavsmand] 27. maj 2022 kl. 17:04 
@ac566 Good to know, I'd like it to be more compatible, haha. I was having trouble finding information about modifying hyperlanes though.
ac566 27. maj 2022 kl. 6:34 
you should also look into prefacing the filename with something other than 00, basically the greater the alphanumeric value, the later the file is read. I.E. if you start the filename with z or something it will load last and will be less likely to be overriden
ac566 27. maj 2022 kl. 6:32 
Noticed an issue, in your defines file, you seem to have copied it over in it's entirety. For Defines you actually only need to copy the specific overrides, that way you won't override the original files, or any other mods'.
ac566 27. maj 2022 kl. 6:27 
Looks good, I've been looking for something like this