System Requirements
| 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 |
공유기나 방화벽이 있다면 외부로 열어줘야함.
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
Nudity dlc is region locked.
추천
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.
서버자체에서 기본 5분마다 game.db를 저장한다.
game_backup_1.db … … game_backup_30.db
너무 자주한다.
game.ini 수정하여 변경할 수 있다.
[/Script/ConanSandbox.ConanGameMode] PeriodicBackupInterval=780
13분 간격
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
제로데이 버그
증상
INSERT INTO dw_settings (name,value) VALUES ('serverruntime','43200');
https://forums.funcom.com/t/decay-timer-resetting-after-restart/193708/22