When I made my entry for DLC I though to my self:
To bad we can only do pedestals for Nexus Linking book like in Kirel (aka Guild Neighborhood), and not full feature version like on Ag'uera island.
I mean: yes we can model full Nexus station, and prompt communicate
"Nexus link has been added"
but we can not actually make Ages which would registered them selfs in Nexus interface.
Adlest that what I though, after analyzing Python code, because it looked to me that list of names of stations potentially registered by function(found in islmRegisterNexusLink.py):
vault.registerMTStation(stationName.value, linkpointName.value)
is rather hard coded somewhere in the game client.
But after checking today, with new avatar, Bevin I see that now we actually have a Bevin with registering Nexus stations wich registers itself in Nexus interfase.
So I ask:
I was wrong?
Does it mean that I can just execute:
vault.registerMTStation("AGEName","LinkInPointName")
and that would actually register any Age in the Nexus?