Garry's Mod

Garry's Mod

286 beoordelingen
Lock-in Target
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Content Type: Addon
Addon Type: Tool
Addon Tags: Fun, Scenic
Bestandsgrootte
Geplaatst op
Bijgewerkt op
15.773 KB
15 nov 2024 om 9:42
20 nov 2024 om 14:42
15 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Lock-in Target

Omschrijving
an auto-aim script that automatically locks in to npcs.
intended similiar to the likes of old games that had fixed camera angles

which is why this addon is best used with PS1 Camera style
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2792388721&searchtext=PS1+Camera

using it in firstperson is fine though

was kind of looking for this type of addon, but i find none in workshop.
also, this was made with the help of ChatGPT.
i'm no expert in lua, so all i probably did is some minor readjustments, and giving chatgpt directions on how the addon supposed to function, which surprisingly functional ingame. (it can be a bit rough around the edges of course)

-------------------------------------------------------------------------------------------------------------------------

there are 3 important commands that you need to bind manually:

+autoaim
autoaim_switch_right
autoaim_switch_left

for example:
"bind v +autoaim"

while holding aiming, you can also switch to other targets while holding autoaim key.
you can also switch to right or left using:

bind mwheelup autoaim_switch_right
bind mwheeldown autoaim_switch_left


autoaim_switch command are now optional, it switches between left and right directions each time it's used.

-------------------------------------------------------------------------------------------------------------------------

You can also toggle autoaim by binding this command:

autoaim_toggle

-------------------------------------------------------------------------------------------------------------------------

on a sidenote, npcs also highlights when you're locked into them.
you could turn this off by using this command:

autoaim_highlight_toggle

-------------------------------------------------------------------------------------------------------------------------

you can also change highlight colors too using this command:

autoaim_highlight_color R G B

-------------------------------------------------------------------------------------------------------------------------

smoothness level are also adjustable:

autoaim_smoothness 0.1 (by default)

(lower = smoother, higher = faster)

-------------------------------------------------------------------------------------------------------------------------

Use this toggle whether you can aiming at friendly npcs or not:

autoaim_friendly_toggle

-------------------------------------------------------------------------------------------------------------------------

There is now also a blacklist feature in which you can aim at an npc, and add them to blacklist if you consider them as friendly

autoaim_blacklist

(to disable this on specific npcs, just toggle autoaim_friendly_toggle and press it at the aimed npc again)

best to bind 2 keys to these 2 commands so it can be easier to adjust it. for example:

bind i autoaim_blacklist
bind o autoaim_friendly_toggle

--------------------------------------------------------------------------------------------------------------------------

The auto-aim only works for NPCS btw.

Feel free to adjust and tweak this addon to be better
76 opmerkingen
Fontorgy 5 aug om 12:16 
Subarashi
Wero !!! 5 aug om 11:33 
How do I remove the light that surrounds the NPC?
Male_09 31 jul om 18:55 
remove the chatgpt code now
Frank 21 jul om 9:52 
ambatukam?
bad_head 22 jun om 1:49 
when i replaced Bind c +Autoaim
bad_head 22 jun om 1:46 
how do i use context menu after i used this mode
Appleman 9 jun om 6:19 
could you add like an option where when you lock onto a target that theres like that gta:san andreas-ish crosshair (or hitmarker idk)
32HeartAttacks 3 jun om 1:29 
how to do i extract the original mod? only thing i found was the gma
Bondrewd 23 apr om 16:16 
Nanachi.
BopDop 9 apr om 22:14 
Since this mod is most likely not going to be updated, I decided to use chatgpt to make a version that should work with both npcs and nextbots (that includes drgbase)

https://pastebin.com/5b4Gi6a3

extract the original mod, find lockin.lua, make a copy of it, and paste this code into the original lockin.lua

Prob not gonna update this