-
Content Count
19 -
Joined
-
Last visited
-
Medals
-
Medals
-
CatBook-Yi23332 started following source
-
Excellent performance and support at an even better price.
-
Is there a way to preserve the dead body when someone respawns so you can take their gear. Or some way to access a players gear when unconscious.
-
Added Uniform Disappears in Multiplayer
source replied to rakowozz's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have ran the method rakowozz has posted, #131 and it works quite well. Of a group of about 30 people JIPing in at different times on a dedi only 1 player had no uniform. Thanks for the help and research everyone put into this issue. -
Added Uniform Disappears in Multiplayer
source replied to rakowozz's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am also having a problem getting a loadout script to work on dedicated servers. The problem always occurs with JIPs. Either the players uniform disappears or gear gets duplicated/reassigned when someone JIPs in. A ticket has been made here http://feedback.arma3.com/view.php?id=16485 -
Excellent work. I look forward to your updates.
- 5622 replies
-
- guns
- helicopters
-
(and 2 more)
Tagged with:
-
I am having the same problem. Every time someone JIPs into my mission, any code that is placed in a players init field is executed again. For example if I put in a players init field this addMagazines "30Rnd_65x39_caseless_mag"; When you first start up the mission this works fine. Now if someone JIPs in anyone with the above code gets an extra magazine.
-
Great job with the mod. Is there any chance a M249, M240 or an AT4 would be released.
-
cTab - Commander's Tablet - FBCB2, Bluforce Tracker, UAV, and Helmetcam Interface
source replied to riouken's topic in ARMA 3 - ADDONS & MODS: COMPLETE
This is a great mod and you did an awesome job. We have some feedback on the blue force tracker mainly the names of the players holding a tablet. The problem comes to is we want to have some members of the fireteam have a different callsign. If you type "this setGroupId ["Foxtrot 1-6"];" for the platoon leader great. Now if you type "this setGroupId ["Foxtrot 1-7"];" for the Platoon Sergeant this is where the problem is. When you open up BFT you see the Platoon Leader and the Platoon Sergeant have the same callsign, Foxtrot 1-7. Now if the Platoon Sergeant were to die in the mission the groups callsign would be set to 1-6. It would be nice if you could edit your callsign on the fly. Keep up the great work. We are looking forward to future updates. -
First off my group and I see much potential in this script as it's similar to ACE wounds. I have some feedback for you to look at with the new revive system enabled. You are able to take way too much damage. It can take over 10 bullets to down someone. The carry/drag only appears for a short time after someone is downed then disappears. With BTC_disable_respawn = 1; you can still respawn. They way my group would like to use this script is that anyone can perform combat medicine for example giving morphine, epi, cpr and bandages. But only a certain unit (medics) can use their medkit to fully heal someone to 100% health. Everything else would be a temporary health boost/temp revive until a medic can fully path you up and stop you from passing out. Right now I don't see an option for this. We would also be amazed that when your downed with (respawning disabled) and your timer runs out you go into a spectator mode. I couldn't test to see if this is what would happen as disable_respawn = 1 would still allow me to respawn. With this feedback implemented I would see this script being used on every server.
-
Missions no longer loading DEV 0.75.108541
source replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
Made an issue on the feedback tracker. http://feedback.arma3.com/view.php?id=12592 -
Missions no longer loading DEV 0.75.108541
source replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
For me missions that were saved from about when the workshop opened wont load on the server. Missions that were saved before that patch work fine on my dedicated Dev server. But if I make my own player hosted server any mission will load just fine. -
Great job with everything. The way we use the script is that you only get 1 life with no respawning but you are left incapacitated for a long time. We have found out that it would be nice if the enemy could "finish off" an incapacitated body and then or if the timer runs out you would be sent to the default ArmA 3 spectator mode.
-
=BTC= Logistic [A3] - BETA
source replied to giallustio's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm running the dev build and I can lift the hunter in the demo mission in the editor and multiplayer. No mod or anything edited. Could we get someone else to test this. -
Awesome job, it would be nice if you could add carry on back when dragging them. Also there is a bug then someone is down and being dragged, they can press respawn and they will be revived.
-
=BTC= Logistic [A3] - BETA
source replied to giallustio's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Very nice update. It looks like this setvariable ["BTC_cannot_lift",1,true]; is still not working for me. cannot_drag and cannot_load seems to be good though.