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






No, not working on dedi, the sharks just swim off. I'm working on a patch for both of the A3 shark mods, but progress is slow...
I can't find anything on the dedicated server that would inhibit them normally and was wondering if anyone else had encountered this or knows why this could be happening so if the problem is on my end I can get it fixed. Thank You.
17:10:10 bin/config.bin/CfgMovesDBOShark/States/Sharks_Attack01.InterpolateTo : Bad move shark_Die
@BohemiaInteractive: Thanks for modifying how waitUntil works which I've probably use in every one of my mods and addons. Ugh.
I am fat and lazy to put manual sharks every where LOL
It's good that the ocean is so large. It needs a lot of space to turn and even then I've set it so that it does not turn very sharply so that it looks more realistic (since the spine can not move). Also, it can't jump/breach, unfortunately. The swimming behavior doesn't allow for that kind of movement and there's no real physics based motion. It's either actively moving forward or it's at a complete stop. However, not one to discourage creativity, I'll see what I can do so that you can experiment.
if !(alive _sharky) exitWith
to:
if !(alive _sharky or (_sharky getVariable ["SHARKY_HuntingDisabled", false])) exitWith
By default, your sharks would hunt as normal. But if a mission maker sets that new variable to true, then hunting script would exit. This would then allow full scripting control of shark by the mission maker. I can then make him jump, swim through a fish wreck, attack a specific target, etc. What do you think?
Here's a link to my spear gun script. I can change this to attach spears to sharks when they are hit. I see we had the same ideas for sinking and bleeding fish btw.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1624183034
Thanks again for this great mod!
If that is too much trouble for you, then maybe you could add a simple variable for the shark to disable hunting. The hunting script would then simply exit if this variable is set. Mission designer could then run his own hunting or movement script to suit his needs (this would open up the shark for maximum usability). I can envision shark schools, sharks swimming a designated path (thru tunnel, or wreck), jumping, sharks attracted to blood, and more. (I have a fish school script ready to go!)