Garry's Mod

Garry's Mod

MW19 Tactical Infiltration
Messing with the LUA file
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2589724432

After an hour messing with LUA file, I've figured out many interesting things about this mod. Wish we could have these buddies' model holding weapon in the next update.

You guys are truly the best :steamhappy:
Last edited by Early Life Crisis; 30 Aug, 2021 @ 8:26pm
< >
Showing 1-5 of 5 comments
I LOVE STICKYSPAM 30 Aug, 2021 @ 9:17pm 
Mind sharing what you edited specifically to allow the other 2 to rappel with you? Haven't been able to figure it out.
Early Life Crisis 30 Aug, 2021 @ 9:51pm 
Originally posted by Oxide:
Mind sharing what you edited specifically to allow the other 2 to rappel with you? Haven't been able to figure it out.

Ya needs to get access to both mw_infil_friend1 and mw_infil_friend2 lua files in lua\entities.

In the first lua file, this line is missing, copy it from the second lua file and rename it into "infil_model_buddy1" like this:

ENT.PMFallbackConVar = GetConVar("infil_model_buddy1") :steamthumbsup:

Also, the ENT.EndTime was too short. As a result, everytime you land on the ground, the buddy model will disappear immediately. Change the value in both lua files like this:

ENT.EndTime = 12.5 (Original Value) => ENT.EndTime = 19 :steamthumbsup:
Last edited by Early Life Crisis; 30 Aug, 2021 @ 9:53pm
ilovepies69 31 Aug, 2021 @ 3:30am 
Sorry, I'm new to this, but how exactly do you access the lua files?
Early Life Crisis 31 Aug, 2021 @ 4:14am 
Originally posted by carlos.roblos.2017:
Sorry, I'm new to this, but how exactly do you access the lua files?

Copy the addon link and paste it on the Steam Workshop Downloader. It will download your GMA file as .Zip file. Extract it and do exactly as I have said earlier :steamthumbsup:
ilovepies69 31 Aug, 2021 @ 4:17am 
Thank you very much, friend!
< >
Showing 1-5 of 5 comments
Per page: 1530 50