货柜的添加!
怎样保留原始的货柜在添加新的!
要在CARGOS里面改
单种皮肤的为例:
我的COLA货物原来的CARGOS是这样的:
extdefs "/defs/cargo_base.def"
def cargcargo_base {
name: "@@cn_cola@@"
trailer:"sv_bvrg"
variant:"0"
ic"cola.mat"
prestige:25
}
我添了个货柜就改成这样:
extdefs "/defs/cargo_base.def"
def cargcargo_base {
name: "@@cn_cola@@"
trailer:"sv_bvrg: mulde"
variant:"0: 0"
ic"cola.mat"
prestige:25
}
并且在trailers里面添加了一个mulde文件名的货柜.
variant代表着皮肤的次序,因为是一单皮肤的所以都是0.
IC是指向C:\Documents and Settings\Administrator\My Documents\18 WoS Pedal to the Metal\materials\ui\cargo这个文件夹里的.用来在游戏的货柜选择里的图片介绍显示用的.
prestige代表着拉货的威望限制.值越高对你的威望值要求就越高.