Discovery Gaming Community
[Equipment] Jump Drive does not detect Frankfurt-Hamburg link - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7)
+--- Forum: Discovery Mod General Discussion (https://discoverygc.com/forums/forumdisplay.php?fid=37)
+---- Forum: Discovery Mod Bug Reports (https://discoverygc.com/forums/forumdisplay.php?fid=573)
+----- Forum: Fixed or invalid (https://discoverygc.com/forums/forumdisplay.php?fid=574)
+----- Thread: [Equipment] Jump Drive does not detect Frankfurt-Hamburg link (/showthread.php?tid=201567)



[Equipment] Jump Drive does not detect Frankfurt-Hamburg link - Schxer - 01-25-2024

Type: Equipment
Bug: Jump Drive does not detect the Frankfurt-Hamburg Link

Reproduction Steps:
  • Step 1 Go to Sigma-15
  • Step 2 Do /jump list
  • Step 3



RE: [Equipment] Jump Drive does not detect Frankfurt-Hamburg link - Alex. - 04-19-2024

It looks like this data comes from jump_allowedsystems.cfg in the server config, rather than reading actual system files. It's probably outdated. I could repair this particular case but I imagine I would be missing much more.


RE: [Equipment] Jump Drive does not detect Frankfurt-Hamburg link - Alex. - 04-19-2024

Although:
Code:
[system]
origin_system = rh09
depth = 1
target_system = rh04
target_system = bw05
target_system = bw06
[system]
origin_system = rh09
depth = 2
target_system = rh05
target_system = rh02
target_system = ku04
target_system = rh01
target_system = ew04
target_system = bw07
target_system = rh08
[system]
origin_system = rh09
depth = 3
target_system = iw01
target_system = rh07
target_system = ku05
target_system = iw02
target_system = ku01
target_system = bw04
target_system = ew03
target_system = hi01
target_system = ew02
target_system = st04
target_system = hi02
target_system = ew06
target_system = bw69
target_system = rh03
Suggests it should show up at 2 jumps - so maybe this has been fixed? The file has a modification timestamp of 2024-02-10 12:48:58 so it's possible it's been fixed since this was posted


RE: [Equipment] Jump Drive does not detect Frankfurt-Hamburg link - Aingar - 04-20-2024

I have brought it up to Haste and he regenerated the file some time ago. Closing as fixed.