• CS:GO Like weapon recoil?
    8 replies, posted
Can anyone either link me to a swep pack that simulates the recoil in csgo or link me to a weapon base that can? I've looked at a few and none are close to csgo. I don't mind coding a bit myself but I only know enough lua to edit existing weapon bases.
The closest thing you will get is CSS recoil. [url]https://bitbucket.org/blackops7799/breakpoint/src/bb3393586a30b99e399feca8e0d6d9e5a6fda2fc/gamemodes/css/entities/weapons/?at=default[/url] I ported all the CSS weapons a few years ago, but good luck detaching it from all the spaghetti code.
Pfft, you can't make CSGO weapon recoil in source are you mad? Pffft, I mean you could make a spree pattern but you could mess about with the cone and the strength of the recoil.
[QUOTE=Borris_Squad;48747637]Pfft, you can't make CSGO weapon recoil in source are you mad? Pffft, I mean you could make a spree pattern but you could mess about with the cone and the strength of the recoil.[/QUOTE] Personally I never thought it be hard to actually implement how the cs weapons work. It is pretty straight forward what you need to do. I actually started working on a base to bring them into gmod but I never finished it because I got side tracked and also that kind of gun gameplay doesn't work well for certain gamemodes. Although it be hilarious to see someone in darkrp trying to run and gun with it.
You can look at [url]https://github.com/wiox/gmod-csweapons[/url] too
[QUOTE=BlackAwps;48747063]The closest thing you will get is CSS recoil. [url]https://bitbucket.org/blackops7799/breakpoint/src/bb3393586a30b99e399feca8e0d6d9e5a6fda2fc/gamemodes/css/entities/weapons/?at=default[/url] I ported all the CSS weapons a few years ago, but good luck detaching it from all the spaghetti code.[/QUOTE] I'm downloading these now, it's 136 MB and my Internet isn't the best. [QUOTE=Willox;48747796]You can look at [url]https://github.com/wiox/gmod-csweapons[/url] too[/QUOTE] [img]https://gyazo.com/17e83a2c7ee953ea8c43b9f8e8f81c27.png[/img]
[QUOTE=Borris_Squad;48747637]Pfft, you can't make CSGO weapon recoil in source are you mad? Pffft, I mean you could make a spree pattern but you could mess about with the cone and the strength of the recoil.[/QUOTE] I can't believe the amount of stupidity in what I just read. Literally anything is possible in GLua... anything
[QUOTE=TheTechPony;48749001]I'm downloading these now, it's 136 MB and my Internet isn't the best. [img]https://gyazo.com/17e83a2c7ee953ea8c43b9f8e8f81c27.png[/img][/QUOTE] It doesn't work in single player.
[QUOTE=CGHippo;48749031]I can't believe the amount of stupidity in what I just read. Literally anything is possible in GLua... anything[/QUOTE] Ehhh Let me correct that for you. GMod can do a lot of things but it does have some limitations. Plus GLua isn't like this godlike thing. Sometimes when you want to improve ,say the physics in gmod, you need to code your own module for that. So yes you can do a TON of mods in gmod but you have to go about it in different ways.
Sorry, you need to Log In to post a reply to this thread.