Garry's Mod

Garry's Mod

Green Ghost Ragdoll/Model (From Nightmare Church)
 Toto téma bylo přilepeno, takže je nejspíš důležité
gtamike_TSGK  [vývojář] 4. kvě. v 18.00
Player Model (early access) - Green Alma
Naposledy upravil gtamike_TSGK; 11. kvě. v 17.22
< >
Zobrazuje se 16 z 6 komentářů
gtamike_TSGK  [vývojář] 4. kvě. v 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
Naposledy upravil gtamike_TSGK; 6. kvě. v 3.28
gtamike_TSGK  [vývojář] 5. kvě. v 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 )
Naposledy upravil gtamike_TSGK; 7. kvě. v 18.13
gtamike_TSGK  [vývojář] 6. kvě. v 19.03 
Naposledy upravil gtamike_TSGK; 6. kvě. v 19.32
gtamike_TSGK  [vývojář] 13. kvě. v 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
< >
Zobrazuje se 16 z 6 komentářů
Na stránku: 1530 50