Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I have a few questions on your screenshot...
- What sector did the issue occur in?
- How far out were the satellites being generated from?
- How fast was your ship ...?
- How often (or far apart) were the satellites being generated from each other?
- What faction/race were you (I notice that there's some red & blue stations)?
- Is the screenshot an edited screenshot or an actual in-game one?
Ideally I need a save-game or an actual screenshot, otherwise it's difficult to see what's really going on. Please send me something when you have the time and are experiencing it again. Thanks.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2363968306
here again in the same sector, an endless line of satellites from the port appeared
Can you also send me a link to a save-game so I can investigate what seems to be happening, thanks?
https://drive.google.com/file/d/1HTl_30OkTwIEupxQQTjU7nh_bSqM5Sf-/view?usp=sharing
I attach names to Navbeacons but they're of the form "Beacon Iota 457" or have labels indicating a Wreck or some such other item...
Looking at the "Faction Enhancer - Catchup Module" code I can see the following references which seem to confirm that it is responsible for the continuous line of NavBeacons you are observing. The "Encounters" mod may of course add other occasional objects on your flight path but they will likely be more randomly spaced, named differently and owned by various factions (primarily but not just the sector owner).
md\FactionLogic_Catchup.xml (648-677) : Navigation beacons will be created every ~30km in a continuous line to a fixed position and each is named "Planetary Guidance Beacon".
t\0001.xml (8) : <t id="2103">Planetary Guidance Beacon</t>
Please let me know of anything else which doesn't seem right and/or suggestions for improvement. Thanks again :)