Arma 3
Not enough ratings
Controllable DrawBridges
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
1.702 MB
May 21, 2022 @ 2:12pm
1 Change Note ( view )

Subscribe to download
Controllable DrawBridges

Description
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 Comments
Malcain  [author] May 24, 2022 @ 4:00am 
I will do some tests and contact you back
Flund May 24, 2022 @ 2:15am 
eksampel mission is not playable ... ther is no entry
Flund May 24, 2022 @ 2:14am 
Sorry to say ...it dont...

I dont get the option to lower the bridge --- only up - not down ...
Malcain  [author] May 23, 2022 @ 9:36am 
@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 May 23, 2022 @ 8:44am 
[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  [author] May 22, 2022 @ 1:11pm 
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 May 22, 2022 @ 11:49am 
Can we get an example on Malden?
Malcain  [author] May 22, 2022 @ 5:44am 
@Valmont Thanks!
Valmont May 21, 2022 @ 3:54pm 
This looks very profesional and in my tests works perfectly also on hosted servers. Well done! Can't wait for more from you guys!