武装突袭3

武装突袭3

评价数不足
Controllable DrawBridges
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
1.702 MB
2022 年 5 月 21 日 下午 2:12
1 项改动说明 ( 查看 )

订阅以下载
Controllable DrawBridges

描述
Adds ability to set up(via 3den) and control drawbridges ingame.

Use with Drawbridge Composition for quick setup.
Or check it in example scenario: Tanoa Drawbridges

Or hop in to our Second Wind Dedicated Server to check it yourself in multiplayer!

In order to setup your own bridge just add this code to any object which should be used as Transfer Switch:
_bridgeName = CBridge1; _maxHeight = 42.4550; _minHeight = 21.5890; [this,_bridgeName,objNull,_maxHeight,_minHeight] call SW_fnc_controlBridge;
max and min heights are the ASL(above sea level) maximum and minimum height which the bridge should smoothly move to.
_bridgeName - name of the object which shall be moved. Supports up to two objects:
[this,_bridgeName,objNull,_maxHeight,_minHeight] call SW_fnc_controlBridge; //1 object [this,_bridgeName1,_bridgeName2,_maxHeight,_minHeight] call SW_fnc_controlBridge; //2 objects

Supports Dedicated Servers, synchs between players. For multiplayer needs to be installed on both client and server.

9 条留言
Malcain  [作者] 2022 年 5 月 24 日 上午 4:00 
I will do some tests and contact you back
Flund 2022 年 5 月 24 日 上午 2:15 
eksampel mission is not playable ... ther is no entry
Flund 2022 年 5 月 24 日 上午 2:14 
Sorry to say ...it dont...

I dont get the option to lower the bridge --- only up - not down ...
Malcain  [作者] 2022 年 5 月 23 日 上午 9:36 
@Flund
It works just like on vid. If the bridge is up, it will go down once you use the switch. If the bridge is down, it will go up.

If that doesn't work, make sure to check example mission and make sure you have correct heights set in
Flund 2022 年 5 月 23 日 上午 8:44 
[h1] I have a little technical question... [/h1]

Everything works fine - now ´my bridge is up, but how on earth do I get it down again ... so what do I need to enter in the Transfer Switch so it gives the opportunity to come down again;)

THX advance

//Lund
Malcain  [作者] 2022 年 5 月 22 日 下午 1:11 
I uploaded drawbridge composition from malden. Not a full bridge though, you would have to set it up yourself as it wouldn't fit composition anyway.
Valmont 2022 年 5 月 22 日 上午 11:49 
Can we get an example on Malden?
Malcain  [作者] 2022 年 5 月 22 日 上午 5:44 
@Valmont Thanks!
Valmont 2022 年 5 月 21 日 下午 3:54 
This looks very profesional and in my tests works perfectly also on hosted servers. Well done! Can't wait for more from you guys!