Jump to content

Chris Wilkinson

Member
  • Content Count

    14
  • Joined

  • Last visited

  • Medals

Community Reputation

3 Neutral

About Chris Wilkinson

  • Rank
    Private First Class

Recent Profile Visitors

1487 profile views
  1. Chris Wilkinson

    Operation Black Dragon

    A few years ago, I created an 18 mission campaign for Armed Assault. I finished it ut never releaased it. The fully voice acted campaign followed a Marine amphibious landing on the island of Sahrani to defeat a Russian invasion. The player followed the main characters of Rudy Lamb, a Marine Squad Leader and Scott Fuchs, a special forces team leader. Lots of innovative scripts were added. The eagle eyed amongst you will see flocks of birds flying up when startled, soldiers urinating, enemy sections throwing smoke and bugging out when they drop below a certain strength, players being able to insert ear defence and much more. Thanks to all the people who have released scripts to the community. I managed to complete all the missions, briefings and cutscenes and the campaign was put in single mission format so that players go back and play their favourites. It wouldn't be ArmA without bugs though and the final product lost one or two lines of recorded dialogue (the subtitles remain) and one or two error messages pop up during gameplay. The community stopped playing the game in favour of ArmA III so nobody really got to fully enjoy Operation Black Dragon. Therefore, I've put all of the cutscenes together to make a movie from it. The briefings are kept so that you can see what was supposed to happen in the missions and the missions are summarised in text format between the scenes. I hope you all enjoy the movie, and if any of you would like the actual campaign to play, let me know and I'll send it to you. Thanks for your time. https://youtu.be/QYw_QZWuX-E Starring: Josh Sheets Jim Perkins Bob Singer Tyler O'Ryan Ian Mitchel Pabito Ben Palladino Lec Zorn Tori Duncan Rachel Wilkinson Callum Apsin Tony Wilkinson Chris Wilkinson Scripting: Mandoble BAS Bedges Chris Wilkinson Mustang60384 thecoyote General Barron Wolfrug johnnyboy
  2. Chris Wilkinson

    JBOY Lip

    Hi dude. Does this script make lips move in n time with the words?
  3. Chris Wilkinson

    Bugs fixed?

    Hi. I have a port from ArmA that I'd really like to finish of ArmA 3. Trouble is the wav2lip got changed and the new system didn't work correctly. Also, there were issues around setface commands. This made converting over an hour of cut scenes, with voice acting, impossible. I shelved the project with a hope that one day the bugs would be fixed. Does wav to lip and setface work properly now?
  4. Chris Wilkinson

    AddAction breaking me

    Absolutley. Everything is just fine. The error always happens with variations of addaction.
  5. Chris Wilkinson

    AddAction breaking me

    The ear defence script is fine. If I call it straight up it will work. I just tried the following line from ArmA 2 and got the same error. act1 = u1 addaction ["Join group","join.sqf",0,1, true, true,"test2"]; This following line works but where does the call for the script go? this addAction [ "Ask for help.", { (_this select 0) removeAction (_this select 2); (_this select 0) setUnitPos "UP"; [(_this select 0)] joinSilent (group (_this select 1)); }, nil, 6, true, true, "", "_this distance _target < 5" ];
  6. Why is the Addaction with a title and a .sqf breaking the game? I get a preprocessor error with it and it doesn't execute the .sqf. OnAct: myaction = player addAction ["Insert Ear Defence", "EarDefence.sqf"] Error: Preprocessor failed with error - Invalid file name (empty filename)
  7. Chris Wilkinson

    Vehicle force headlights off

    Granted this is an old topic but the subject is still very relevant. For the sake of snippet harvesters like me, what line of code can we take to hit the head lights on any vehicle? Or, perhaps, is every line going to be different beause of different hitpoints? So Guy's line this setHit ["light_l", 1]; this setHit ["light_r", 1]; Seems to work on Marshalls. Not tested on other vehs.
  8. Thank you very much JBoy. That line is greatly appreciated.
  9. Good work. I can see that you put in a hell of a lot of work with this. Could you say how you call the in-game sounds? Is there a string of code you could post? I can find the files, just not how to call them via script or init. For campaign files, the simple directsay etc works. I'm looking for the Combat Shouts.
  10. I am also having this issue.
  11. Chris Wilkinson

    Will my computer run ArmA 3?

    Here's my spec. What do you think? If not, and I suspect not, where do I need to upgrade? Graphics card: NVIDIA GeForce GT 820M Processor: Intel (R) Core (TM) i5-4210U CPU @1.70GHz (4 CPUs) 2.40 GHz Installed memory (RAM) 8.00 GB (7.89 BG usable) Windows 10 64 bit.
  12. Chris Wilkinson

    Providing feedback to mission creators

    How do I start a new thread?
  13. Chris Wilkinson

    [SP] Evil's Last Will

    Yeah, I figured as much. I had a similar problem in the past. Lots of Ctrl-H in the mission file.
  14. Chris Wilkinson

    [SP] Evil's Last Will

    How easy was the mission port? I am considering doing something similar.
×