Search the Community
Showing results for tags 'not'.
Found 10 results
-
This is bull crap. Don't get my crates so it won't affe t my battle pass progression. Which you literally can't achieve without devoting your entire life to the game to begin with. This is STUPID
-
While using some weapons, most recently but not limited to the Suomi KP/-31, during a skirmish of running in circles and on/off shooting at each other; at one point we ran close enough to each other to initiate a melee swing, after which the gun was unable to fire. Instead of displaying the remaining ammo in the clip, it was replaced with a hyphen. If I tried firing, it would sometimes make a click sound when ADS, melee swing as if an enemy was directly in front of me, and once or twice it momentarily fired while aiming from the hip. I tried switching to my other weapon and back as well as holstering both weapons however the problem persisted. My other weapon worked fine. Hope this helps!
-
Hi, I'm having a trouble when I create CfRadio in my Description.ext file. It says "radio message GodDamnit not found". Class CfgRadio { sounds[] = {"GodDamnit"}; Class GodDamnit { Name = "GodDamnit" ; Sound[] = {"Goddamnit.ogg", db + 1, 1.0}; Title = "For FUCK SAKE!"; }; };
-
Hello There! I've been playing with the Object Builder for a while and had the great idea to make my own car :) (why... couldn't just mind my own business?) I've followed a tutorial on yt (probably you will all know the guy with the delorean) and all went smooth up until I realize that in game the wheels do not spin nor turn. The base 3d model came from the darkweb on sketchup, I've cleaned it a bit in C4D and exported with baked texture in paa to Obnoxius Builder. Side note I'm having issues with trasparency and texture but will fix next time around, this is just a test to know how to process, you will see even the memory points are not really aligned... I'll upload a zip with all the files: -The main P3D (can be opened in Obsure Builder) -Texture (not useful but hey!) -2 CFGs (one from the base testvehicle in arma, one from a car I copied somewhere long time ago, both adapted to work with the car) -Model.cfg (I think here is where the devil is) I've tried multiple ways, naming, weights and bones with no luck, if someone can explain me how cfgs work, at what they point i the LODs, if bones are needed I would be really graceful, I'm not the guy who wants the answer cooked but can be really stubborn to understand things. You can contact me ofc here but also on Steam, Skype, Teamspeak, Discord even Whatsapp. Thanks in advance! I would really like to import this car as is my daily driver and I'm attached to her :P FIxed :D Dont know how to close
-
Zoom-in feature on helicopters not centered?
_MUDFLAPS_ posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Since the most recent patch, whenever I zoom in as a pilot, it de-centers the crosshair does an off-centered zoom with the crosshair 3/4 up the screen instead of centered. -
Can you please add Land_HeatPump_F to the editor? I can only add this with a mod or with CreateVehicle(), but I want to be able to use this in the editor. It has scope =1 and cannot be placed. Thanks. It would only take 1 minute to change this. And the runway papi lights. It is annoying that there are some items that we cannot place easily. This heat Pump item actually looks very nice, it would be good to have on the side of a building in a base for example.
-
Group name not recognised (type string, expected group)
lawman_actual posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
A recurring problem that i seem to run into is I don't know how to use group names as group names when writing scripts. Let me explain: In the eden editor, I have set the name of a group; by opening the interface for the group (double click on the icon above group leader) and entering something in the 'callsign' field. However, if I now go to write a script that requires the name of that group, i can't seem to format it in such a way that the command will accept the name I have inputted. For example, here is a snippet from the mission: _group = "R Rustam 1 - Alpha"; _leader = leader _group; _passangers = _group - _leader; _leader assignAsDriver qrf_w1; {_x assignAsCargo qrf_w1} forEach _passangers; _group orderGetIn true; What i can't get to work is the leader command, because no matter how I format the group name it doesn't seem to want to accept it. I believe the following has been tried without success: _group = "R Rustam 1 - Alpha"; _group = "Rustam 1 - Alpha"; _group = R Rustam 1 - Alpha; _group = Rustam 1 - Alpha; -
Roads are not Showing in Buldozer and Arma 3
Famousbasic13 posted a topic in ARMA 3 - TERRAIN - (BUILDER)
Hi there, I am having some trouble with my roads. I can no longer See them in buldozer (Yes I am using editor.sqs in 'scripts' folder) and I can't see them in Arma 3 either. I do not know what has happend but yesterday I could see my roads in Buldozer perfectly fine however now (the day after) For some reason they just don't Appear? Here is my Roads.lib: /* 1 - Main Road 2 - City Road 3 - Dirt Road 4 - Highway 5 - Path 6 - City Road 7 - E76 Highway 8 - sentiero 9 - pista */ class RoadTypesLibrary { class Road0001 { width = 12; mainStrTex = "a3\roads_f\roads_ae\data\surf_roadtarmac_main_road_ca.paa"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roadtarmac_main_road_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roadtarmac_main_road.rvmat"; map = "road"; order=1; }; class Road0002 { width = 8; mainStrTex = "a3\roads_f\roads_ae\data\surf_roadconcrete_city_road_ca"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roadconcrete_city_road_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roadconcrete_city_road.rvmat"; map = "road"; AIpathOffset = 2.5; order=2; }; class Road0003 { width = 8; mainStrTex = "a3\roads_f\roads_ae\data\surf_roaddirt_road_ca.paa"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roaddirt_road_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roaddirt_road.rvmat"; map = "track"; AIpathOffset = 0; order=3; }; class Road0004 { width = 12; mainStrTex = "a3\roads_f\roads_ae\data\surf_roadtarmac_highway_ca.paa"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roadtarmac_highway_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roadtarmac_highway.rvmat"; map = "main road"; AIpathOffset = 3; order=4; }; class Road0005 { width = 5; mainStrTex = "a3\roads_f\roads_ae\data\surf_roaddirt_path_ca.paa"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roaddirt_path_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roaddirt_path.rvmat"; map = "track"; AIpathOffset = 0; order=5; }; class Road0006 { width = 10; mainStrTex = "a3\roads_f\roads_ae\data\surf_roadconcrete_city_road_ca.paa"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roadconcrete_city_road_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roadconcrete_city_road.rvmat"; map = "track"; AIpathOffset = 2.5; order=6; }; class Road0007 { width = 12; mainStrTex = "a3\roads2\Data\asf1_dashedline_ca.paa"; // lowercase! mainTerTex = "a3\roads2\Data\asf1_dashedline_ca.paa"; mainMat = "a3\roads2\Data\asf1_dashedline.rvmat"; map = "road"; AIpathOffset = 2.5; order=7; }; }; Here are some Screenshots (In case you need to check something) https://gyazo.com/5a5da79580fac72f4e8d1a8768558231 - My Terrain Builder with Project Loaded https://gyazo.com/0a12c500f0a49751fcc175545f2f71b0 - My P: Drive Directory https://gyazo.com/deed7472caece8da14f2da91520e7582 - My Project Folder Please Let me know if there is any other files / Information that you need! Thank you very much! -
Server is not listed ingame or in the Arma 3 launcher
EgoLeX posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Hello together, first, please excuse my English, I´m German and not a hero in the English grammer or s.th. else :wacko: Problem: I released on the 5.June.2016 my first Arma 3 Server for the popular gamemode Wasteland. But when I searching my Server in the Arma 3 Launcher or Ingame, i cant find him :( The Server will only shown when I use the ''Direct Connect'' option and the IP Address. Why? The Server is running with default port and is open for everyone. It is very stupid because so it's harder to get players on the server. [ If you should find the Server normally it where nice when you could inform me.] [servername: Sky-Gaming.de|Wasteland|NEW|$3K Start|Dark Night|And more ] Does anyone have any idea why he did not appear in the list? thank you in advance :rolleyes:- 3 replies
-
- server
- not listed
-
(and 6 more)
Tagged with:
-
Steam Workshop Addons do not appear in Launcher
midnightm3nace posted a topic in ARMA 3 - TROUBLESHOOTING
Hello. I have been having an error ever since workshop modding came out where I cannot access any of my workshop mods at all, whether through the launcher or by moving them into the directory so I can control them manually. Steam frequently updates and downloads workshop content as necessary, but there is no way for me to use it and it is incredibly frustrating. For more info, I had my Arma directory located on my C: Drive but got a new HD and decided to port it to my E: as mod content was taking up so much space. I have re-installed numerous times, to no avail. Please let me know if I can fix this, or there is a steam issue.