Search the Community
Showing results for tags 'verify'.
Found 4 results
-
Hello guys, i hope this is the right thread. So my Problem is, that i can't connect to any server because it states: Session lost-Verifying PBO failed: addons\3den.pbo The servers and i are on the same version. I deleted said PBO files and steam loaded the new ones. I reinstalled Arma 3. No Mods are installed. Nothing of that worked. If anyone could help me with this, would be great. Thanks guys.
- 2 replies
-
- pbo
- connection
-
(and 2 more)
Tagged with:
-
Hello everyone. I've got a problem with a script That's my problem: I created a door with a digital board that must open with a code. Once the code entered on the digital board, the door can open. But if it closes, you can not open it again!! (That's the problem). my script is: class CfgVehicles { class Static; class Wall_F; class Rico_my_gate_digitale_01: Static { editorPreview="\mydoc\data\ui\Land_ConcreteWall_01_l_gate_F.jpg"; scope=2; scopeCurator=2; icon="iconObject_10x1"; model="\A3\Structures_F_Exp\Walls\Concrete\ConcreteWall_01_l_gate_F.p3d"; displayName="MyGateDigitalNamed"; vehicleClass="Structures_Walls"; cost=0; armor=200; mass=200; class EventHandlers { init=" Code_a_inserer =floor random [11451,50000,99999]; publicVariable ""Code_a_inserer""; Rico_code_gate_01=false; publicvariable ""Rico_code_gate_01""; [_this select 0] execVM ""mydoc\scripts\myOtherScript.sqf"";"; /*myOtherScript.sqf is the script I use to put de code on a keypad to open the door*/ }; class AnimationSources { class Door_1_sound_source { source="user"; initPhase=0; animPeriod=5; sound="RoadGateDoors"; soundPosition="Door_1_trigger"; }; class Door_1_noSound_source { source="user"; initPhase=0; animPeriod=5; }; class Door_1_locked_source { source="user"; initPhase=0; animPeriod=0.80000001; }; }; class UserActions { class OpenDoor_1 { displayNameDefault="<img image='\A3\Ui_f\data\IGUI\Cfg\Actions\open_door_ca.paa' size='2.5' />"; displayName="$STR_DN_OUT_O_DOOR"; position="Door_1_trigger"; priority=11; actionNamedSel="Door_1_action"; radius=3; aiMaxRange=9; onlyForPlayer=0; condition="((this animationSourcePhase 'Door_1_sound_source') < 0.5) && (cameraOn isKindOf 'CAManBase') && (Rico_code_gate_01)"; statement="([this, 1, 1] call BIS_fnc_Door)"; }; class CloseDoor_1: OpenDoor_1 { displayNameDefault="<img image='\A3\Ui_f\data\IGUI\Cfg\Actions\open_door_ca.paa' size='2.5' />"; displayName="$STR_DN_OUT_C_DOOR"; priority=11; condition="((this animationSourcePhase 'Door_1_sound_source') >= 0.5) && ((this getVariable ['bis_disabled_Door_1', 0]) != 1) && (cameraOn isKindOf 'CAManBase') && (Rico_code_gate_01)"; statement="([this, 1, 0] call BIS_fnc_Door); this animate [""OpenDoor_1"", 0]; Rico_code_gate_01=false; publicvariable ""Rico_code_gate_01"";"; }; }; actionBegin1="OpenDoor_1"; actionEnd1="OpenDoor_1"; }; }; So how to add a command that will verify that the unlocking script has been executed, and especially where? Thank you very much
-
My community is struggling to get all of our mods (approximately 10-15 total) to load correctly for the signature verification feature. When tested individually each mod is properly signed and working. When attempting to load all or random assortments of these mods however, one or more mods are no longer verifiable. We've tried numerous combinations of these mods but have been unsuccessful in pinpointing the cause of this issue. So my question is this: Are there any known limitations of verify signatures—such as filesize, file number, and so forth? If not a limitation, what sort of conflicts might be at play? Can anyone shed light on this strange problem or suggest further troubleshooting steps? Thanks in advance!
- 3 replies
-
- 1
-
-
- verify
- signatures
-
(and 1 more)
Tagged with:
-
Cannot Connect to Official Servers After Multiple Valdidations.
Victruso posted a topic in ARMA 3 - TROUBLESHOOTING
Started up arma 3 this morning to check out a small number of mods, disabled them and came back later tonight to play vanilla. Started without mods. Servers loaded up Noticed the Official servers playercount was unusually low. Normally the amount of Master (insert map here) Zeus (NATO) was normally about 4-5 servers maxed or nearly full, but it looked more like 2-3 or so. Tried to connect to an empty server, mid-sized server, KOTH server. Connection lasted a while, connecting failed is all I got. Exited, reverified for 30 minutes or so with one file being reacquired(that's another thing, why does it take so long to validate?)' Restarted Arma. Same thing happened last time. Restarted computer. Okay, so I connected to the Master Altis 48+2 server, forgot which one it was. Turns out it's specific servers you can't connect to. Currently validating now, will update OP accordingly. Alright, so everything is in working order, could I get a mod to close/lock the topic? I'll ask somewhere else as to why validation in arma takes so long.-
- validate
- game files
- (and 8 more)