Search the Community
Showing results for tags 'Problem'.
Found 99 results
-
Hello, i am currently having problems uploading media for my unit, whenever i upload the media it says it ran into an unknown error, i have been trying two days in a row now. I use opera GX and run an ad blocker, not sure if this has an effect? thanks, ollie
-
Look - https://www.youtube.com/watch?v=Pm49wREACiU Pleas, help
-
Hi Does anyone know why I get this error message when running the mission. Here is my code: Here is what is in my ORBAT module: What have i done wrong?
-
problem Cinematic timeline shadow-flickering
Doktor Plekter posted a topic in Arma Reforger - Terrain Creation
Hey! I've tried solving this a couple of times in the Arma discord, but no-one seemed to know what was happening. Whenever I try create a cinematic moving-shot on my custom-map, there is a very noticeable shadow-flickering ruining the shot. I think I've tried all different kinds of cinematic-settings, and even attempted re-building most of the lighting in my level, but the problem still persists.. and I am out of Ideas of what to do 😅 (This only happens on one of my maps) Example: As you see, the shadow end up in all different kinds of directions (only happens with the high-detail shadows) Does anyone know what's going on, or what I could try to fix this? -
problem solved Select after each hit a random pop-up target
blackharaz posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm gonna be crazy with sqf. 🤯 What's my goal? How did I tried to get that? I've tried it in different ways and my best try was like that: Initialization: Up to here it works fine. Now I want to include the exercise to the addAction of the laptop and put it in another .sqf. The Exercise (and the problem): Any idea? If I now post all my tries I think it take to long. I think I got it as compact as possible to understand what I've done. That's just to one range. There are much more in the initializing but I deleted it here because not necessary at this point. I've no errors until I try to implement a number of maximum targets. 😞 -
Type 115 (problem with ammo in config (50BW))
Vuldemar posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hello everyone. I make a mod and easily switched standart ammo (B_65x39_Caseless) into a custom ammo in Type 115, but i have some troubles with second ammo (50BW) I looked through a lot of forums, lines in the ARMA 3 configurator and even converted BI Config, but I didn't see a single class responsible for using Type 115 50BW. I already have ready config for the magazines, but they only replace the basic magazines on the Type 115. Thanks for any help and sorry for grammatical mistakes. // here only ammo and rifle, because the configuration has 1000 lines, but I can throw off the entire config. class CfgAmmo { class BulletBase; class V_20_Ball_Corp_F: BulletBase { airLock=1; hit=22; indirectHit=0; indirectHitRange=0; typicalSpeed=550; airFriction=-0.0020000001; caliber=4.1999998; cartridge=""; model="\A3\Weapons_f\Data\bullettracer\tracer_green"; tracerScale=1; tracerStartTime=0.050000001; tracerEndTime=1; nvgOnly=0; dangerRadiusBulletClose=12; dangerRadiusHit=16; suppressionRadiusBulletClose=8; suppressionRadiusHit=12; }; class V_20HE_Ball_Corp_F: BulletBase { airLock=1; hit=25; indirectHit=3; indirectHitRange=3; typicalSpeed=550; airFriction=-0.0020000001; caliber=4.1999998; cartridge=""; model="\A3\Weapons_f\Data\bullettracer\tracer_green"; tracerScale=1; tracerStartTime=0.050000001; tracerEndTime=1; nvgOnly=0; dangerRadiusBulletClose=12; dangerRadiusHit=16; suppressionRadiusBulletClose=8; suppressionRadiusHit=12; }; class V_55x50_Standart: BulletBase { hit=13; indirectHit=0; indirectHitRange=0; cartridge=""; aiAmmoUsageFlags=64; dangerRadiusBulletClose=3; dangerRadiusHit=4; suppressionRadiusBulletClose=1; suppressionRadiusHit=2; cost=1.2; airLock=1; typicalSpeed=1100; caliber=1,5; model="\A3\Weapons_f\Data\bullettracer\tracer_red"; tracerScale=1; tracerStartTime=0.050000001; tracerEndTime=1; airFriction=-0.00089999998; }; class V_55x50_HE: BulletBase { hit=16; indirectHit=1; indirectHitRange=1; cartridge=""; aiAmmoUsageFlags=64; dangerRadiusBulletClose=3; dangerRadiusHit=4; suppressionRadiusBulletClose=1; suppressionRadiusHit=2; cost=1.2; airLock=1; typicalSpeed=1100; caliber=1,5; model="\A3\Weapons_f\Data\bullettracer\tracer_red"; tracerScale=1; tracerStartTime=0.050000001; tracerEndTime=1; airFriction=-0.00089999998; }; }; class CfgMagazines { class Default; class CA_Magazine; class CA_LauncherMagazine; class 5Rnd_20_Mag_Corp_F: CA_LauncherMagazine { author="$STR_A3_Bohemia_Interactive"; scope=2; displayName="5 патр. 20мм"; descriptionShort="$STR_A3_CfgMagazines_10Rnd_50BW_Mag_F1"; ammo="V_20_Ball_Corp_F"; count=5; initSpeed=580; picture="\A3\Weapons_F_Exp\Data\UI\icon_10Rnd_50BW_Mag_F_ca.paa"; tracersEvery=0; lastRoundsTracer=0; mass=12; }; class 5Rnd_20HE_Mag_Corp_F: CA_LauncherMagazine { author="$STR_A3_Bohemia_Interactive"; scope=2; displayName="5 патр. 20мм (Гранаты)"; descriptionShort="$STR_A3_CfgMagazines_10Rnd_50BW_Mag_F1"; ammo="V_20HE_Ball_Corp_F"; count=5; initSpeed=580; picture="\A3\Weapons_F_Exp\Data\UI\icon_10Rnd_50BW_Mag_F_ca.paa"; tracersEvery=0; lastRoundsTracer=0; mass=12; }; }; class CfgMagazineWells { class VAR20Mags { VAR_Magazines[]= { "5Rnd_20HE_Mag_Corp_F", "5Rnd_20_Mag_Corp_F", }; }; }; class arifle_ARX_blk_F; class arifle_ARX_V_F: arifle_ARX_blk_F // Type 115 { author= "Vuldemar"; _generalMacro= "arifle_ARX_V_F"; baseWeapon= "arifle_ARX_V_F"; displayName = "VAR-520"; scope = 2; scopeCurator = 2; scopeArsenal = 2; picture= "\V_weapons\Data\VAR-520\UI\VAR-520_icon.paa"; hiddenSelections[]= { "camo1", "camo2" }; hiddenSelectionsTextures[]= { "\V_weapons\Data\VAR-520\arifle_ARX_blk_01_F_co.paa", "\V_weapons\Data\VAR-520\arifle_ARX_blk_02_F_co.paa" }; magazines[]={"40Rnd_55VAR_mag"}; magazineWell[] = {VAR55Mags,VAR20Mags}; //VAR20Mags in this line, replace main magazines }; }; -
Arma 2 Texture problem: low res, flicks, and strange bugs
Jacchio posted a topic in ARMA 2 & OA - TROUBLESHOOTING
Hello! I bought recently Arma 2 complete collection=all dlc-expansions pack I played Arma 2 a lot of years ago (retail) on a worse machine that the one that i have and i dont remenber this kind of performance this is what happens: changing graphics settings affect my FPS (at low set high fps and at high set less fps) ok? Well, the problem is that the game almost look the same, ugly. It looks even worse or similar to Arma 1! And im talking from the lowest to the highest setting. Yes, some things change a bit, but the big graphic thing remains the same. Every texture looks like it is low resolution, like OFP!! Im not pretending to play at the highest settings, but at least, medium one with a logic look Besides that, there is some texture popping up, or slow rendering (when you go far from an object) the strange thing is that, some things have excellent detail, for example: the humvee has arma 1 textures but you can see the water/moist on the headlights The player ped and the IA look decent too Its like, there is a texture, but there isnt a 3d thing going on And the weirdest thing: i can run arma 3 on decent fps and, looking more normal and logic my specs: intel i5-5200u intel hd620 Ram 8Gb DDr4 And when playing the game isnt even close to 60/70% on the cpu thanks!! -
Can't connect to any server after recent SPOTREP #00102 update.
Szyna_FM posted a topic in ARMA 3 - TROUBLESHOOTING
So i tried to play Arma 3 after seeing that 3,7GB update but i can't connect to servers because of "wrong version of the game". This is the same for the modded and not-modded version. Veryfication of local data doesn't work too. -
As of late I have noticed some items from my inventory owned (not loadout) have been dissappearing. This was noticed after I loaded up the game and noticed certain guns where at a lower count. This has incorporated many weapon variants and from white to gold. Also some consumables have also vanished and are now at a lower count for no reason? I can post a list following a response if necessary. The latest removal overnight was that of 1 ADR, 2 aur hbarT, 1 a74 KSU, 2 M22, 1 a74k, 1 vz.52 , 3 m2 carbine, 2 Thompson, 1 mp5k ,1 Remy m870, 2 svd, 1sharftschutzengewehr 82, 1 mgv. This is an example just from last night to this afternoon that has dissappeared. Please help.
-
When I play on xbox and shoot while aiming, no damage is done to players and objects. There are also no signs of a hit. When I shoot without aiming, there is damage and hits. Someone had a similar problem? I tried playing on different servers and nothing changed. ( I play keyboard and mouse)
-
I'm probably just stupid but I play on linux and the game always starts directly from steam without opening the launcher. How can I open the Lauchner?
-
I have a problem, where only in Armia 3 I had 120 hz monitor graphics card 2070 rtx The problem is that the game looks normal when I want to move suddenly the gamma jumps and there is a streak of such white something behind the characters, it can be seen in the recording than in the photos but I can't upload the video here could anyone help? I realy dont know what to do. I am also sending a photo of 2 normal soldiers where I did not move and I took the photo. Other photos 2 with these problem are down on post.
-
Hello. When I host a local ArmA 3 server via the server browser menu, my friends cannot join. I have set in my router that my PC can independently release all ports it needs and I have also released all ports separately for arma to be on the safe side (port: 2302 ...) but under which IP can the server be reached? I've tried sites like whatsmyip but my friends can't join at this address. I have an IPV6 address. I want to buy the new Vietnam Dlc when it is available and then play the co-op campaign and therefore I want to see how it works with the local servers.
- 1 reply
-
- server
- multiplayer
-
(and 8 more)
Tagged with:
-
Hi, Yesterday I tried to publish my mission to workshop but I couldn't do that because my space "bar" was red. It says that I need more space, but even if I delete 10 old missions and gain more MB free, space requirement gets higher so bar is still red.. I'm playing arma for a while now (1500 hours +) and I never saw anything like that anywhere.. if you know solution, please help me
-
Hello. When I host a local ArmA 3 server via the server browser menu, my friends cannot join. I have set in my router that my PC can independently release all ports it needs and I have also released all ports separately for arma to be on the safe side (port: 2302 ...) but under which IP can the server be reached? I've tried sites like whatsmyip but my friends can't join at this address. I have an IPV6 address. I want to buy the new Vietnam Dlc when it is available and then play the co-op campaign and therefore I want to see how it works with the local servers.
-
Help! im trying to make a warlords scenario with custom factions. I have no idea what am i doing wrong. but everytime i try to test it (play in eden editor) it gives me this error: The script i used: This script i used is copied from https://community.bistudio.com/wiki?title=Arma_3_MP_Warlords&redirect=no im also pretty new in arma editing/scripting.
-
[Solved] '{' encountered instead of '='
FlashCrack posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hey everyone, whilst working on my custom re-skins of the RHS mods I ran into a bit of a problem. The issue is the following: Now I've tried fixing it and I know ArmA sometimes doesn't really properly specify the line but I can't seem to find the problem, it might be because I'm too tired, but if anyone can have a brief look at it I'd be thankful. Here are the contents of the config.cpp- 7 replies
-
- config.cpp
- problem
-
(and 1 more)
Tagged with:
-
p3d Need help with PzH2000 model (Cannot generate ST Coordinates)
Spix114 posted a topic in ARMA 3 - MODELLING - (O2)
I want to continue my work on my PzH2000 but i just cant fix the error "Cannot generate ST - Coordinates". I already triangulated everything and did everything i found online but i just cant fix it. Maybe someone can look at the p3d and help me with it, just ask for it Pic of it -
Can i get a roll to like 10 hours ago because my game froze and i tried to get out of the menu and accidentally bought a battle pass level for like 440/430 crowns, so i was wondering if i could request my account to be set back or something (ps4 btw but there is no support thread for psn)
-
I recently got this bug while playing shootout and since then it still haunts me. Every time I spawn I get the message loading and then corrupted data file press ok, which is a PlayStation notification. I already reinstalled the game but the bug still exists. The big problem about this is that I cannot move for the next 3 seconds because of this prompt and I cannot delete the corrupted data file. I got the following non corrupted save files: Localsheltersaveslot, Optionssaveslot, Achievementsaveslot, Notificationsaveslot, Encounterhintssaveslot, Poifoundsaveslot, Puzzlecubesaveslot, OwnedWeapons, OwnedTitles, Loadouts_savegame
-
Need Help Making Simple Money System
npmproductions13 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi everyone i have an issue making a simple money script / function in my mission. I'm finding the syntax of SQF and SQS difficult to understand or comprehend in comparison to languages like java and C#. I used this sample below as a baseline but the guy who responded didn't tell the OP of that forum how edit the value of your "Bank" right now I've created a object of money with an add action that adds money to my Currency variable, but now i want to extend that to the death of 'X' unit and i came up with this. To some this code might be laughable but i don't understand why this doesn't work when executed via a units init. Any input is appreciated. _man = _this select 0; while {alive _this} do { if (!alive _this) then { //GoldCurrency = GoldCurrency + 1000; hint"DEAD"; }; }; Many Thanks -Irish -
Good morning to all of you, Since update 2.00, I can't access my old Arma 3 profiles anymore and the game gives me directly the "PLAYER 1" profile. When I try to add or modify a profile my game crashes and gives me the following error message 0xC0000005 - STATUS_ACCESS_VIOLATION. I have already made the following attempts : - Reinstall the game; - Check the files by Steam; - Install my profiles in the Arma 3 folder directly; - Check my Windows 10 firewall (Windows Defender); Here I hope you could help me, because I only play this game and after 4000h it never happens thank you in advance.
-
mod I created a MOD, compiled, etc ... But the version is not the same
Maciccio posted a topic in ARMA 3 - QUESTIONS & ANSWERS
I created this MOD: https://steamcommunity.com/sharedfiles/filedetails/?id=2207947068&searchtext=%40Disable_Zoom+1.0+Vanilla Compiled and signed in V2 and then sent to the Workshop. The MOD works great in single player. But if I try to host it on my server it doesn't work. It gives me that the client / server version are not the same. I downloaded the file from the Workshop for both the client and the server. I use TADST as server launcher, and V2 signature verification is selected. What am I doing wrong? -
Hello dear Arma 3 Community, I hope you can help me. A few days ago ireset my PC because I had a nervebreaking problem with starting games like The Elder Scrolls Online, The Witcher 2 and a few more. The reason was, that the PC missed dll. files. The result was, that the games wouldn't start anymore. Arma 3 ran without problems, but I wanted to solve the problem. Now after I reseted the PC, the Games above are running fine, but Arma 3 is now the game, which isn't running, because, you can guess, a few dll. files are missing. So what can I do about that? Do you have any ideas?
-
Iv had this problem for months when using the ORBAT. I keep getting the same error when i try to run the game with the exported faction in the add on section, its extremely frustrating as these factions take nearly 3 days to create, iv had to delete them then remake them multiple times. Could someone please help me as i want to make a RMC faction, RAF, RAF regiment RN and so on. Asked this question on the ALIVE forum months ago and no one has replied , posted it on reddit and no one replied either, I even uninstalled and reinstalled ARMA twice hopefully someone here could help me out or redo it for me. (sorry for the crap quality) sorry for sounding so petty. Let me know if i should send you the folder or config etc https://ibb.co/0BG6Lcc https://ibb.co/rpSWxFn