Search the Community
Showing results for tags 'HELP'.
Found 746 results
-
I'm looking for a way to stop a specific vehicle from being able to be blown up. I want the hull and engine to be invincible, so that the vehicle won't explode when hit, but the wheels should still be vulnerable so that it can still be disabled, just not destroyed/blown up. I'm looking for this to be achieved within the vehicles init field, or via an external script. The reason I want this to be possible is because I don't want a simple vehicle respawn in my mission like I have now. I want to punish players for getting a vehicle blown up, making them have to airlift the damaged vehicle back to base where it can be repaired (I don't need help with the airlift or repairs I've got that covered, just need help on making the vehicles hull and engine invulnerable.) Are there any scripts out there which can help me a achieve this? I was looking into the "SetHit" functionality etc but I am a total noob when it comes to scripting. To be completely honest with you I'd love for someone to figure this out for me as I really don't have a lot of time to dedicate to testing and playing about with things myself
-
So I have a problem with my helis/planes that whenever someone goes unconscious/is dead in one or one explodes you can't respawn and you either need the zeus to delete you or someone else pull you out of the vehicle. I have made this script so far but it doesn't seem to properly work. { if ( _X getVariable ["ACE_isUnconscious", false]) or (!alive _x) then {moveOut _x} } foreach crew _vehicle This seems to simply move the unconscious guy out of the vehicle even if he is the only one unconscious there. How would I make it so anyone who is unconscious gets moved out of the thing only when everyone else in the vehicle is also unconscious? Thank you in advance
-
In game I do not have a name over my head, and depending on the server nothing at all so I get mistaken as an enemy a decent amount of time. My steam account that im playing on doesnt have a name at all so I understand why i am having this issue, but i have changed my name on my steam account to reflect actually having some characters above my player in game and its still stuck as if i have no name at all. I have also logged into my Bohemia account thinking that could also maybe have something to do with it or could potentially change my name in game but hasn't worked. I just thought about the fact i may need to change something in the files but I dont even know where to start so i come here to ask the real pros. Is there any sort of fix to this at all?
-
help Logging client addons in server log file
IO Logan posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
{if (! (["a3_", _x] call BIS_fnc_inString)) then {diag_log format ["%1: MODS! : %2", player, _x];} } forEach activatedAddons; I am trying to run activatedAddons for players through initPlayerLocal.sqf and log it to a dedicated server's .rpt log. However, I've hit a few walls. Most significant of which is, I believe I need the activateAddons function to run on each client but the diag_log to push to the server. I want a record of all addons players join with. The server will not use signed key validation, however I want to keep an eye the mods players choose to bring in. ArmA scripting is quite different from languages I'm used to and I'm quite confused. -
help Preload Textures for HUD?
GaryTheNoTrashCougar posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I have an issue with a health bar HUD I have made. The texture changes based on the variable and the first time a texture is loaded the HUD flickers. Once each texture has been called it no longer flickers, assuming it is now in memory. _health = round ((1 - (damage player)) * 100); ((uiNamespace getVariable "Health_Status") displayCtrl 91997) ctrlSetStructuredText parseText format ["<img valign='middle' size='0.5' image='\Health_Status\data\health_%1.paa'/>", _health]; The texture files are 128x128 .paa converted from .png using ImageToPAA. Is it possible to preload these textures? I know you can preloadTitleRsc but the texture paths are loaded by the script and not the RscTitles class. Any help please? 🙃 -
anyone know how to setup a weather system in a new world?
-
I'm making a tank and I have a problem, I have an animation of hiding an armor element when a hitpoint is destroyed (like ERA), it hides and works correctly, but I want to make an unhide animation after the first animation of hiding after receiving damage is triggered, so that the "visually burnt" version of the top is revealed, I made a model of "burnt armor" but I can't get it to reveal after the 1st animation is triggered, how can I do this? My model.cfg part of animation: class BKL1 { type="hide"; hideValue=0.99999; minValue=0; maxValue=1; minPhase=0; maxPhase=1; source="BKL1"; sourceAddress=0; selection="BKL1"; }; class BKL1_Broken { type="hide"; hideValue=0; minValue=0; maxValue=1; minPhase=0; maxPhase=1; source="BKL1_Broken"; sourceAddress=0; selection="BKL1_Broken"; }; class BKR1 { type="hide"; hideValue=0.99999; minValue=0; maxValue=1; minPhase=0; maxPhase=1; source="BKR1"; sourceAddress=0; selection="BKR1"; }; class BKR1_Broken { type="hide"; hideValue=0; minValue=0; maxValue=1; minPhase=0; maxPhase=1; source="BKR1_Broken"; sourceAddress=0; selection="BKR1_Broken"; }; My animationsources part in config.cpp: class BKL1 { source = "Hit"; hitpoint = "BKL1"; raw = 1;}; class BKR1 { source = "Hit"; hitpoint = "BKR1"; raw = 1;}; class BKR1_Broken { source = "Hit"; hitpoint = "BKR1"; raw = 1;}; class BKL1_Broken { source = "Hit"; hitpoint = "BKL1"; raw = 1;}; So how i can make "Unhide", animation correcly, to make it work?
-
С чего начать изучение скриптинга в arma reforger? Википедия почти полностью не понятная ибо без примеров и тд/ How do I start learning scripting in arma reforger? Wikipedia is almost completely incomprehensible because without examples and so on
- 1 reply
-
- arma reforger
- guide
-
(and 3 more)
Tagged with:
-
m4_fire3_suppressed.wav has invalid frequency: 44100, all streams must have same frequency 48000 !!! m4_fire1_suppressed.wav has invalid frequency: 44100, all streams must have same frequency 48000 !!! Anyone know how to go about fixing this error? I tried re-exporting from audacity with the project rate set to 48 khz but it didn't work If anybody has any ideas please reach out, here or on discord @ addict2926
-
Hello guys. I've basically created an account to ask for your help as I really don't have any idea what's going on. I'm currently doing a little experiment with some scripts I found on the Steam workshop. I created my mission and created an init.sqf file for testing purposes (of course, inside the mission I created). After that and several tests, I decided to stop and continue today. Nevertheless, for some reason, when I loaded the mission I was welcomed with an error message saying: "Script C:\Users\USUARIO\Documents\Arma 3 - Other Profiles\[Sgt]%20Zeonn\missions\DiosDelClimaTEST.Altis\init.sqf not found". My first thought was to make sure my init.sqf was actually a sqf file just in case Windows messed up with my stuff. But it didn't, it is an sqf file and everything is exactly how it was yesterday, after checking the RPT files I saw this: 20:45:49 Invalid path (only relative paths supported): 'C:\Users\USUARIO\Documents\Arma 3 - Other Profiles\[Sgt]%20Zeonn\missions\DiosDelClimaTEST.Altis\init.sqf' 20:45:49 Warning Message: Script C:\Users\USUARIO\Documents\Arma 3 - Other Profiles\[Sgt]%20Zeonn\missions\DiosDelClimaTEST.Altis\init.sqf not found 20:45:49 ScriptVM file C:\Users\USUARIO\Documents\Arma 3 - Other Profiles\[Sgt]%20Zeonn\missions\DiosDelClimaTEST.Altis\init.sqf cannot be opened! It doesn't make any sense because the file path is correct, and file extension is correct (I did the full extension thing, save the file on Notepad++ and with Visual Studio to be double sure). I was about to give up when I loaded another mission, imagine my surprise when I saw the exact same error message, it's happening in all my missions. Even the older ones (like Liberation). However, I discovered that if I export the mission using the editor option (the one that saves it in the steam folder Arma3/missions as a PBO), and loaded using the Scenario option in the main menu, the init.sqf LOADS PERFECTLY, and everything runs as it's supposed to. I don't what's going on, and I have no idea how to solve it. I already tried creating a new profile, reloading the missions, verifying the game files, and everything. Would you guys help me on this? Forgot to mention: if I do an execVM "init.sqf" it also detects the file. Which makes even less sense.
-
moved to the right topic:
- 1 reply
-
- script
- eden editor
-
(and 2 more)
Tagged with:
-
Error with Zeus skipTime and more, no mods installed
GodBlock posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello folks I'm running into an odd issue I first noticed while trying to skip time as zeus 13:20:59 Error in expression <cAttributeSkiptime_; _fnc_scriptName = 'RscAttributeSkiptime';#line 1 "A3\ui_f_c> 13:20:59 Error position: <RscAttributeSkiptime';#line 1 "A3\ui_f_c> 13:20:59 Error Missing ; 13:20:59 Error in expression <cAttributeSkiptime_; _fnc_scriptName = 'RscAttributeSkiptime';#line 1 "A3\ui_f_c> 13:20:59 Error position: <RscAttributeSkiptime';#line 1 "A3\ui_f_c> 13:20:59 Error Missing ; I have a mission with a single player SL and a zeus module with #adminLogged as it's owner, I try to use the skipTime module and I see this error and I cannot figure out what I do to fix it, if anything... Any help is greatly appreciated! Not sure if related but using 3den enhanced and ZEN this issue seems to go away, maybe i got mixed up in what is default and what isn't? -
Arma 3 crashing after 30mins - a couple of hours consistently
SharpshotM16 posted a topic in ARMA 3 - TROUBLESHOOTING
I'm having a consistent issue in which playing any mode or scenario ( quicker in intensive multiplayer servers) where Arma 3 will freeze essentially locking me out of my computer, where I will then need to do a hard manual restart. I have so far monitored the temperature of my laptop before and after this issue occurs, and the cpu never gets above 60 degrees and the gpu 70 degrees. I mostly believe the problem is to do with enough RAM, I have 16gb (although with nothing open at desktop it says 6gb in use, which I'm unsure of why). I tried manually increasing virtual memory allocation (set initial paging file to 20gb, max 30gb) I have attached the most recent normal freeze rpt file. Any help or ideas would be greatly appreciated. https://drive.google.com/file/d/1spyz0So799kkVCWX31ScgfugUMEf7XF7/view?usp=drive_link -
Hello. I am creating tank mod, I want to make it so that when turning on manual fire, I get control not only over the ability to fire from the gun, but also to rotate the gunner turret, since when switching to this mode, I can only shoot and change ammo. Is this solved by scripts or with the help of cfg, and how can I do this?
-
How do I make Al move to the waypoint I made for him after he leaves my squad?
Alicia Clark posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ok, first, my AI unit already has a waypoint when he joins my squad, but remember that waypoint wasn't working because he's on my squad, and that waypoint was supposed to be later. So what I wanted to do was say there's a specific time in my mission where he needs to leave my group and go to the waypoint where I put it, but the problem is he's not moving at all. Even though I synced the trigger to that waypoint, it was set to skip that waypoint. And it was already put in the condition to only activate it at the specific time when he needed to leave. In simple terms, I want the waypoints to work after he leaves my group. Is this possible? -
AI die when the trigger is activated?
Alicia Clark posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello, how can I make an AI die when the trigger is activated? Example: I want my AI to die in a specific situation in case they are still alive.😊 -
When In the launcher I click "Connect my Bohemia account to my Steam account" it takes me to the steam login page on the web browser, i log in and it takes me to the Bohemia login page, after logging in it takes me back to Steams login page and its an endless loop from there, I have tried going into Bohemia's profile page and linking from there but is still an endless loop of signing into Bohemia and Steam, some help would be really appreciated as I've been at this for the past few days..
-
PC BUILD: Laptop Name: Alienware m15 r6 (Laptop) CPU: Intel Core i7 11800H GPU: NVIDIA RTX 3070 RAM: 16 GB 1. i went down to the lowest settings possible and still getting 17-28 FPS usually. Also I turned render scale to 90% (1728x972) and draw distance is 1000 m 2. Can someone help me average 30 FPS?
-
Terrain fails to load ingame. Works in-editor
WhoIsSky posted a topic in Arma Reforger - Terrain Creation
Hey guys, So everything is running great in the editor and is running during the in-game play test, When I upload and send it over to the workshop to host the terrain becomes invisible. additionally building just float at the bottom of the map vs the points placed on the terrain. I went to rebuild my terrain I get the error " RESOURCES (W): Non standard build technique used" Thank you for any assistance, Snow. -
This script is a bit of a doozie and I generally wanted it to be handled within all one SQF... Or at least thats what I thought I could do. But my issue is with every attempt at (albeit randomly) changing scopes/globals I always get 'error undefined variable in _' and to be quite I have no idea what I am doing outside of looking at several examples of several things, then attempting to combine them. So I have a scenario involving 4 groups, in a traitor-survival permadeath like scenario. Campers, killers, hunters, and guards. I wanted to an add action script on a Bell to ring that, in this order: Institutes a 30 second COOLDOWN for the addaction. Initiates a titleText BLACK FADED screen when activated, that pauses then shows text like "12 hours later" Hidden by that screen I wish to teleport players to certain markers And skips time 12 hours, more pause BLACK IN titleCut when then the teleportation has happened and they see a different time of day upon lifting Script/Addaction resets/loops Technicalities: Script must be repeatable for my purpose I want a UNIT VARIABLE NAME array, 1 for each pre mentioned group that is NOT SIDE dependent. All units are on Indfor. And a TELEPORTATION MARKER array, and code inserted to the teleportation bits so that once activated, for example, all campers will randomlytravel to one of the several CAMPER markers. This allows for rounds to not be the exact thing. CODE MUST NOT BE SIDE DEPENDENT. Ive clearly tried to make 3 arrays, one for each 'type', the reason why all units are Indfor is for smooth 'roleplay' purposes What Works: I believe the time passage works. The black screen fade in/out/text works. The teleportation does NOT WORK. I am screwing up with scopes/globals in accessing the array's Ive set up... Genuinely would like some help but have no idea how to proceed forward and I thank anyone in advance bellInteraction.sqf // Define the unit and marker arrays outside the function to avoid redefining them every time the script runs. campers = ["cpr1", "cpr2", "cpr3", "cpr4", "cpr5", "cpr6", "cpr7", "cpr8", "cpr9"]; campMarkers = ["campMarker1", "campMarker2", "campMarker3"]; scouts = ["sct1", "sct2", "sct3"]; scoutsMarkers = ["scoutMarker1", "scoutMarker2", "scoutMarker3"]; hunters = ["htr1", "htr2", "htr3"]; huntersMarkers = ["hunterMarker1", "hunterMarker2", "hunterMarker3"]; guards = ["grd1", "grd2", "grd3"]; guardsMarkers = ["guardMarker1", "guardMarker2", "guardMarker3"]; // Teleport function _teleportPlayers = { params ["_unitArray", "_markerArray"]; { private _unit = missionNamespace getVariable _x; if (!isNull _unit) then { private _randomMarker = selectRandom _markerArray; _unit setPos (getMarkerPos _randomMarker); }; } forEach _unitArray; }; // The main script that will be executed when the bell is rung _bellScript = { params ["_target", "_caller", "_id"]; // Check for cooldown if (!isNil {bellCooldown}) exitWith { _caller sideChat "The bell is on cooldown. Please wait."; }; // Set cooldown bellCooldown = true; _target removeAction _id; // Screen fade out to black titleText ["", "BLACK FADED", 1]; sleep 5; titleText ["<t color='#ffffff' size='5'>12 hours later...</t>", "BLACK FADED", -1, true, true]; sleep 2; // Skip 12 hours skipTime 12; // Teleport each group [campers, campMarkers] call _teleportPlayers; [scouts, scoutsMarkers] call _teleportPlayers; [hunters, huntersMarkers] call _teleportPlayers; [guards, guardsMarkers] call _teleportPlayers; // Screen fade in from black titleCut ["", "BLACK IN", 5]; // Reset cooldown after 10 minutes (600 seconds) sleep 600; bellCooldown = nil; // Re-add the action to the bell _target addAction ["Ring Bell", _bellScript]; }; // Execute the script with the provided parameters params ["_bell"]; _bell addAction ["Ring Bell", _bellScript]; The Bell Init Code: bell addAction ["Ring Bell", "mscripts\bellInteraction.sqf"];
- 1 reply
-
- 1
-
- scripthelp
- coding
- (and 9 more)
-
Arma 3 Server heavy catastrophic desync
BeaniePope. posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
Hey! I am a part of an Arma 3 unit with around 50~ players using a custom modlist (which can be attached) and a battalion size Armahosts server with 0 HCs (250+ player slots, should be more than capable). We've been having extreme desync to the point of server failure, whenever desync starts, the server RPT stops logging, and on top of that, the server RPT reaches incredibly large file sizes (for a text document), upwards of 5mb. In order, we have 1. Trimmed the modlist to bare minimums (anything left *could* be removed but would permanently force us to make massive changes) 2. Upgraded the server to maximums (based off of 2 other Arma units using an incredibly similar modlist, with identical playerbases) 3. Each time we try to do an operation, the desync happens at seemingly random moments, but always towards the beginning of the op, and sometimes even before a firefight has broke out 4. Completely reinstalling every mod and server data, using a base Arma 3 mission file (as a test) 5. The ONLY common denominator in the operations is that the desyncs and the crippling desyncs start when we are around 20-30 minutes into the server being up (around when we step off), and someone either joins late or rejoins after disconnecting, and the server log sends in a million errors, before completely halting all logging around when major desync occurs, crippling the entire server. We have waited around 20 minutes post desync with every player still on, and to no avail. We have consulted our peers extensively, and come to the conclusion that we have no choice but to just keep doing what we know, and we don't want to force our player base to go through any more desync. If ANY of you have ideas or thoughts, any at ALL, please let me know. https://gist.github.com/BeaniePope/1bf6a3e5f15b357bcf14c5ab41f49dc1 <--- Last log file, 6/5/24 https://gist.github.com/BeaniePope/8b34f56cdf08e4b32af0fefe31e474b6 <---- Current modlist 6/5/24- 5 replies
-
- server issue
- desync
-
(and 2 more)
Tagged with:
-
Hello, I need help. I trying to create a dedicated server with TADST. My only problem I don't know how should I, in which formatum put the mission into the mpmission folder. I tryed pbo, but than it is say it can't read it, and if I convert it, than it is smaping into the server log "Mission missionname read by directory.", and the server doesnt start, but It is start to load the mission map. Any idea? Maybe I put wrong pbo in it? (Thanks for the help in foward and sorry for my english)
-
So my mods keep uninstalling, which wouldn’t be a big deal but they take all day to download. Im trying to play the darkgru #5 server. I have them saved to preset, but that hasn’t helped. Anything I could be doing wrong?
-
Can’t join pc server on Xbox
Modxfirefox2 posted a topic in Arma Reforger - Servers & Administration
I’ve been trying to make a conflict server on my pc so I can play with my friends on Xbox but every time I try to join my own server on my Xbox it just keeps saying session error connection has failed, with this code: Kick cause code: group=1 REPLICATION, reason=3 CONNEGTION FAILURE any help would be appreciated:) -
Howdy gang, Been wanting to get the pro version of L3DT for a while now. However the site is so dead I cannot seem to get an email back for a pro key, and cant purchase it either. was wondering if someone had a version they could send me/ link me to where to download. Not trying to pirate or steal, just want to make some fun maps for my friends. thanks blake