Skip to content
0

risk.of.rain2-雨中冒险2

risk.of.rain2-雨中冒险2

steamcmd命令

cmd
steamcmd +login anonymous +app_update 1180760 validate +quit

配置文件

Risk of Rain 2 Dedicated Server\Risk of Rain 2_Data\Config

cfg
//====================//
//服务器启动。CFG//
//====================//
//这是Rain 2专用服务器应用程序启动时自动加载的配置文件。
//您可能根本不应该编辑此文本文件,因为Steam可能会将更改解释为文件损坏,并在您更新服务器或验证其文件时再次用原始文件替换它们。
//创建并使用“server.cfg”来定制您的服务器。
//
remove_all_local_users;

//设置默认参数。可以在server.cfg中重复这些操作,并更改所需的参数。
sv_maxplayers 4;//玩家的最大数量。
steam_server_heartbeat_enabled 1;//设置为0不向主服务器通告。
sv_hostname“雨险2专用服务器”;//将出现在服务器浏览器中的名称。
sv_port 27015;//服务器将绑定到的端口。您不能有多个端口重叠的服务器实例。
steam_server_query_port 27016;
steam_server_stream_port 0;
sv_password“”;//加入此服务器必须提供的密码。如果没有,请留空。这显然没有加密,所以不要使用任何敏感的东西。

//
// Execute any custom configuration here.
//
echo "Loading custom server configuration..."
exec server;

//
// Start hosting.
//
echo "Hosting server..."
host 1;
最近更新