投稿を表示

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Liam

ページ: [1]
1
サーバー・イベント管理 連絡 / UAVについて
« 投稿日:: 11月 15, 2018, 02:50:17 am »
最近のイベントで数人が「UAV無かったらいいね」みたいなことを言っています。
私もそう思うので、UAVのことを検討して欲しいです。


UAVをオフする設定:   (realityconfig_local.py)
コード: [Select]
# The teams that can use the UAV type 1 system
# Default is ch, gb, mec, us, usa, cf, ru, idf, ger, fr, nl
#C['ASSET_TEAMS_UAV1'] = ['ch', 'gb', 'mec', 'pl', 'us', 'usa', 'cf', 'ru', 'idf', 'ger', 'fr', 'nl']
C['ASSET_TEAMS_UAV1'] = [] # Empty list means no teams able to use
#
#
# The teams that can use the UAV type 2 system
# Default is chinsurgent
#C['ASSET_TEAMS_UAV2'] = ['chinsurgent']
C['ASSET_TEAMS_UAV2'] = []

ページ: [1]