複製內容到剪貼板
原始碼:
[aigroup_2]
NormalCars
vehicles\VW_Golf_2\AI_VW_Golf_2.bus 70
vehicles\MB_W123_230E\AI_mb_w123_230e.bus 50
vehicles\MAN_F90\AI_MAN_F90_Wechselbruecke.bus
30
vehicles\MB_W123_230E\AI_mb_w123_230e_cab.bus 10
vehicles\VW_T3\VW_T3_Van.ovh 10
vehicles\VW_T3\VW_T3_Transporter.ovh 10
vehicles\Opel_Manta_B\ai_opel_manta_b.ovh 10
vehicles\Citr_BX\BX.ovh 40
vehicles\MB_T1\ai_mb_t1_kasten.ovh 10
vehicles\MB_T1\ai_mb_t1_rtw.ovh 1
[end]
[aigroup_depot]
Busses
Grundorf
[aigroup_depot_typgroup_2]
Vehicles\MAN_NL_NG\MAN_GN92_main.bus
2530 GRN-V 30
2535 GRN-V 35
[end]
以grundorf为例,上面一行[aigroup_2]NormalCars为小车,ai后面的数字为出现频率
添加时只需要在[end]上面另起一行即可。
下面的 引用框:
[aigroup_depot]
Busses
Grundorf
[aigroup_depot]
为ai车辆(巴士)添加方法和小车差不多,但是要注意这个是不能更改频率的
Busses为ai车辆小组
Grundorf为车辆所在地图的hof,hof和车辆终点站不对应ai电显不会显示,只会显示路号
例如我想要添加一个O530Facelift作为我的AI巴士
[aigroup_depot]
Busses
Grundorf
[aigroup_depot_typgroup_2]
Vehicles\MB_O530_Facelift\12M OM457 EL 2D M.bus
[end]
即可,但这个ai巴士组全部的巴士只能读取已经设置的巴士以及随机涂装。
如果设置的ai巴士组有10辆巴士,而且我不仅想要12m 5辆,我还要18m 5辆。
设置空格时,一定要用tab键隔开
[aigroup_depot]
Busses
Grundorf
[aigroup_depot_typgroup_2]
Vehicles\MB_O530_Facelift\12M OM457 EL 2D M.bus
1111
GRN-V 30
Beige
车辆编号
车牌号
涂装名称
[aigroup_depot]
Busses
Grundorf
[aigroup_depot_typgroup_2]
Vehicles\MB_O530_Facelift\12M OM457 EL 2D M.bus 以此类推
1111
GRN-V 30
Beige
2222
GRN-V 31
Beige
3333
4444
5555
[end]
然后另起一行
[aigroup_depot_typgroup_2]
Vehicles\MB_O530_Facelift\18M EL 3D Main.bus 以此类推
1111
GRN-V 30
Beige
2222
GRN-V 31
Beige
3333
4444
5555
[end]
如果想把这两个组分开只需要在两个组的中间加上[aigroup_depot]
Busses
Grundorf即可,中间的busses可以替换的,进入编辑器时刻表选择你替换的组即可
注:无论是小车还是公交车的ai,末尾必须添加[end]否则ai可能会读取到空白的ai,而且logfile后台不断刷新导致游戏都玩不了的那种卡顿。
楼主的方法很麻烦,需要数行计算,数错一个或计算错误ai顺序就乱套了