Senor Dav3
Member-
Content Count
11 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Senor Dav3
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Disregard this all, fixed it, used the guide shown below here: - https://ggservers.com/billing/knowledgebase/125/How-to-setup-your-ARMA-3-server-to-load-mods.html
-
, i paid, got an ip address with a certain amount of slots, then an online control panel with place to install workshop mods, file manager etc...
-
Ah well anyway to load them? As on the control panel of server all the mods are installed
-
Im not too sure how to get the servers rpt, ill try find out, but what i stated in original comment is what was thrown out at me in the cmd of server. I get no slots on my map too when i try start it up.
-
https://pastebin.com/DHCjCCVY there it is
-
So I bought a server providing in the hope of starting my own unit, I got mods and everything you'd need for it. Made a map, uploaded it to the server provider but when I load into the server and try to play the mission it shows no slots and on the command prompt thing on the control panel of the server it says its dependent on content that is deleted and it goes on to list mods that are there. 15:42:09 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.Louetta_seven, 75thRangersBeret, tfl_g3, ace_realisticnames, ace_attach, ace_chemlights, ace_medical_engine, ace_medical_treatment, TFL_VESTS, soarUniforms, plp_urban_barriers, tfar_handhelds, rhsusf_c_troops, plp_containers, rhsusf_c_weapons, CUP_CAStructures_E_Wall_Wall_L, tfl_glasses, New_Cap_Who_Dis, niarms_416, ace_slideshow Not sure what the fix may be, all the mods are on the workshop and have proper signatures.
-
unitcapture UnitCapture Not replaying the movement
Senor Dav3 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Well, first i had issues getting the unitcapture to record the data and now its not re playing it, it shows an error of an unknown variable but there is nothing in that spot. Error in-game: https://gyazo.com/0f2145c636d11937df87796a51385890 Script in file: https://gyazo.com/1aefd8d4c3caf51e639e30197bd0ff33 Any help would be greatly appreciated! EDIT: I launched without mods and now it doest even show the black box in the top right that signals im recording -
bulldozer Bulldozer not doing anything
Senor Dav3 replied to Senor Dav3's topic in ARMA 3 - TERRAIN - (BUILDER)
I've no fucking clue how to set that up, if someone could dumb that down to me that would be cool! -
I'm trying to go in to bulldozer from terrain builder, but when i click on to connect to it it shows my cursor is loading something then it just gives me a cross on my screen. https://gyazo.com/314d942af74f27e3ca05e410c9422ef9 That blue square and plus are where it keeps going to every time, i tried everything like different parameters, making arma 3.exe be the launch for it. Nothing worked so far, plls help!
-
layers.cfg Layers Generation - Unable to load the file "P:/....
Senor Dav3 replied to Senor Dav3's topic in ARMA 3 - TERRAIN - (BUILDER)
Nevermind i got it sorted, it was just a typo, so if what people, just doublecheck your file, its always a typo that'll get ya -
layers.cfg Layers Generation - Unable to load the file "P:/....
Senor Dav3 posted a topic in ARMA 3 - TERRAIN - (BUILDER)
So, im trying to do my thing making a map and everything, then when i go to generate layers it throws me up this error https://gyazo.com/7e6be1efbd9454e8d22ff9f7c2f1f97f It used to say about not finding "P:/" at all but now it changed to the one mentioned up above. Yet when i load the layers.cfg file in it shows me a green check mark but then throws an error up. Shown in video here https://gyazo.com/aa0ad9a10ef6e64d4ed48da6fb5c8001 I will provide the script from the layers.cfg file below class Layers { class gdt_rock { texture = "Dave_First_Island\data\al_rock_co.paa"; material = "Dave_First_Island\data\al_rock.rvmat"; }; class gdt_gras { texture = "Dave_First_Island\data\al_gras.paa"; material = "Dave_First_Island\data\al_gras.rvmat"; }; class gdt_strbeach { texture = "Dave_First_Island\data\strbeach_co.paa"; material = "Dave_First_Island\data\strbeach_co.rvmat"; }; class Legend { picture = "Dave_First_Island\source\mapLegend.png"; ); ); class Colors { gdt_rock[] = {{255, 0, 0}}; gdt_gras[] = {{0, 0, 255}}; gdt_strbeach[] = {{0, 255, 0}}; }; }; Forgive me if there are any mistakes its just im not the best with this type of language in specific. But any questions or help would be sincerely appreciated, Thanks!