HaZZarD 2 Posted October 28, 2013 well , time for me to start learning some script : ) keep up the good work ; ) Share this post Link to post Share on other sites
gagagu 21 Posted November 8, 2013 Thx for your great work! Share this post Link to post Share on other sites
oktyabr 12 Posted February 13, 2014 Excellent tutorials. Very well written and I like how much care you take to keep the reader at it. Will Chap 4 include some of your better well known tricks like suicide bombers, etc.? :D Share this post Link to post Share on other sites
LtAnderton159 1 Posted March 18, 2014 Big thanks, this guide help me very much. :D Very clear and easy to understand. Share this post Link to post Share on other sites
pvtdancer 5 Posted March 18, 2014 Thanks man. Your guide taught me more in 15 min of reading then the hours I've spent in the past trying to learn this. Share this post Link to post Share on other sites
infiltrator_2k 29 Posted March 19, 2014 Thanks man. Your guide taught me more in 15 min of reading then the hours I've spent in the past trying to learn this. I'll 2nd that! I've read the first chapter and I'm on the second. There's no bones about it, by merely reading the guide it would have potentially saved me hours of time messing around with the process of elimination of managing to accomplish things. It's incredibly rewarding too to finally understand what was initially "WTF???" Although I've not put together my own script yet I feel I now understand how it all works thanks to the guide. Nice one Mikie ;) Share this post Link to post Share on other sites
mikie boy 18 Posted March 19, 2014 Cheers chaps for all the kind words, glad it has been well received and you are finding it useful. You should quickly read through this thread to see if any of the errors (typos) i made are not duplicated when you follow it. Only think there are a couple. Hopefully i should have some time around end of June to actually complete chapter 4, and get the multiplayer guide completed. Im hoping to setup a guide on how to put a project/mission together Mike Share this post Link to post Share on other sites
Naiss 28 Posted March 21, 2014 hello i got a question, so when the player die i want it to run a script file and not let the player spawn befor the script file allow it so how can i make the script file run when the player die? Share this post Link to post Share on other sites
mikie boy 18 Posted March 21, 2014 Use event handlers.. Depending on what u want to do.. Could use rescan or killed. Share this post Link to post Share on other sites
Naiss 28 Posted March 21, 2014 well im making a revive script so when the player die it will start a timer and do some commands Share this post Link to post Share on other sites
mikie boy 18 Posted March 21, 2014 Used killed event handle. Which is BASICALLY, 'In the eve t of death do this'... When player dies u can respawn him in same position. You could also have a wait until command for waiting until players health gets to a certain level. Then stop him dying and put him in unconscious state. Various ways to do it really. Share this post Link to post Share on other sites
Naiss 28 Posted March 21, 2014 im not sure how im going to do thats so do you have a code line for that or? Share this post Link to post Share on other sites
mikie boy 18 Posted March 21, 2014 Check the tutorial has it in there whole section on eventhandlers Share this post Link to post Share on other sites
Naiss 28 Posted March 21, 2014 will this work: CL_Revive_Killed = compile preprocessFile "CL_Revive\Dead.sqf"; player addEventHandler ["killed", CL_Revive_killed]; Share this post Link to post Share on other sites
Naiss 28 Posted March 22, 2014 okey i got this working now but how can you know the regular respawn time i want to remove the timer when it run my script file and make the unit stay and the location where he died at and then when the script is over the respawn timer can come Share this post Link to post Share on other sites
esfumato 75 Posted May 15, 2014 Still waiting for the multiplayer tutorial... Share this post Link to post Share on other sites
LtAnderton159 1 Posted August 23, 2014 Hey ! Are you still working on the last part ? Anyway, thanks a lot for your work. Share this post Link to post Share on other sites
terox 316 Posted August 24, 2014 I wrote a debugging tutorial that you might consider adding to your scripting tutorial. http://forums.bistudio.com/showthread.php?176096-Zeu-Debugging-Tutorial-amp-Foundation-Template Share this post Link to post Share on other sites
mikie boy 18 Posted August 27, 2014 Hey all. Yeah sorry haven't been on here in a long while. Family life and uni. Gona be a while before i get the next part out. Things have changed on arma quite a bit since I was last on and a lot to catch up on. Terox haven't had a chance to look at you link mate but ill Def add it if it's useful to others. Share this post Link to post Share on other sites
inlesco 233 Posted March 30, 2015 Amazing work on all three chapters whatsoever, Mikey! Really inspiring to get other people teach other stuff that you're not being paid for! Share this post Link to post Share on other sites
esfumato 75 Posted April 5, 2015 I want to create a multiplayer PVP mission. with 4 teams. Csat, Nato, AAF, FIA (Civilians with Fia gear). And I want to have 4 start positions and assing each team a start position randomly at the start of the mission with the result of 24 diferent combinations. [/img] Does anyone know how to acomplish that? Share this post Link to post Share on other sites
Neviothr 102 Posted January 31, 2016 A damn fine guide, mikie. Will there be a chapter 4? Share this post Link to post Share on other sites
mikie boy 18 Posted February 2, 2016 Alas No.... Ive pretty much given up on Arma. Sorry to disappoint. Just havent got the time any more and I last played Arma several months ago. Glad it help nonetheless Mike 3 Share this post Link to post Share on other sites
Neviothr 102 Posted February 3, 2016 Alas No.... Ive pretty much given up on Arma. Sorry to disappoint. Just havent got the time any more and I last played Arma several months ago. Glad it help nonetheless Mike Well that's sad to hear. Still though, thank you for all the hard work you've put in to create the three chapters. Share this post Link to post Share on other sites
NecorB 1 Posted October 4, 2016 Great stuff *****(stars). I had a blast reading and follow it through. And I learned that I really am a noob :). I eventually found my way to this guide because I had some stupid behavior from scripting in Arma3, things that I normally did not have problems or errors with. And I could not for the world understand what/ where the fault was. And since I have had a break I figured - back to basics. Turns out - if you use ArmaEdit and create a new file from button (not list) that default file in my case was .sqs ,which I happily renamed to .sqf (->BAD!<-). So parts of the syntax and code worked, and parts did not (I had some weird results and errors). Imagine now when code works again :). Just can't believe how thorough this guide really is that the author (gonna call you Dave) even managed to cover that part (indirectly even). Last thing. I can't download 2nd chapter (1st and 3rd link worked). Anyone? Share this post Link to post Share on other sites