Smooth Weapons Enhanced [v3.2.1]
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Spotlight Team
- Posts: 1374
- Joined: Fri May 02, 2008 12:29 pm
- Location: Germany
Re: Smooth Weapons Enhanced [v3.2.1]
The link is in the Github ticket, but here's a direct link. Note that new soundfiles for the shotguns are required which are only used if the option is activated.
-
- Posts: 473
- Joined: Sun Mar 21, 2021 9:40 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): linux mint 21
- Graphics Processor: ATI/AMD (Modern GZDoom)
Re: Smooth Weapons Enhanced [v3.2.1]
Heres some code I can donate from my FEAR in Doom mod for the Pump Action Shotgun. Its a modified base off the ZScript Generic Weapon Reload System from here at ZDoom Forum that I converted to Decorate and modified to make work. Its basically the shortest coded perfectly working shotgun built in Decorate that features ammo count, clip count, Chamber reload, interruption fire during reload. Basically all the bells and whistles one expects from a shotgun.NightFright wrote:There should also be a new release again at some point in the near future. It's been almost two years since the last update and quite a few commits have accumulated since then. Anyway, we'll wait for Nash's stuff first.
As for the shotgun reload interruption, copying it from my other mod shouldn't be too hard since I also used ZScript code there. I am just not sure how it integrates with Nash's code, so I'll better leave it to him.
Spoiler:
-
- Posts: 2
- Joined: Mon Apr 04, 2022 11:27 am
Re: Improving PerK's smooth animations mod
Just use Movavi Screen Recorder . You will be able to create and upload the videos in a couple of minutes. If you will face some troubles, just look through the other sections of the website to find step-by-step guides.Slax wrote:Don't have any video editing software right now otherwise I'd do a side by side weapons comparison thing. Dang.
Maybe someone more versed in vanilla behavior could compare this stuff without even needing to do any recording. (Wink wink. Anyone?)
-
- Posts: 13548
- Joined: Wed Jul 16, 2003 3:52 am
Re: Smooth Weapons Enhanced [v3.2.1]
Did anyone else notice a bug that comes up when launching this with WadSmoosh?
Code: Select all
Script error, "perk_enhanced.pk3:zscript/zperkhandler.zc" line 76:
Unknown class name 'ZPerkPistol' of type 'Inventory'
Script error, "perk_enhanced.pk3:zscript/zperkhandler.zc" line 83:
Unknown class name 'ZPerkFist' of type 'Inventory'
Script error, "perk_enhanced.pk3:zscript/zperkhandler.zc" line 109:
Unknown class name 'ZPerkFist' of type 'Actor'
-
- Posts: 60
- Joined: Thu Nov 23, 2017 4:32 pm
- Location: UK
Re: Smooth Weapons Enhanced [v3.2.1]
Just a quick question, the text file states that people can modify/reuse assets but I'd thought I'd ask here first to be sure.
Would it be possible for me release a fork of this mod which includes reanimations and a few extra features? Of course everything that was the in original pk3 will be intact apart from the modifications.
EDIT: I'm just going to assume you don't mind or care and release it anyway and go from the text file permissions, if it's a problem just let me know.
Would it be possible for me release a fork of this mod which includes reanimations and a few extra features? Of course everything that was the in original pk3 will be intact apart from the modifications.
EDIT: I'm just going to assume you don't mind or care and release it anyway and go from the text file permissions, if it's a problem just let me know.
-
- Posts: 2
- Joined: Sun Mar 03, 2024 12:40 pm
- Preferred Pronouns: He/Him
Re: Smooth Weapons Enhanced [v3.2.1]
How do you use the black gloves?
-
- Spotlight Team
- Posts: 1374
- Joined: Fri May 02, 2008 12:29 pm
- Location: Germany
Re: Smooth Weapons Enhanced [v3.2.1]
There's a menu option for it. Which goes for pretty much all features of this mod.