Garry's Mod

Garry's Mod

Green Alma Ragdoll/Model (From Nightmare Church)
 This topic has been pinned, so it's probably important
gtamike_TSGK  [developer] 4 May @ 6:00pm
Player Model (early access) - Green Alma
Last edited by gtamike_TSGK; 11 May @ 5:22pm
< >
Showing 1-6 of 6 comments
gtamike_TSGK  [developer] 4 May @ 7:19pm 
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
Last edited by gtamike_TSGK; 6 May @ 3:28am
gtamike_TSGK  [developer] 5 May @ 12:44pm 
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 )
Last edited by gtamike_TSGK; 7 May @ 6:13pm
gtamike_TSGK  [developer] 6 May @ 7:03pm 
Last edited by gtamike_TSGK; 6 May @ 7:32pm
gtamike_TSGK  [developer] 13 May @ 5:22am 
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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3476656879
< >
Showing 1-6 of 6 comments
Per page: 1530 50