Jump to content

qevhytpl

Member
  • Content Count

    24
  • Joined

  • Last visited

  • Medals

Everything posted by qevhytpl

  1. As we all know, AI drivers will avoid obstacles. How can I make AI drivers blind and ignore obstacles?
  2. The wiki says that this command cannot be executed if only the driver is in the vehicle. So we need to increase the manpower and use setEffectiveCommander to set it as the commander. Pay special attention to the need to try members in different positions (such as tanks, the actual commander may be the gunner, only in this way can the order be executed).
  3. qevhytpl

    dotarget a gamelogic?

    you are welcome!
  4. I'm editing a scene, I want to achieve AI aiming at a certain position, dosuppressFire can't meet my needs, AI refuses to execute the dosuppressFire command in the position covered by weeds, so I want to use dotarget and gamelogic to achieve AI aiming, but unsuccessful. Desperately need brother's help.
  5. I mean some code can make AI zoom optic?
  6. qevhytpl

    dotarget a gamelogic?

    I found the problem, because I used the stop command in the front, which caused the dotarget command in the back to fail, and stop will also interfere with the execution of dosuppressFire.
  7. qevhytpl

    Arma Reforger - Mission Editor

    me too! We need an easy-to-use editor similar to ARMA3.
  8. Hi everyone, today I am excited to share with you my edited single player mission. This single player mission is basically controlled by code, my philosophy is to achieve random and flexible combat with minimal code. The game mode is capture the flag. With an open ending, it is difficult for individuals to determine the battle situation, and it can only play a decisive role in local battles. There are teammates nearby that can be resurrected, otherwise the game is over. The game is still being optimized, and there are plans to add paratroopers and armored vehicles in the future. The list of modules is as follows: @VME_PLA_MOD; @RHSAFRF; @RHSUSAF; @RHSGREF; @RHSSAF; @CBA_A3; @JSRS SOUNDMOD. Game in play
  9. Hi, I've brought you a single player game today that is similar to battlefield 2 in EA 2005.There are many familiar details throughout the game.Such as capture flags, artillery, fixed weapons, interactive interface and so on.Randomness produces tactical suddenness, which can add a lot of fun to the game.You will play the role of a Russian soldier charging into battle.The editing process of this game is the pinnacle of my programming. I hope you enjoy it.Have a nice day! https://steamcommunity.com/sharedfiles/filedetails/?id=2214025716
  10. hello,everybody.i am qevhytpl .i come from china.i am trying my best to script battle feild 2018(just like bf2) and make use of some fsm script.just put a picture here. 通过我的 HWI-AL00 上的 Tapatalk发言
  11. qevhytpl

    LIFTER for ArmA 3

    Hi! I suggest that human player can fast rope without action(AUTO);you can set boole in init;somebody maybe like fastrope with action;somebody maybe fast rope without action(like me);thanks
  12. Well,in ARMA3,we know that when AI move close building door,they can open door .It is amazing!I want to konw that Mechanism,How did he do?how to check building doors and mark them with markers? THX!:confused:
  13. hi everyone:I want game count music playing time and return a value by script . like this: _pla = _this select 0; _sht = _this select 1; _tw = _this select 2; _time = sizeOf "_sht";//of crouse this isn't useful. I just place a case. _pla playmove"AmovPercMstpSrasWrflDnon_SaluteIn"; sleep 2; _pla say format ["%1", _sht]; _pla sidechat format ["%1:%2",name _pla,_tw]; sleep _time;// this is my problem _pla switchmove "ActsPercMstpSnonWrflDnon_interrogate02_forgoten"; //becase I will deal with thousands of tracks , so I want a more effective script . do you understand me?
  14. Hi, I'm currently running the latest version [1.60 beta] of A2 & OA (both retail) with retail BAF, with latest ACE/CBA/ACRE/JayArma2Lib/Clan mods. OA was installed to the A2 directory and everything works fine, apart from JA2L. When starting from the A2 Launcher, I get the error; JayArma2Lib: Incompatible version of Arma2 or unable to check version. When the game is loaded and I enter into the editor or a server for the first time, I get the error; Script BB not found. After clicking OK on the BB error, I am then greeted by a small box on the top right saying; Acre: dsound.dll not loaded in arma2: check jayarma2lib installation. I am quite sure JA2L is installed correctly, with the dsound.dll in the @JA2L folder, root Arma 2 directory and expansions/beta directory. Thinking it was perhaps a version issue, I redownloaded the latest one, here; http://www.dev-heaven.net/projects/jayarma2lib/files - but it was the same as the one I already had thus the problem persists. I've tried searching through a few pages here but can't seem to find any resolution and looking through ~50 pages isn't really feasible.. Any known fixes? Thanks
  15. I want to create an AA rocket that takes down chopper? is there a way to create a rocket somewhere (without a visible in-game source like an AA soldier), that hits the player chopper? Thanks in advance for any help. QEVHYTPL
  16. I need a script that will change player character during the mission. To start with one and after a some trigger to continue the mission with other characters (as in the first mission in the campaign) ? Thanks in advance for any help. QEVHYTPL
  17. Only call it from the radio or addAction???? I want it to work by setteing an latancy trigger,What could I do ?
  18. Thank you very much! Your suggestion is very useful. ---------- Post added at 04:31 ---------- Previous post was at 04:30 ---------- Thanks a lot ---------- Post added at 04:35 ---------- Previous post was at 04:31 ---------- Thank you very much! ---------- Post added at 04:38 ---------- Previous post was at 04:35 ---------- yeh!I suddenly realized.I am trying! Thanks a lot :bounce3:
  19. I want AI speak chinese instead of english. what could I do?(way tools and method) sorry my english is very poor. :)
  20. qevhytpl

    whats your favorite mod?

    I love CPLA MOD .Chinese People's Liberation Army
×