Garry's Mod

Garry's Mod

Green Ghost Ragdoll/Model (From Nightmare Church)
 此主题已被置顶,因此可能具有重要性
gtamike_TSGK  [开发者] 5 月 4 日 下午 6:00
Player Model (early access) - Green Alma
最后由 gtamike_TSGK 编辑于; 5 月 11 日 下午 5:22
< >
正在显示第 1 - 6 条,共 6 条留言
gtamike_TSGK  [开发者] 5 月 4 日 下午 7:19 
Install: Place the folders called models, materials, lau

Local Disk (C:)
└📁Program Files (x86)
⠀└📁steam
⠀⠀└📁steamapps
⠀⠀⠀└📁common
⠀⠀⠀⠀└📁GarrysMod
⠀⠀⠀⠀⠀└📁garrysmod

Then she will load and be your player model ingame after you select her from the context menu (c button).

Or autoexec.cfg instead:
bind c cmon; alias cmon "+menu_context; bind c cmoff"; alias cmoff "-menu_context; bind c cmon";

Local Disk (C:)
└📁Program Files (x86)
⠀└📁steam
⠀⠀└📁steamapps
⠀⠀⠀└📁common
⠀⠀⠀⠀└📁GarrysMod
⠀⠀⠀⠀⠀└📁garrysmod
⠀⠀⠀⠀⠀⠀└📁cfg
⠀⠀⠀⠀⠀⠀⠀└📁autoexec.cfg
最后由 gtamike_TSGK 编辑于; 5 月 6 日 上午 3:28
gtamike_TSGK  [开发者] 5 月 5 日 下午 12:44 
Local Disk (C:)
└📁Program Files (x86)
⠀└📁steam
⠀⠀└📁steamapps
⠀⠀⠀└📁common
⠀⠀⠀⠀└📁GarrysMod
⠀⠀⠀⠀⠀└📁garrysmod
⠀⠀⠀⠀⠀⠀└📁lua
⠀⠀⠀⠀⠀⠀⠀└📁autorun
⠀⠀⠀⠀⠀⠀⠀⠀└📁ghost_player_model_and_npc.lua


--Add Playermodel player_manager.AddValidModel( "ghost_pm", "models/ghost_girl/player/gtamike/alma_v4.mdl" ); list.Set( "PlayerOptionsModel", "ghost_pm", "models/ghost_girl/player/gtamike/alma_v4.mdl" ); --player_manager.AddValidHands( "ghost_pm", "models/ghost_girl/player/gtamike/alma_v4.mdl", 0, "00000000" ) --Add NPC local Category = "Ghost Girl (GM Nightmare Church)" local NPC = { Name = "Ghost Girl (Hostile)", Class = "npc_citizen", KeyValues = { citizentype = 4 }, Health = "666", KeyValues = { Hostile = 1 }, Model = "models/ghost_girl/player/gtamike/alma_v4.mdl", Category = Category } list.Set( "NPC", "Ghost_Girl_Hostile", NPC ) local NPC = { Name = "Ghost Girl (Friendly)", Class = "npc_citizen", KeyValues = { citizentype = 4 }, Health = "666", KeyValues = { Hostile = 0 }, Model = "models/ghost_girl/player/gtamike/alma_v4.mdl", Category = Category } list.Set( "NPC", "Ghost_Girl_Friendly", NPC )
最后由 gtamike_TSGK 编辑于; 5 月 7 日 下午 6:13
gtamike_TSGK  [开发者] 5 月 6 日 下午 7:03 
最后由 gtamike_TSGK 编辑于; 5 月 6 日 下午 7:32
gtamike_TSGK  [开发者] 5 月 13 日 上午 5:22 
Update: Added a new menu to spawn the Ghost Girl with Glowing eyes
(The eyes even glow in pitch Black areas with no lighting)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3476656879
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50