-
Content Count
34 -
Joined
-
Last visited
-
Medals
Everything posted by thelog
-
We may moan about the UAV's of Arma 3. But remember the makeshift UAV system from Arma 2. You had to use it in the OA campaign and also had the choice of using it in Chernarus. Anyway what I wanted to ask is; is there any plans to give each faction unique UAV's. I was hoping that they were just using the same ones for everyone as placeholders. It's not looking that way though is it?
-
Project 82 The Falklands/Malvinas war mod Work In Progress - Pics
thelog replied to cimalex's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
Is this pack still being worked on and is is coming to Arma 3? I love the work already put into this pack and would love to see it come to life with modern Arma features. -
This may have already been answered but will there be any further work to stop the camera shake when you have the camera set to lock?
-
I got all excited when I read that they have made changes to the UAV's thining the greyhawk would finally be useful. But it seems they have ignored this ticket http://feedback.arma3.com/view.php?id=12865
-
Using the dev build with this and I seem to have no soldier movement sounds. I have checked to see that the movement.pbo is in the folder. Anyone else having this issue?
-
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
This mod really opens your eyes to the hard work BIS put into the game. So much fun to use too. -
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I saw someone has released this on the steam workshop. Just wondering if it is someone trying to absorb your credit. -
F/A-18 Super Hornet and Su-35S Flanker E
thelog replied to TeTeT's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Ez team. just wondering if anyone is having issues with the landing gear? I don't seem to be able to use it using the keybinding nor from the action menu as it is not there. -
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
many thanks. Once again All the best Good Vibess -
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for clearing that up, I was unsure where exactly where to put the bottom lines. BUT.... I still can't get the thing to work. I have been trying to use scripts all weekend and i'm not having much joy. As I said in my post before i'm not stupid and can normally figure things out for myself, but this is really making me bang my head against the wall. I'm 100% sure I am doing everything right. I even went back and checked to see if I was saving the sqf as a text doc by mistake. Anyway I don't want to waste much more of your time, you obviously have things to do other than helping people on the forums that should be able to help themselves. I'll post this lot anyway just in case you see an obvious mistake. (as there clearly is one somewhere on my behalf) My exact code in notepad++ [_this, (position(_this select 6))] spawn { private["_params","_initialPos","_bullet","_index","_positions"]; //Vars and Params _params = _this select 0; _initialPos = _this select 1; _bullet = _params select 6; _index = count firedBullets; _positions = [_initialPos]; //Assemble the array of positions and push it to the global array waitUntil { if (isNull _bullet) exitWith {true}; _positions set [count _positions, position _bullet]; firedBullets set [_index, _positions]; }; }; }] }; [soldier1] call hyp_fnc_traceFire; My soldier in editor http://www.partyviberadio.com/forums/attachments/chat/85715d1380455813-hey-team-2013-09-29_00001.jpg (142 kB) The sqf file in the mission folder http://www.partyviberadio.com/forums/attachments/chat/85716d1380455814-hey-team-script-pic.png (150 kB) As I say if you are too busy and fed up then I don't blame you. All the best Good vibes -
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So can anyone just clarify where exactly I put this line of code [_name] call hyp_fnc_traceFire; I understand it goes under the rest of it but I can't seem to get it to work. I have made the unit Player1 so i'm guessing it looks like this [_player1] call hyp_fnc_traceFire; -
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Indeed it would. There is a video of it in action here. -
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ok so I have made the innit.sqf file crammed it with the first box of code and given my soldier the second line of code. I have named him garry. so it looks like this [_garry] call hyp_fnc_traceFire; I have tried putting it at the bottom of the first lot of code but no joy, and I have also placed it above the last to lines. anyone got any ideas for me? All the best Good Vibes ---------- Post added at 07:47 ---------- Previous post was at 07:41 ---------- When you said "phazer pew pew starwars" it made me laugh out loud. Sorry if you thought I was laughing at you taking the piss or something. I'm not that kind of person. ---------- Post added at 08:17 ---------- Previous post was at 07:47 ---------- -
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
No LOL, as Mr centipede said it's for tracing the bullet path. So the lines will stay on screen. -
I would like to ask a question about init.sqf
thelog replied to thelog's topic in ARMA 3 - QUESTIONS & ANSWERS
Yes, so i have made a file in the mission folder called init.sqf right and filled it with the script. That is what I am ment to do yes? Then it says about putting the second code in bellow the forst lot. Which I am doing but with no luck :( Sad log :( I will drop the link of the particular script. http://forums.bistudio.com/showthread.php?164294-Quick-and-fun-projectile-path-tracing! thanks for replying. -
Hello team, I'm really sorry if I look lazy for asking a question on the forum but the truth is I have been up all night researching and reading guides and getting distracted by other cool things to do with arma. I have been attempting to learn as much as possible about scripting for the game as it is something I would much like to participate in as a hobby. But after a night of reading I feel more confused than ever. I have had previous success with running some scripts with the help of a guide I found online and have got to the basics of making description.ext files etc but I can't figure out what the inint.sqf is. at first I assumed it was the initialization box in the game editor but it is clearly not. I have tried researching and I get drawn towards posts and tutorials for making mission briefing .sqf. If someone can just clear up what exactly I am looking for as a init.sqf I can most probably find out the rest myself. (unless I am looking for the wrong thing all together) Again I stress that I am not the type of person to ask a question on a forum right away without even attempting to find the answers out myself, I have honestly been trying to figure it out all night long and have got to the point where I can't think properly anymore, (like when revising all night for an exam and you head goes cloudy) and it is really annoying me. Thanks in advance. Good Vibes
-
Quick and fun projectile path tracing!
thelog replied to Hypnomatic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Sorry but do you mean make a document and put it in the mission file folder and name it init.sqf? and then the second string of code goes in the players init? or maybe in the local exe in the debug? I have tried some things but can't get it right. I'm sorry but i'm trying really hard to learn this stuff. I have read lots of things but when I read about these sqf files it it is explaining on how to make briefings. Sorry for looking lazy and asking questions on forums but I am banging my head against the wall with this. :( As I have mentioned before on this forum, I am really keen to learn this stuff and am not afraid to read things unlike most the people these days who demand video tutorials to learn how to do do anything. Sorry if I sound like a complete noob but I guess when it comes to scripting, I guess that's what I am. Sorry if I offend anyone :( -
Play withSIX Community Preview [Evolution of SIX Launcher and in time also SU]
thelog replied to sickboy's topic in ARMA 2 & OA : Community Made Utilities
Great work with PWS, I use it loads for arma 2 nowdays. Hope soon arma 3 will get some extra love soon too. Thanks again. Oh yes, I know it's not a huge issue but when will the Arma 3 thumbnail be updated. It still says Alpha LOL -
Hmmm, I usually use escape to exit.
-
Ahhh it I was searching for yesterday. that's why. Cheers
-
Is there a changelog for the recent dev build changes? I can't seem to find any info.
-
Magnon Entertainment Wasteland Server 100 Percent Stable
thelog replied to ZoneTrooper's topic in ARMA 3 - MULTIPLAYER
Lets face it, wasteland will never have good FPS. Never ending mission files are a waste of time. So much more fun to be had. -
Why does almost every game have VAS virtual ammo box.
thelog replied to Reuben5150's topic in ARMA 3 - MULTIPLAYER
VAS ist gut ya? -
When they gonna make arma3: Operation sparrowhead?