서버
준비
사양
System Requirements
- CPU: 2.4 GHz/3.4GHz Turbo 1)
- 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
윈도우
리눅스
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 해주면 하루 단위로 잘라줌.
서비스 등록
[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
상태보기:
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.2)
[/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.
국가코드로 접속차단
Rcon
게임디비
백업
자동백업
서버자체에서 기본 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','43200');
https://forums.funcom.com/t/decay-timer-resetting-after-restart/193708/22
