Faspons [JULY 20 2023] - Now Monster Pack Compatible!

Projects that alter game functions but do not include new maps belong here.
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.
User avatar
Baconator
Posts: 95
Joined: Sun Nov 15, 2015 9:57 am

Re: Faspons - Now with 10% more GitLab

Post by Baconator »

This was nochance.wad.
But when I run on Doom 2 the key icons are still buggy.
User avatar
faslrn
Posts: 514
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Faspons - Now with 10% more GitLab

Post by faslrn »

Baconator wrote:This was nochance.wad.
But when I run on Doom 2 the key icons are still buggy.
Would you be able to provide me your GZDoom settings .INI file? I am seeing some other issues in your screenshot like the left/right ends of the bars. Some things look odd and I am wondering if I am missing a setting to recreate that.

Got it! It's an issue with the texture options in GZDOOM:

Image

Change that to something else.
Last edited by faslrn on Tue Mar 22, 2016 2:46 pm, edited 1 time in total.
User avatar
faslrn
Posts: 514
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Faspons - Now with 10% more GitLab

Post by faslrn »

Not sure if you saw the edit above. It looks to be an issue with the texture format selection in GZDOOM. Change it to RGBAB.
User avatar
Baconator
Posts: 95
Joined: Sun Nov 15, 2015 9:57 am

Re: Faspons - Now with 10% more GitLab

Post by Baconator »

Oops! My bad. Changed it and it worked. :thumb:
User avatar
faslrn
Posts: 514
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Faspons - Now with 10% more GitLab

Post by faslrn »

Baconator wrote:Oops! My bad. Changed it and it worked. :thumb:
Lol, don't worry, not your bad at all. I am not even sure why that would make a difference for the sprites compared to other options.

Glad it is working though!
User avatar
faslrn
Posts: 514
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Faspons [Latest Push: Mar 22]

Post by faslrn »

I've added a changelog to the GitLab now and modified the README to make it a little more understandable. You can always check the changelog to see what the latest updates are and I'm trying to see if I can have a dynamically updated image/something to show on the OP so it makes my life easier.

As well, I did the following:

Code: Select all

v 1.0.0 (March 22, 2016)
    - Added changelog to GitLab
    - Modified shotgun and SSG offsets
    - Fixed classic shotgun mode damage buff when reload is disabled
    - Buffed classic shotgun damage from 10% to 15%
User avatar
patrik
Posts: 168
Joined: Tue Mar 05, 2013 2:08 am

Re: Faspons [Latest Push: Mar 22]

Post by patrik »

I see that you migrated to GitLabs. So how is it?

I tried latest release build 2f6de4fa and I noticed that even when fancy smoke is disabled, shots from plasma rifle and bfg upon impact produce smoke so as their ejected used cell clips.
EDIT: Actually, it looks like this toggle got somewhat borked, because now it affects only smoke coming from weapons, everything other seems unaffected.
Also not sure if intentional or not, but it feels inconsistent to me how bfg uses 25 energy for lowest charge, but still allows last shot with only 10 remaining energy.

While playing Smooth Doom I became big fan of its gibbable SSG. I just think it makes it look even more badass and maybe encourages players to use it more often. So could there be place for another optional toggle? :wink:
Also just little detail, but wouldnt it look better if minigun casings had different sprites from rifle ones?

BTW thanks for changing zoom out effect for minigun. I know it was only very slight detail, but it just didnt feel right before. And I surely dont mind another slight buff to classic shotty. :)

EDIT2: Most propably harmless things, but when latest build is run in conjuction with SingleReloadRPG and OldCombatRifle addons, at startup console mentions 2 warnings:

Code: Select all

Script warning, "Faspons-OldRifle.pk3:actors/weapons/combatrifle.txt" line 224:
Unknown class name 'BeserkKickAttack'
Script warning, "Faspons-RPG.pk3:actors/weapons/rpg.txt" line 158:
Unknown class name 'BeserkKickAttack'                                 
Last edited by patrik on Wed Mar 23, 2016 5:23 am, edited 2 times in total.
User avatar
BobBarker
Posts: 23
Joined: Mon Mar 07, 2016 10:14 am

Re: Faspons [Latest Push: Mar 22]

Post by BobBarker »

patrik wrote:I see that you migrated to GitLabs. So how is it?
Just throwing in my 2 cents since you're asking. I like it because they provide free private repos and provide a open-source "roll your own" self-hosted option. There's also been some internal corporate strife at GitHub which makes me uneasy. This article is what originally got me looking into them as an alternative to my GitHub repo: https://www.b.agilob.net/choose-gitlab- ... t-project/

One downside is push/pull speed could be faster, they seem to be actively working on improving performance: https://about.gitlab.com/2016/03/22/git ... -released/
User avatar
faslrn
Posts: 514
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Faspons [Latest Push: Mar 22]

Post by faslrn »

patrik wrote:I see that you migrated to GitLabs. So how is it?

I tried latest release build 2f6de4fa and I noticed that even when fancy smoke is disabled, shots from plasma rifle and bfg upon impact produce smoke so as their ejected used cell clips.
EDIT: Actually, it looks like this toggle got somewhat borked, because now it affects only smoke coming from weapons, everything other seems unaffected.
Also not sure if intentional or not, but it feels inconsistent to me how bfg uses 25 energy for lowest charge, but still allows last shot with only 10 remaining energy.

