安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
i scripted the guns but the problem is that
both of thanks dont have sounds for
start engine
stop enigne
and moving
can you help me whit that?
(define "btr_sound"
{on "add_movement_sound" overload
{link_sound "move" "vehicle/engine/ve_large_drive_wheel" }
{link_sound "engine" "vehicle/engine/ve_tankdiesel1_accelerate" }
{link_sound "engine_end" "vehicle/engine/ve_large_shutdown" }
{link_sound "exhaust" "vehicle/engine/ve_large_start" }
{link_sound "rotate_turret" "vehicle/turret/ve_small_accelerate" }
}
)
{"btr-80 tank"
("btr_sound")
{on "gunner_hatch_open" overload
{ani_play "open2" resume}
}
{on "gunner_hatch_close" overload
{ani_play "open2" -1 resume}
}
("burn_by_engine" args 0.3)
}
and i typed 1 word in each tabs and still nothing
maybe i need to move my mod somewhere? or deactivate it?
my mod i in the call to arms/mods folder.
And what valour does have that update script i have couple mods of valour.
I´m having trouble modifying sounds with both vehicles and tanks. I´m scripting as in the example above. I also tried adding my tank into other already defined sound. As in the example:
(define "btr_t72"
{on "add_movement_sound" overload
{link_sound "move" "vehicle/engine/ve_large_drive_wheel" }
{link_sound "engine" "vehicle/engine/ve_tankdiesel1_accelerate" }
{link_sound "engine_end" "vehicle/engine/ve_large_shutdown" }
{link_sound "exhaust" "vehicle/engine/ve_large_start" }
{link_sound "rotate_turret" "vehicle/turret/ve_small_accelerate" }
}
)
{"t-72b1_is"
("btr_t72")
{on "gunner_hatch_open" overload
{ani_play "open2" resume}
}
{on "gunner_hatch_close" overload
{ani_play "open2" -1 resume}
}
("burn_by_engine" args 0.3)
}
And adding:
}
{"m60a3_uaf tank"
("t-80_sound")
}
{"t71bis_is tank"
("t-80_sound")
}
{"btrt tank"
("t-80_sound")
}
Please, I would like to know where I´m wrong.
Thanks,