
저자:nickklmao마지막 업데이트:2025-06-26 13:22:565.9M85KB
게임 내 모드 구성 편집!
bepinex가 설치되어 있는지 확인합니다.
repoconfig 다운로드
RepoConfig.dll 내부 BepInEx/플러그인/현재 지원되고 있는 구성 항목 유형은 bool, int, 떠다, 및
문자열 현재 유형 요구 받아들일 수 있는 평가 목록<string>. (아래의 옵션 설정 참조)범위 설정:
구성 항목<float> 구성 항목<int>허용 가능한 값 범위<float> 또는 허용 가능한 값 범위<int>:floatEntry = Config.Bind ("General", "Float Entry", 2f, new ConfigDescription ("", new AcceptableValueRange<float>(2.5f, 10.5f))); intEntry = Config.Bind ("General", "Int Entry", 2, new ConfigDescription ("", new AcceptableValueRange<int>(0, 100)));
옵션 설정:
구성 항목<string>받아들일 수 있는 평가 목록<string>:gamemodeEntry=Config.Bind ("General", "Gamemode", "Survival", new ConfigDescription ("", new AcceptableValueList)<string>('창의', '생존', '모험 모드')));
설정 숨기기 (대소문자 구분)
구성 항목HideFromREPOConfig:floatEntry = Config.Bind("General "," Float Entry ", 2f, new ConfigDescription("",null," HideFromREPOConfig "));

지금 모드를 다운로드하세요
LagoFast를 설치하고 R.E.P.O.을(를) 시작한 후 좋아하는 모드로 플레이해 보세요.