콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환
비트버너

비트버너 – 서버 타겟팅 방향 안내

에 게시됨 12/23/2021 에 의해 WhiskeyFur 1 논평 ~에 비트버너 – 서버 타겟팅 방향 안내
  • 제목: 비트버너
  • 출시일:
  • 개발자:
  • 발행자:
Bitburner에 대한 정보는 아직 불완전합니다.. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

Need a quick route to a particular destination? I’ve created a script that’ll give you the directions.

No more feeling like a lost tourist looking for a node again.

시작하기

This is something of a shortcut to finding some of those harder-to-reach nodes.

You might think your version 2 of the scan-analyzer might give you a way to directly connect to every node… think again.

The scanner only goes to a range of 10 nodes and no further, which means finding the more distant nodes (최대 *13* hops from home!) requires actually going a bit into the wilds and connecting further in before attempting that scan again.

I created this utility to find a path to those distant places, and to make it easier, even create a string you can cut and paste right into your terminal to take you right there.

메모, I’m not going to give away server names here.. that’s more an exercise for the reader.

The Script

/** @param {NS} ns **/
비동기 함수 메인 내보내기(ns) {
	ns.disableLog("모두");
	ns.tail();
    var src = ns.getHostname();
	var tgt = ns.args[0];
	var servers = {};
	var queue = [src];
	var route = [tgt];
	var ptr = tgt;

	servers[src] = "START";

	~하는 동안 (queue.length) {
		var s = queue.pop();
		var links = ns.scan(에스);
		~을 위한 (in = 0; 나 < links.length; i ++) {
			만약에 (!servers[links[나]]) {
				queue.push(links);
				servers[links[나]] = s;
			}
		};
	}

	~하는 동안 (ptr != src) {
		ptr = servers[ptr];
		route.push(ptr);
	}
	route.pop();
	
	ns.print("연결하다 " + route.reverse().join("; 연결하다 "));
}[/code]

Example Usage

From home to omega-net,

[home ~/]> run find.ns omega-net

It will give you this in a window:

connect harakiri-sushi; connect max-hardware; connect omega-net

이것이 오늘 우리가 공유하는 모든 것입니다. 비트버너 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. WhiskeyFur. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:비트버너

탐색 후

이전 게시물: 프레디의 피자가게: 보안 위반 – All Generators in the Daycare Location Guide
다음 게시물: 디스코 엘리시움 – Title Update 2 업적 가이드

논평 (1) on “Bitburner – 서버 타겟팅 방향 안내”

  1. Jorge 라고:
    06/01/2022 ~에 3:35 오전

    Should be
    queue.push(links[나]);

    회신하다

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 비트버너
  • 출시일:
  • 개발자:
  • 발행자:
Bitburner에 대한 정보는 아직 불완전합니다.. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마