찾기
내용으로 건너뛰기
추적
문서의 이전 판을 선택했습니다!
저장하면 이 자료로 새 판을 만듭니다.
미디어 파일
{{tag> 서버 }} ====== 서버 ====== [[https://developer.valvesoftware.com/wiki/Dedicated_Servers_List|Steamcmd로 서버 가능한 게임목록]] =====준비===== ====사양==== System Requirements - CPU: 2.4 GHz/3.4GHz Turbo ((서버는 싱글 쓰레드이며, 적어도 core 2개 추천)) - RAM: 8 GB (4GB는 실행 안됨) - Disk space: 35 GB |Players|CPU|Memory|Disk| |10|2c/2t @3.0Ghz|8Gb|35Gb| |35|4c/4t @3.1Ghz|8Gb|35Gb| |50|4c/8t @3.5Ghz|12Gb|35Gb| |70|4c/8t @4.0Ghz|12Gb|35Gb| ====포트==== 공유기나 방화벽이 있다면 외부로 열어줘야함. * Game Client: UDP 7777 * Raw UDP Port: UDP 7778 * Query Port: UDP 27015 * RCON Port: TCP 25575 ====윈도우==== {{:game:conan:서버_2737.png|}} [[https://forums.funcom.com/t/conan-exiles-dedicated-server-launcher-official-version-1-7-2-beta/21699|Conan Exiles Dedicated Server Launcher (GUI)]] 이거 쓰는게 제일 편함. 업데이트도 자동임. ㅜㅠ ====리눅스==== [[https://conanexiles.fandom.com/wiki/Dedicated_Server_Setup:_Linux_and_Wine|리눅스 설정법(추천)]] [[https://www.psychz.net/client/kb/en/how-to-setup-a-dedicated-server-for-conan-exiles.html|리눅스 설정법 (Old)]] xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' wine /home/steam/conan_exiles/ConanSandboxServer.exe -log If you start the server with the “-log” option, the server logs are found in INSTALL_DIR/ConanSandbox/Saved/Logs/ (in our instructions it would be /home/steam/Conan_Exiles/ConanSandbox/Saved/Logs/). -Log 옵션 안하면 로그가 한파일에 계쏙 쌓임. -log 해주면 하루 단위로 잘라줌. ===서비스 등록=== <file ini> [Unit] Description=Conan Exiles Server After=network.target [Service] - Set the user, group and relative directory WorkingDirectory=/home/conanserver/server/ User=conanserver Group=conanserver - Run xvfb-run to start the server ExecStart=/usr/bin/xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' wine /home/conanserver/server/ConanSandboxServer.exe [Install] WantedBy=multi-user.target Alias=conan.service </file> 상태보기: sudo systemctl status conanexiles 서버정지: sudo systemctl stop conanexiles 재시작: sudo systemctl enable conanexiles ====모드==== https://forums.funcom.com/t/mods-on-microsoft-store-pc-and-how-to-install-them/168411 https://forums.funcom.com/t/no-mods-option-in-main-menu/169452/2 * Simple Minimap (by Xevyr) v1.2.1 2898150544 * Primal Instincts 0.0.5 3006687817 * Kerozards Paragon Leveling 1629644846 * Stacksize Plus v1.8.4 1396310739 * Fashionist v4.4.8 1159180273 * Hyborian Body/Armor 1565975019 젖탱이 보임 Nudity dlc is region locked. ====게임서버설정==== 추천 - 배고픔 갈증 0.5배, 밤 시간 속도 1.5배 - 자원 채집 2배 자원 리스폰 2배, 연료소모 0.5배 - 경험치 2배 체력회복 2.5배 - 노예 개종 속도 10배 (설정 값에서 0.1 해야 10배 됨) - 퍼지시 건축 허용 - 로그아웃시 캐릭터 월드에 남기지 않음 - 아시아에서만 접속 가능 ===자동백업 설정=== controlling the gamedb backup in the game.ini file.(([[https://forums.funcom.com/t/dedicated-server-auto-backup-should-be-adjustable-in-the-config/117129/5|펀컴포럼]])) [/Script/ConanSandbox.ConanGameMode] PeriodicBackupInterval=1800 For what I know, the period is the number of seconds between two backups, so a very high value like 9999999.0f would basically disable it (no idea if the game would even try to save it on exit, so be careful) 1800초는 30분 Open ''ServerSettings.ini''. Look for and set MaxNudity=2 Save and close the file. Open ''Game.ini''. Look for and set NudityLevel=2 Save and close the file. ====국가코드로 접속차단==== [[https://www.iban.com/country-codes|국가코드]] 게임내 서버 설정에서 국가 코드란에 CN,JM 이런식으로 공백없이 컴마로 구분하여 입력하면 된다. (예는 중국, 자메이카) ====Rcon==== https://conanexiles.fandom.com/wiki/Rcon ====게임디비==== https://forums.funcom.com/t/server-launcher-showing-age-0-player-buildings-are-updated-on-every-restart-help/189984/7 ====백업==== ===자동백업=== 서버자체에서 기본 5분마다 ''game.db''를 저장한다. ''game_backup_1.db … … game_backup_30.db'' 너무 자주한다. ''game.ini'' 수정하여 변경할 수 있다. [/Script/ConanSandbox.ConanGameMode] PeriodicBackupInterval=780 13분 간격 ===수동백업=== - Game database - Last log file - Game.ini - Engine.ini - ServerSettings.ini - modlist.txt (if mod server) ====업데이트==== steamcmd +@sSteamCmdForcePlatformType windows login anonymous app_update 443030 app_update 443030 vailidate app_status 443030 =====로그===== Playername entered movement mode Flying (player is not admin) 말 타면 이런 로그 발생함. 하.. ㅅㅂ =====이동?===== https://forums.funcom.com/t/transfer-game-pass-save-game-to-steam/182101/4 게임패스 액자일 세이브 위치 C:\Users\사용자이름\AppData\Local\ConanSandbox\Saved\Config\WindowsNoEditor =====버그===== 제로데이 버그 증상 - 서버 나이가 항상 '0' - Decay 타이머가 안움직임 /* INSERT INTO dw_settings (name,value) VALUES ('serverruntime','3677564.48736522'); */ INSERT INTO dw_settings (name,value) VALUES ('serverruntime','43200'); https://forums.funcom.com/t/decay-timer-resetting-after-restart/193708/22
2+1?
이 필드는 비어 있도록 유지하세요:
저장
미리 보기
취소
편집 요약
참고: 이 문서를 편집하면 내용은 다음 라이선스에 따라 배포하는 데 동의하는 것으로 간주합니다:
CC Attribution-Noncommercial-Share Alike 4.0 International
문서 도구
문서 보기
이전 판
연결문서
맨 위로
다크 모드로 보기
☀️
Toggle Menu
코난 엑자일스 (Conan Exiles)
너두 고쳐두 됩니다.
사이트 도구
최근 바뀜
미디어 관리자
사이트맵
사용자 도구
등록
로긴
최근 수정된 문서
cin
cervical_cancer
semen_analysis
[정자 향상을 위한 방법]
misuse_endixg
misuse_celestoneg2
misuse_celestoneg28
hysterosalpingography
[비정상]
med
[난임]
misuse_topical5
노박
unique_items
dinner_bell
deputy_beagle
ratslayer
one_for_my_baby
alerio
power_fist
제거됨