• GMOD 12 Animations
    6 replies, posted
I've always been a fan of the old GMOD 12 animations especially the two handed pistol, but the only severs to have them these days are the Half Life 2 CW severs so I know it's possible to get them. Last time I was asked for help I was told to make menu that would run the animations, but I wasn't told where they were, how to do it, or how to even make a menu. So all I'm asking for is a step by step process on how to do this. I'd also like to know where the animations are even located. Here's an example of what I'm asking for (All of the following is completely made up). "To add the GMOD 12 animations to your GMOD sever you must go to C:\Program Files (x86)\Porn and copy everything in there. Then you must drag it into your gmod server file and make another .lua file titled "Animations" then paste the following code in there: Print("APUHFCOYBAWHIO") If you need anymore information like the game mode I'll be glad to tell you. EDIT: I forgot to mention that I wanted these animations for my GMOD Dark RP sever
What animations are you talking about?
[QUOTE=code_gs;49436125]What animations are you talking about?[/QUOTE] Ones like the old two handed pistol, I'll show you a video that showcases these old animations: [url]https://youtu.be/UqHzipXhVeQ?t=3m3s[/url]
[QUOTE=Von Steiner;49436161]Ones like the old two handed pistol, I'll show you a video that showcases these old animations: [url]https://youtu.be/UqHzipXhVeQ?t=3m3s[/url][/QUOTE] That's still possible; just set the weapon holdtype to revolver. [editline]1st January 2016[/editline] [url]https://wiki.garrysmod.com/page/Hold_Types[/url]
[QUOTE=code_gs;49436178]That's still possible; just set the weapon holdtype to revolver. [editline]1st January 2016[/editline] [url]https://wiki.garrysmod.com/page/Hold_Types[/url][/QUOTE] I realize now that the "revolver" hold type is the one I'm looking for, but how do I apply this animation to every pistol on my server (The pistols I'm using are CSS)
[QUOTE=Von Steiner;49436201]I realize now that the "revolver" hold type is the one I'm looking for, but how do I apply this animation to every pistol on my server (The pistols I'm using are CSS)[/QUOTE] Edit the code. It's probably using something like SetHoldType or SetWeaponHoldType in the initialize method.
[QUOTE=code_gs;49436436]Edit the code. It's probably using something like SetHoldType or SetWeaponHoldType in the initialize method.[/QUOTE] I figured it out, thanks man.
Sorry, you need to Log In to post a reply to this thread.