|
设置方法:
用记事本、写字板、Word或Excel都可以打开并编辑Tactical_Templates.xml!
格式非常重要,不要随意更改其中的格式型文字,文件内容中不能有任何中文,否则会出错!
文件开头是一段说明,虽然是说明,但仍需按照格式,不能随意变格式,尤其是每行开头和结尾!
下面这个是加了中文解释的文字,仅供参考,设置时不能有中文!
<!-- 如果任何数值设置为0或空缺,都将被设置为球队默认或否。 If any values are set to 0, or not declared, they will set to the team default, or false. -->
<!-- name = 这是战术模板显示的名称。 This is the name which will be displayed for the tactic template. -->
<!-- ment = 心态 Mentatlity Type: 1-20 -->
<!-- crea = 自由度 Creative Freedom Type: 1-20 -->
<!-- pass = 传球方式 Passing Style: 1-20 -->
<!-- clos = 逼抢 Closing Down: 1-20 -->
<!-- tack = 铲抢 Tackling: 轻度Easy=1 正常Normal=2 凶狠Hard=3 -->
<!-- forw = 前插 Forward Runs: 很少Rarely=1 混合Mixed=2 经常Often=3 -->
<!-- ruwb = 突破 Run With Ball: 很少Rarely=1 混合Mixed=2 经常Often=3 -->
<!-- long = 远射 Long Shots: 很少Rarely=1 混合Mixed=2 经常Often=3 -->
<!-- trtb = 直塞 Try Through Balls: 很少Rarely=1 混合Mixed=2 经常Often=3 -->
<!-- cros = 传中 Cross Ball: 很少Rarely=1 混合Mixed=2 经常Often=3 -->
<!-- crof = 传中位置 Cross From: 混合Mixed=1 45度Deep=2 下底Byline=3 -->
<!-- croa = 传中目标 Cross Aim: 混合Mixed=1 中路Centre=2 远门柱FarPost=3 进攻核心TargetmanMan=4 近门柱NearPost=5 -->
<!-- mark = 盯人方式 Marking Type: 区域Zonal=1 盯人ManMarking=2 -->
<!-- tmar = 紧逼盯人 Tight Marking: 球队Team=1 否No=2 是Yes=3 -->
<!-- dist = 开球方式 Distribution Type: 大脚开球LongKick=1 传给后卫DefenderCollect=2 快速手抛QuickThrow=3 -->
<!-- free = 自由人 Free Role: 是True/否False -->
<!-- houb = 控制球 Hold Up Ball: 是True/否False -->
下面是具体球员战术的设置格式,按照上面的说明一一设置即可!
<Record>
<String ID="name" Value="Totti[Comment: Tactical_Templates Player]"/>
<Integer ID="ment" Value = "20"/>
<Integer ID="crea" Value = "20"/>
<Integer ID="pass" Value = "11"/>
<Integer ID="clos" Value = "1"/>
<Integer ID="tack" Value = "1"/>
<Integer ID="forw" Value = "3"/>
<Integer ID="ruwb" Value = "3"/>
<Integer ID="long" Value = "3"/>
<Integer ID="trtb" Value = "3"/>
<Integer ID="cros" Value = "1"/>
<Integer ID="crof" Value = "1"/>
<Integer ID="croa" Value = "1"/>
<Integer ID="mark" Value = "1"/>
<Integer ID="tmar" Value = "2"/>
<Integer ID="free" Value = "True"/>
<Integer ID="houb" Value = "True"/>
</Record> |
|