1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- palworld:
- admin_password: asdfhjfgk7!@^&$1asdf
- server:
- name: TrueNAS Palworld Server
- description: Palworld Server running on TrueNAS
- password: ''
- backup:
- enabled: false
- interval: 60
- keep: 3
- game_params:
- - EpicApp=PalServer
- game_params_extra:
- - -useperfthreads
- - -NoAsyncLoadingThread
- - -UseMultithreadForDS
- ini_keys:
- - key: PlayerDamageRateAttack
- value: "1.000000"
- - key: DropItemMaxNum
- value: "4000"
- - key: Region
- value: ""
- - key: PalEggDefaultHatchingTime
- value: "72.450000"
- - key: bEnablePlayerToPlayerDamage
- value: "True"
- update_public_ip: false
- validate: false
- username: ''
- password: ''
- additional_envs: []
- network:
- host_network: false
- server_port:
- bind_mode: published
- port_number: 27015
- rcon_port:
- bind_mode: published
- port_number: 27016
- run_as:
- user: 568
- group: 568
- ix_volumes:
- steamcmd: /opt/tests/mnt/steamcmd
- server: /opt/tests/mnt/server
- storage:
- steamcmd:
- type: ix_volume
- ix_volume_config:
- dataset_name: steamcmd
- create_host_path: true
- server:
- type: ix_volume
- ix_volume_config:
- dataset_name: server
- create_host_path: true
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|