While playing Smooth Doom I became big fan of its gibbable SSG. I just think it makes it look even more badass and maybe encourages players to use it more often. So could there be place for another optional toggle? :wink:
Also just little detail, but wouldnt it look better if minigun casings had different sprites from rifle ones?

BTW thanks for changing zoom out effect for minigun. I know it was only very slight detail, but it just didnt feel right before. And I surely dont mind another slight buff to classic shotty. :)

EDIT2: Most propably harmless things, but when latest build is run in conjuction with SingleReloadRPG and OldCombatRifle addons, at startup console mentions 2 warnings:

Code: Select all

Script warning, "Faspons-OldRifle.pk3:actors/weapons/combatrifle.txt" line 224:
Unknown class name 'BeserkKickAttack'
Script warning, "Faspons-RPG.pk3:actors/weapons/rpg.txt" line 158:
Unknown class name 'BeserkKickAttack'                                 
Fixed the smoke issue. It was because I pushed a CVAR scope change from SERVER to USER which broke the functionality. I have reverted those changes and pushed it to the release branch. I still don't know how these damn things work half the time.

I will check into those gibable SSG shots to see what you mean. I don't want to add blood and gibs just because of the scope I am working with, but perhaps I can make temp blood or something.

For the old rifle and single-reload RPG, I will make the changes to correct the issue. It is purely naming :lol:

Also, loving GitLab because I can finally version control. I am using GitKraken to make my changes and it is working really well so far :)
User avatar
Neccronixis
Posts: 206
Joined: Fri Dec 23, 2011 10:53 pm

Re: Faspons [Latest Push: Mar 22]

Post by Neccronixis »

If you wanted to add blood and or gore to this mod, then I would do it very similar to the way Smooth Doom does its gore. Use the default blood sprite; have it spray out in a similar fashion and if you wanted to have blood pools, then just use some default gore sprites from Doom. It's a nicer alternative than the default blood where it just falls of an enemy and then disappears on the floor.
User avatar
faslrn
Posts: 514
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Faspons [Latest Push: Mar 22]

Post by faslrn »

Neccronixis wrote:If you wanted to add blood and or gore to this mod, then I would do it very similar to the way Smooth Doom does its gore. Use the default blood sprite; have it spray out in a similar fashion and if you wanted to have blood pools, then just use some default gore sprites from Doom. It's a nicer alternative than the default blood where it just falls of an enemy and then disappears on the floor.
Added. Download the DEV branch and let me know if the blood looks okay.

EDIT: @patrik, the fixes have been pushed for the old rifle and RPG. Re-download them and let me know if you have any other issues.
User avatar
Neccronixis
Posts: 206
Joined: Fri Dec 23, 2011 10:53 pm

Re: Faspons [REL: Mar 23 / DEV: Mar 24]

Post by Neccronixis »

What I would do with the blood is instead of using the pool sprites, just use the same sprites for the blood that sprays out after shooting an enemy, and allow those sprites to fall naturally onto the ground. When enemies have been gibbed however, you should add more gore sprites just like the ones in Smooth Doom, to your discretion. I would also add an option for the player to disable floor based blood effects; maybe give an option to 'fade out after 60 seconds', 'don't fade' or disable all together.
User avatar
Baconator
Posts: 95
Joined: Sun Nov 15, 2015 9:57 am

Re: Faspons [REL: Mar 23 / DEV: Mar 24]

Post by Baconator »

From my personal view the new blood effect is a bit too much.
One bullet does not create streams of blood. There is already Ketchup for that.
I recommend to make them only appear on death or when chainsawing. And one bullet or pellet should create just small spills of blood under sprite.
Maybe add growing blood pools for fresh corpses?

Holy f***! Tried your Ketchup version. It felt like Spanish tomato festival. SSG-d a little impy and it flew all over the place. :laff:

Reasonable amounts of gore fits well, but I hope you don´t overdo it. Or make it toggleable. :wink:
User avatar
faslrn
Posts: 514
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Faspons [REL: Mar 23 / DEV: Mar 24]

Post by faslrn »

Neccronixis wrote:What I would do with the blood is instead of using the pool sprites, just use the same sprites for the blood that sprays out after shooting an enemy, and allow those sprites to fall naturally onto the ground. When enemies have been gibbed however, you should add more gore sprites just like the ones in Smooth Doom, to your discretion. I would also add an option for the player to disable floor based blood effects; maybe give an option to 'fade out after 60 seconds', 'don't fade' or disable all together.
@Neccronixis, so to expand on "fall naturally to the ground", do you mean just fade into invisible with no blood pools (essentially like vanilla doom).

I'll try to add some small gibs. I'll keep working at this.
Baconator wrote:From my personal view the new blood effect is a bit too much.
One bullet does not create streams of blood. There is already Ketchup for that.
I recommend to make them only appear on death or when chainsawing. And one bullet or pellet should create just small spills of blood under sprite.
Maybe add growing blood pools for fresh corpses?

Holy f***! Tried your Ketchup version. It felt like Spanish tomato festival. SSG-d a little impy and it flew all over the place. :laff:

Reasonable amounts of gore fits well, but I hope you don´t overdo it. Or make it toggleable. :wink:
@Baconator, well, that's why this is DEV :lol: I was just gauging the blood effects more than anything. I'll move the blood towards death only however, that sounds like a plan. Growing blood pools on fresh corpses? I could do that. That sounds kind of neat!

The god damn ketchup mod though. I made sure the SSG felt powerful :lol:

I also have no plans on over-doing this blood. FPS is my main objective here.
Post Reply

Return to “Gameplay Mods”