freexavier
Member-
Content Count
12 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout freexavier
-
Rank
Private First Class
-
Question about Scripting in Arma (Script Language)
freexavier replied to freexavier's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Okay thanks! -
Question about Scripting in Arma (Script Language)
freexavier replied to freexavier's topic in ARMA 3 - MISSION EDITING & SCRIPTING
What should I learn? C or C++? I read somewhere that most people start with C and then learn C++ later on. -
Question about Scripting in Arma (Script Language)
freexavier replied to freexavier's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I noticed that there is C and C++. What the difference? -
Question about Scripting in Arma (Script Language)
freexavier posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
What language is similar to Arma? I'm planning to learn and get better on how to script better in Arma. I tried searching online on what language, Arma uses, is similar. There were some threads, but not concrete. I don't want to waste learning a language and later find out that Arma is totally different. Also the game I'm aiming on scripting is both Arma 2 and Arma 3. Since I have some friends who only have Arma 2, OA, and don't own Arma 3. And I play with them from time to time. I also made my own simple Arena where 3 teams fight each other. -
Camera Scenes to play for a single person in Mutiplayer. Created using Camera.sqs
freexavier replied to freexavier's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The initPlayerLocal.sqf is working perfectly. Only problem with it was that I had to use as follows, bellow to make it work. player exec "CameraScenes.sqf" Also the addaction doesn't seem to work. Maybe because it uses execVM? Since player exec "CameraScenes.sqf" wouldn't work if I made it into player execVM "CameraScenes.sqf" instead. Also what is the difference between using exec and execVM? I tired using as follows: player execVM "camera.sqs" and it hanged Arma 3. -
Camera Scenes to play for a single person in Mutiplayer. Created using Camera.sqs
freexavier replied to freexavier's topic in ARMA 3 - MISSION EDITING & SCRIPTING
*bump* Anyone can give an example? -
Camera Scenes to play for a single person in Mutiplayer. Created using Camera.sqs
freexavier replied to freexavier's topic in ARMA 3 - MISSION EDITING & SCRIPTING
And how do I do that? I'm not a pro in script in Arma. Also I'm planning on making it play when a player enters a server at anytime, but doesn't show on respwan. Also I'll be making it when someone uses an addaction -
Camera Scenes to play for a single person in Mutiplayer. Created using Camera.sqs
freexavier posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Question: Is there a way to make a camera scene to be played by a, and for, single person instead of being played to the entire server? I've seen it been done in a Wasteland server I played a long long time ago. Bellow is a sample of the one I been making. File name is called "CameraScenes.sqf" and I execute it with "player exec '"CameraScenes.sqf"" _camera = "camera" camcreate [0,0,0] _camera cameraeffect ["internal", "back"] showcinemaborder false; titleCut ["", "BLACK IN", .5] /// Camera Overview of Statis Airfield _camera camPrepareTarget [-88127.96,-36884.48,8.15]; _camera camPreparePos [2385.62,5627.74,1.42]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 10 ~10 titleCut ["", "BLACK OUT", .5] ~2 player cameraEffect ["terminate","back"] camDestroy _camera titleCut ["", "BLACK IN", 5] -
US Marine Corp and MARSOC units A3
freexavier replied to massi's topic in ARMA 3 - ADDONS & MODS: COMPLETE
When are you going to fix it? -
US Marine Corp and MARSOC units A3
freexavier replied to massi's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I hope you fix it as soon as possible -
Niko's Uniforms Mega Packs
freexavier replied to NikoWZRD's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Are you planning on making headgears? If so when do you think you would be able to release it? -
US Marine Corp and MARSOC units A3
freexavier replied to massi's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Is it possible of making a Uniform standalone pack?