Garry's Mod

Garry's Mod

Green Ghost Ragdoll/Model (From Nightmare Church)
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
gtamike_TSGK  [udvikler] 4. maj kl. 18:00
Player Model (early access) - Green Alma
Sidst redigeret af gtamike_TSGK; 11. maj kl. 17:22
< >
Viser 1-6 af 6 kommentarer
gtamike_TSGK  [udvikler] 4. maj kl. 19: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
Sidst redigeret af gtamike_TSGK; 6. maj kl. 3:28
gtamike_TSGK  [udvikler] 5. maj kl. 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 )
Sidst redigeret af gtamike_TSGK; 7. maj kl. 18:13
gtamike_TSGK  [udvikler] 6. maj kl. 19:03 
Sidst redigeret af gtamike_TSGK; 6. maj kl. 19:32
gtamike_TSGK  [udvikler] 13. maj kl. 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
< >
Viser 1-6 af 6 kommentarer
Per side: 1530 50