安装 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(越南语)
Українська(乌克兰语)
报告翻译问题














Thanks man!
I am not 100% sure cuz i wrote the script long time ago and i don't remember the details but i think if you delete the object everything else goes away.
As for the distance you need to find the part of the script where i select the random position, i think the value was 1500 m, replace that with desired value.
Yes, if you want check out these missions or the those from TANOA In Black, to see examples
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=919328329
Would I need to combine all the init.sqf(s) and destription.ext(s) into one init and description?
You can use as many scripts as you want in a mission, you need the sounds and scripts files under your mission.
Yeah, i still do stuff in Arma in my limited spare time, currently i work on this project
https://www.youtube.com/c/DanTronic/videos
Thanks mate! Is not so easy to edit the effect and the way it looks depends on light and terrain since they have different settings. So you would need to tweak it specifically for time of the day and the terrain you want to use it on. In principle you have to look into setParticleParams' array and tweak the values for alpha channels which is contained in color's array, is the last value in it. For instance you have this array for color [1,0.5,1, 0.3] in this 0.3 is the value for the alpha channel.