Gibbing SSG If Possible
Moderator: GZDoom Developers
-
- Posts: 14
- Joined: Sun Jan 14, 2024 7:17 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): windows 11
Gibbing SSG If Possible
i would like to see gibbing with ssg like in smooth doom
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Gibbing SSG If Possible
Features that can be accomplished with modding are rarely done in the engine. This enables modders to create these things themselves, while keeping the engine stable and flexible, and also keeping it as efficient as possible at the core. Therefore, suggestions like this often get rejected because the ability for you to do this is already there. I suggest asking in the scripting forum or joining the Discord if you need help knowing where to start.
-
- Posts: 5
- Joined: Fri Nov 05, 2021 6:19 am
- Location: Philippines
Re: Gibbing SSG If Possible
if you're referring how:
to make the SSG to forcegib enemies, you should make SSG use the A_FireBullets function (https://zdoom.org/wiki/A_FireBullets) and make a puff actor with the +EXTREMEDEATH flag (https://zdoom.org/wiki/Actor_flags#EXTREMEDEATH) enabled to force actors to gib.
tl;dr make a weapon actor that fires fires gibbing bullets
to make the SSG to forcegib enemies, you should make SSG use the A_FireBullets function (https://zdoom.org/wiki/A_FireBullets) and make a puff actor with the +EXTREMEDEATH flag (https://zdoom.org/wiki/Actor_flags#EXTREMEDEATH) enabled to force actors to gib.
tl;dr make a weapon actor that fires fires gibbing bullets