# DayzServerV2 **Repository Path**: coffee_space/dayz-server-v2 ## Basic Information - **Project Name**: DayzServerV2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-12-24 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 服务器配置 ## 启动服务器 ```bash cd scripts .\start.exe ``` 1. 进入scripts目录 2. 执行start.exe文件 [start.exe](./scripts/start.exe) ## 配置服务器模组 需要加载的模组放在mods文件夹下(没有这个文件夹就新建一个) [banovfrost](./scripts/banovfrost.json) clientsMods:客户端模组 serverMods:服务端模组 !!!Tips!!! json最后一项没有逗号,其他都有逗号 !!!!!!!