Garry's Mod

Garry's Mod

31 ratings
Makus Ratnik Expansion Pack (TacRP)
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: NPC
Addon Tags: Fun
File Size
Posted
99.251 MB
9 Feb, 2024 @ 2:04am
1 Change Note ( view )

Subscribe to download
Makus Ratnik Expansion Pack (TacRP)

In 1 collection by 󠀡󠀡
Weapons: TacRP with NPCs
41 items
Description
MAKE SURE YOU ARE SUBSCRIBED TO ALL ADDONS!

Compressed version of: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3156997549

Makus Ratnik NPCs that spawn with TacRP weapons. I own none of this.

Includes: Playermodel, NPCs and bodygroups.

Credits:
Original Model: Maku, Kuge, Eroticminion, Simkas
Vest from: EFT
Helmet from: EFT
Re-texturing: Makudon
Original compressed version: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2806875938

Required addons:
[TacRP] Tactical RP Weapons
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2588031232

[TacRP] InterOps Weapons Pack
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2975992869

[TacRP] Special Delivery Weapons Pack
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3007840813

[TacRP] Iron Curtain Weapons Pack
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3102297293

Other NPC addons that use TacRP weapons:

Makus LAPD Style SWAT
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3156997240

BlackWatch - Realism 2022
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3158243486

TiberiumFusion's MW3 Juggernauts
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3158308325

TiberiumFusion's MW3 Ghillie Snipers
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3158427244

TiberiumFusion's MW3 Delta Force
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3158431182

TiberiumFusion's MW3 SAS
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3158434684

TiberiumFusion's MW3 GIGN
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3158437780

TiberiumFusion's MW3 Spetsnaz
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?edit=true&id=3159074406

TiberiumFusion's MW3 Inner Circle
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3159075166

TiberiumFusion's MW3 PMC
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3159075643

TiberiumFusion's MW3 African Militia
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3159081277
6 Comments
IL.ANDRW𒉭 8 Sep, 2024 @ 3:37pm 
plz add maku's soviet solider
󠀡󠀡  [author] 10 Feb, 2024 @ 5:37pm 
I think so
glory-holes master 3000 10 Feb, 2024 @ 12:25pm 
thay spawn with different bodygruops?
󠀡󠀡  [author] 9 Feb, 2024 @ 5:33am 
Originally it was only like this before I decided to edit it and add the weapons:

local Category = "Maku's Russian Expansion Pack"

local NPC = { Name = "Russian Soldier 1 (Friendly)",
Class = "npc_citizen",
Model = "models/bratnik npc fr/soldier_rgf.mdl",
Health = "100",
Numgrenades = "4",
Category = Category }

list.Set( "NPC", "npc_soldier_rgf_citizen", NPC )
󠀡󠀡  [author] 9 Feb, 2024 @ 5:33am 
Well this is how I got them to spawn with the weapons for that addon. You can even edit this pack itself so they can spawn with the weapons you want.

You just right click on the weapon you want and add it like this for example: Weapons = { "weapon_smg1", "weapon_shotgun", "weapon_ar2" }, that will give them the Half-life 2 weapons

local Category = "Maku's Russian Expansion Pack"

local NPC = { Name = "Russian Soldier 1 (Friendly)",
Class = "npc_citizen",
Model = "models/bratnik_npc_fr/male_03.mdl",
Weapons = { "weapon_smg1", "weapon_shotgun", "weapon_ar2" },
Health = "200",
Numgrenades = "4",
Category = Category }

list.Set( "NPC", "npc_soldier_rgf_citizen", NPC )
Fiend 9 Feb, 2024 @ 4:19am 
Sorry for the questions, but im a little curious how you get the NPCs to use the addon weapons