_.Dardo._
Member-
Content Count
98 -
Joined
-
Last visited
-
Medals
Community Reputation
15 GoodAbout _.Dardo._
-
Rank
Corporal
Contact Methods
-
Skype
dardoitalia
-
Steam url id
dardothemaster
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
.Net core for cross platform extension
_.Dardo._ replied to _.Dardo._'s topic in ARMA 3 - ADDONS & MODS: DISCUSSION
bump ... D: -
.Net core for cross platform extension
_.Dardo._ posted a topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Hello, i'm currently picking up a language for writing extensions. I would like to know,if someone built succesfully an extension using .net core ( https://docs.microsoft.com/en-us/dotnet/articles/core/) both on linux and windows. I'd like to have some personal experiences or general overviews. Thank you. -
How to delete objects after Apex update?
_.Dardo._ replied to Luke_z_Brna's topic in ARMA 3 - QUESTIONS & ANSWERS
You should use a combination of nearestobject and hideobjectglobal,or just use 3den enhanced mod in the workshop -
AI : Closed Line Formation
_.Dardo._ replied to _.Dardo._'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you, I tried but no luck. It seems that the only way of doing this is attaching the units among them. Unfortunately this makes the whole thing unnatural and mechanic. That's bad. -
That would be really appreciated.
-
Nothing on mp optimization?
-
Already read it,i would prefer some numbers
-
Hi guys, I am cleaning up my mission,and I was searching for informations correlated to the bandwith usage of each public variable ,and other things such loops,and how can they interfer with client/server fps. A little overview would be welcomed :)
-
Hello guys,i am trying to make two or more air vehicles(Airplanes) fly in a close line,right now the two AIs are simply flying in a large line formation with around 20 meters between them,how can i reduce this distance,to get this result? Thank you.
-
Wrong signature for file
_.Dardo._ replied to mackenzieexd's topic in ARMA 3 - SERVERS & ADMINISTRATION
Try to use addon Builder -
Hi all,i wanted to know if it was possible to move a dead body into a vehicle,with related death animation(basing on kind of vehicle) Thank you all.
-
encrypt the mission files .pbo
_.Dardo._ replied to Rene-k's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Sorry for the bump By the way,i discovered a pbo , downloaded from a server as a normal mission,that can not be opened. Pbo manager just crashes when i try to open that mission file. How is this even possibile? -
[VS Code ~ SQF] Visual Studio Code - SQF Language
_.Dardo._ replied to Armitxes's topic in ARMA 2 & OA : Community Made Utilities
Sorry i was talking (me too) about brackets matching,not highlighting. -
Setting a unit on fire (without killing him)?
_.Dardo._ replied to the1krisrob's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You may need a loop for this,could you post the whole code?