yibbachester
Member-
Content Count
22 -
Joined
-
Last visited
-
Medals
Community Reputation
11 GoodAbout yibbachester
-
Rank
Private First Class
-
Need help creating a "Battery charge" script for Uavs
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
FYI the event handler is persistent. -
Need help creating a "Battery charge" script for Uavs
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It works! That a bunch dude! Will credit you for this code. Mind if i upload this script to Armaholic and credit you for it? -
Need help creating a "Battery charge" script for Uavs
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Excellent! I will test this now and report back. -
Need help creating a "Battery charge" script for Uavs
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It will be every darter that is put down. That is why I have no clue where to start :/ -
Need help creating a "Battery charge" script for Uavs
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am currently trying to research to see how I can do this myself for the effort of learning, but Most of what I do not know how to do is how to have the "server" (not always going to be a dedi) monitor when a uav is assembled, and then add the action to it. I have a hunch that the eventhandler WeaponAssembled will need to be used, but I have no idea at this moment how to use it in syntax It needs to be run globally. Will try and figure out but if you have any suggestions that would be greatly appreciated. -
Need help creating a "Battery charge" script for Uavs
yibbachester posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
So I have an idea in mind that I have no clue how to make, so I'd thought I'd ask you guys. I have searched online for a script like this, but all of them recharge the batteries on the small uavs without using an item, which I do not like. Also I do not desire to use a "Charge pad" script, because this is out in the field. My idea includes the following: -Designator batteries are used to recharge the uavs -Will be avaiable as an addaction while looking at the drone (assembled) -Some stock action to represent installing the batteries. -One Designator battery removed per charge. I am not that great of a scripter so I am hoping to see one of you guys come up with something. I would love to see how this script would look and hope to learn something from this -
Helicopter not responding to waypoints
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Never thought just the naming would make it not work, as only a waypoint script related to the name. Might just be a bug. Thanks though. -
Helicopter not responding to waypoints
yibbachester posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
This issue is driving me crazy. I have 4 helicopters, 2 are transport, and 2 have slinged loads. The helicopter in question is one of the slingload choppers. It used to work just fine a few days ago, one chopper is working fine and does its business, the other REFUSES to move. I have tried placing the player unit first before making the chopper so it does not conflict with stuff, and the waypoints are IDENTICAL to the other chopper that works. I have tried replacing all waypoints and replacing the helicopter. I am at wits end here. Any help would be appreciated. Linking the mission files here: https://www.dropbox.com/sh/atp1chks26nnl24/AACej60nR1K7OMvhHPNbKOJYa?dl=0 to clarify, trans_02 is the chopper that does not move. To see issue, join in as squad leader of the largest squad and look right. -
Process failed: File not found /when updating a file on the workshop)
yibbachester replied to Varanon's topic in ARMA 3 - TROUBLESHOOTING
Confirming this still works. Was getting frustrated! -
EYE - script visualizing all units on map
yibbachester replied to zapat's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Just for anyone who comes across this for ARMA 3: It works, but you have to change one line of code. You must go into the saved.sqf file and hit ctrl+f and type in {_m setMarkerType "dot";}; You need to change "DOT" to "HD_DOT". Otherwise the infantry will not show up on the map. Otherwise very useful script! -
Firing drill script
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Also still getting the type script expected nothing error when adding this execVM "firing_drill.sqf" to a unit -
Firing drill script
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So now this error (sorry for my noobness lol): 20:28:20 Error in expression < "Fire_2", "Fire_3"]; while {true} do { _x dofire TARGET; _x doTarget TARGET; sl> 20:28:20 Error position: <_x dofire TARGET; _x doTarget TARGET; sl> 20:28:20 Error Undefined variable in expression: _x -
Firing drill script
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So I just executed the script in the init.sqf. I get this error: 20:21:11 Error in expression <_Fire = ["Fire_1", "Fire_2", "Fire_3"]; while [true] do { _x dofire TARGET; _x d> 20:21:11 Error position: <while [true] do { _x dofire TARGET; _x d> 20:21:11 Error while: Type Array, expected code 20:21:11 File C:\Users\Daniel\Documents\Arma 3 - Other Profiles\SPC%2e%20Kunz%2eD\mpmissions\Operation%20Birdie.Stratis\firing_drill.sqf, line 2 -
Firing drill script
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
when i add that line it says "type script, expected nothing" -
Firing drill script
yibbachester replied to yibbachester's topic in ARMA 3 - MISSION EDITING & SCRIPTING
This did not work :( no errors are showing. to execute this script i use the command this exec "firing_drill.sqf"; is this incorrect maybe?