MakG Posted July 12, 2015 Share Posted July 12, 2015 (edited) Mark & Execute for GTA V Current version: 1.3 This mod adds a feature from Splinter Cell: Conviction and Blacklist. You can mark the enemies and then kill them all with just one button.Installation1. Install Script Hook V and ASI Loader.2. Copy & paste MarkExecute.asi into GTA V folder.UsagePress "X" when aiming at the enemies to mark them and then press "E" to execute them.Alternatively, you can mark enemies without free aiming (available only for keyboard & mouse controls) - just focus the camera on the target (so that he is in the center of the screen) and press "X".When you're not aiming, you can hold "X" to mark all nearby targets.You can unmark the target before the execution if you decide to spare him. Just aim at him and press "X".All options are configurable both through .ini file and in-game menu by pressing F3 (default). Xbox360 controller support A - mark the enemy while free aimingDouble press of A - execute all marked enemiesHold B - mark all nearby enemies (when not free aiming) Tobii EyeX controller support You can mark the enemies with your eyes using Tobii EyeX. Just look at them on the screen and press a key to mark the target. Downloadhttp://www.gta-mods.pl/pliki/782/mark-executeVideo Edited September 30, 2015 by MakG Silent 1 Link to comment Share on other sites More sharing options...
raburs Posted July 12, 2015 Share Posted July 12, 2015 cool...the transition from one shot to another could be more smooth(better). But its great for a start. Link to comment Share on other sites More sharing options...
MakG Posted July 17, 2015 Author Share Posted July 17, 2015 Update - 4 various kill cams to choose from - Much better camera movement, now it feels more natural - Fixed glitches - All options (shortcut keys, targets limit, kill cams) are configurable via .ini file and in-game menu - Now you can hold "X" when not aiming to mark all the nearby targets Fireman and raburs 2 Link to comment Share on other sites More sharing options...
raburs Posted July 18, 2015 Share Posted July 18, 2015 Awesome!!!!!!! Link to comment Share on other sites More sharing options...
Ai®a©ob®a Posted July 18, 2015 Share Posted July 18, 2015 If you could add Controller Support i can see this mod blowing up big time. Link to comment Share on other sites More sharing options...
Systasis Posted July 18, 2015 Share Posted July 18, 2015 Core error to me. Link to comment Share on other sites More sharing options...
MakG Posted July 18, 2015 Author Share Posted July 18, 2015 Core error to me. It's been updated like an hour ago. The error might have shown up if you had Script Hook .NET installed at the same time, but it's all good now. Link to comment Share on other sites More sharing options...
MakG Posted July 19, 2015 Author Share Posted July 19, 2015 If you could add Controller Support i can see this mod blowing up big time. What Xbox360 controller buttons would you recommend for this? I don't own any gamepad so it's hard for me to choose. There would be three actions: - marking targets when aiming - executing (used any time, even when not aiming) - marking all targets when holding some button (used any time, even when not aiming) Link to comment Share on other sites More sharing options...
Ai®a©ob®a Posted July 20, 2015 Share Posted July 20, 2015 If you could add Controller Support i can see this mod blowing up big time. What Xbox360 controller buttons would you recommend for this? I don't own any gamepad so it's hard for me to choose. There would be three actions: - marking targets when aiming - executing (used any time, even when not aiming) - marking all targets when holding some button (used any time, even when not aiming) Maybe LT to aim and Y to mark target not aiming or X for holding button RT to shoot? Link to comment Share on other sites More sharing options...
alex8b Posted July 22, 2015 Share Posted July 22, 2015 Hi! How did you code shooting/aiming at targets? Is there any chance to take a look at the source code? I want to do auto-aiming in my mod but it looks like you can't use shoot/aim tasks on a player, because it's not an AI. Link to comment Share on other sites More sharing options...
MakG Posted July 22, 2015 Author Share Posted July 22, 2015 (edited) Hi! How did you code shooting/aiming at targets? Is there any chance to take a look at the source code? I want to do auto-aiming in my mod but it looks like you can't use shoot/aim tasks on a player, because it's not an AI. I will publish the source code once I clean it up and finish all the features. It's not true, you can use AI tasks on player, make sure you're fetching the current player's ped handler. The ped handler changes when player switches characters (Trevor -> Micheal etc.). Edited July 22, 2015 by MakG Link to comment Share on other sites More sharing options...
alex8b Posted July 22, 2015 Share Posted July 22, 2015 (edited) It's not true, you can use AI tasks on player, make sure you're fetching the current player's ped handler. The ped handler changes when player switches characters (Trevor -> Micheal etc.). Sorry. I meant he's always shooting/aiming at the camera direction, not where I specify when I call the function public void AimAt(Vector3 target, int duration) { InputArgument[] inputArgumentArray = new InputArgument[7]; InputArgument inputArgument1 = new InputArgument(this.mPed.Handle); inputArgumentArray[0] = inputArgument1; InputArgument inputArgument2 = new InputArgument(target.X); inputArgumentArray[1] = inputArgument2; InputArgument inputArgument3 = new InputArgument(target.Y); inputArgumentArray[2] = inputArgument3; InputArgument inputArgument4 = new InputArgument(target.Z); inputArgumentArray[3] = inputArgument4; InputArgument inputArgument5 = new InputArgument(duration); inputArgumentArray[4] = inputArgument5; InputArgument inputArgument6 = new InputArgument(0); inputArgumentArray[5] = inputArgument6; InputArgument inputArgument7 = new InputArgument(0); inputArgumentArray[6] = inputArgument7; Function.Call(Hash.TASK_AIM_GUN_AT_COORD, inputArgumentArray); } Edited July 22, 2015 by alex8b Link to comment Share on other sites More sharing options...
MakG Posted August 20, 2015 Author Share Posted August 20, 2015 I've added Xbox360 controller support: A - mark the enemy while free aimingDouble press of A - execute all marked enemiesHold B - mark all nearby enemies (when not free aiming) There is no menu shortcut on the controller, because I didn't want to create conflicts with other menu-based mods. You can use Mods Binder to access the menu using Xbox360 controller only. Link to comment Share on other sites More sharing options...
MakG Posted September 30, 2015 Author Share Posted September 30, 2015 The new version is out. Changelog: - Tobii EyeX controller support - you can mark the enemies using your eyes - just look at the target on the screen and press a key- Fixed a bug with Xbox360 Controller support, also inflicting keyboard & mouse controls- Added ability to mark the enemies without free aiming (focus the camera on ped and mark him)- Added ability to unmark the enemies Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now