How to use a Jump Gate''s gcs_refer_system?
To avoid having the NPCs say "We're heading to <...silence...>" I thought I'd use a gcs_refer_system for an existing system for my added jump gate:
[Object
nickname = Li02_to_Xl02
ids_name = 469012
pos = -6550, 0, -76600
rotate = 0, -175.96, 0
Archetype = jumpgate
msg_id_prefix = gcs_refer_system_Li03 <---------------- Colorado System
ids_info = 66145
jump_effect = jump_effect_bretonia
reputation = li_p_grp
behavior = NOTHING
difficulty_level = 3
goto = Xl02, Xl02_to_Li02, gate_tunnel_bretonia
loadout = jumpgate_li_01
pilot = pilot_solar_hard
So, I was hoping to hear the NPCs say "Looks like we're not the only ones going to the Colorado System", which would make kinda sense, as my Dakota System is between California and Colorado. In Colorado, I could add a gcs_refer_system_Li02 to the Dakota JG, to have them saying they're heading for California.
Alas, it doesn't work. There's the familiar silent gap...
The gcs_refer_system in Universe.ini does eliminate the silent gap, but then the custom System will be called the same (wrong) name, from whatever Jump gate it is accessed, which makes it harder to make it logical: this way, there will always be NPCs seeming to be flying in the opposite direction as they are mentioning)...
So, I want each Jump Gate to have its own gcs_refer_system, and the Jump Gate ini code seems to suggest this should be possible... Does anyone have an idea how to use this properly, or how (if?) it could be done?
Thanks in advance!