Garry's Mod

Garry's Mod

31 个评价
Makus Ratnik Expansion Pack (TacRP)
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: NPC
插件标签: 快乐
文件大小
发表于
99.251 MB
2024 年 2 月 9 日 上午 2:04
1 项改动说明 ( 查看 )

订阅以下载
Makus Ratnik Expansion Pack (TacRP)

在 󠀡󠀡 的 1 个合集中
Weapons: TacRP with NPCs
48 件物品
描述
MAKE SURE YOU ARE SUBSCRIBED TO ALL ADDONS!

Compressed version of: https://psteamcommunity.yuanyoumao.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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2806875938

Required addons:
[TacRP] Tactical RP Weapons
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2588031232

[TacRP] InterOps Weapons Pack
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2975992869

[TacRP] Special Delivery Weapons Pack
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3007840813

[TacRP] Iron Curtain Weapons Pack
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3102297293

Other NPC addons that use TacRP weapons:

Makus LAPD Style SWAT
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3156997240

BlackWatch - Realism 2022
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3158243486

TiberiumFusion's MW3 Juggernauts
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3158308325

TiberiumFusion's MW3 Ghillie Snipers
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3158427244

TiberiumFusion's MW3 Delta Force
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3158431182

TiberiumFusion's MW3 SAS
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3158434684

TiberiumFusion's MW3 GIGN
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3158437780

TiberiumFusion's MW3 Spetsnaz
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?edit=true&id=3159074406

TiberiumFusion's MW3 Inner Circle
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3159075166

TiberiumFusion's MW3 PMC
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3159075643

TiberiumFusion's MW3 African Militia
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3159081277
6 条留言
IL.ANDRW𒉭 2024 年 9 月 8 日 下午 3:37 
plz add maku's soviet solider
󠀡󠀡  [作者] 2024 年 2 月 10 日 下午 5:37 
I think so
glory-holes master 3000 2024 年 2 月 10 日 下午 12:25 
thay spawn with different bodygruops?
󠀡󠀡  [作者] 2024 年 2 月 9 日 上午 5:33 
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 )
󠀡󠀡  [作者] 2024 年 2 月 9 日 上午 5:33 
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 2024 年 2 月 9 日 上午 4:19 
Sorry for the questions, but im a little curious how you get the NPCs to use the addon weapons