-
Content Count
26 -
Joined
-
Last visited
-
Medals
Community Reputation
18 GoodAbout qevhytpl
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Command "selectplayer" usage challenges
qevhytpl replied to qevhytpl's topic in ARMA 3 - MISSION EDITING & SCRIPTING
same issue [HELP!] SP Respawn: how to disable Blur and RedScreen after death?? -
Command "selectplayer" usage challenges
qevhytpl posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
For single-player mode, I added "killed" EH to each unit in order to keep the game going; when the unit I control gets shot, the system switches to another unit for me to play with. However, I'm having awkward problems with the selectplayer command, for example, if I get blown up by artillery fire, the screen is dead, and the screen is blurred to simulate a near-death state. At this point, even though I switch to the next unit, the blurred screen does not return to a clear state, making it impossible to continue the game. How can I solve this problem? _array = allunits select {side _x == Myside}; _Nextunit = selectRandom _array; selectplayer _Nextunit; -
Can I use sendSimpleCommand to AI vehicle?
qevhytpl replied to POLPOX's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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). -
Force the AI driver to crash into the target
qevhytpl posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
As we all know, AI drivers will avoid obstacles. How can I make AI drivers blind and ignore obstacles? -
you are welcome!
-
how to make AI sniper switch optic mode?
qevhytpl posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I mean some code can make AI zoom optic? -
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.
-
Foolproof way of forcing ai man to fire specified mag from underbarrel launcher.
qevhytpl replied to flyingsaucerinvasion's topic in ARMA 3 - MISSION EDITING & SCRIPTING
nice reply, cheers! -
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.
-
me too! We need an easy-to-use editor similar to ARMA3.
- 90 replies
-
- arma4
- armareforger
-
(and 3 more)
Tagged with:
-
qevhytpl started following [SP] Battlefield 2022 by Qevhytpl
-
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
-
qevhytpl started following killzone_kid
-
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
-
qevhytpl changed their profile photo
-
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发言
- 1 reply
-
- 1
-
qevhytpl started following ARMA 3 - MISSION EDITING & SCRIPTING
-
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
-
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: