Magnum Opus (help me dear lord of acs!)

Projects that have specifically been abandoned or considered "dead" get moved here, so people will quit bumping them. If your project has wound up here and it should not be, contact a moderator to have it moved back to the land of the living.
User avatar
SyntherAugustus
Posts: 973
Joined: Tue Jul 15, 2003 5:43 pm

Post by SyntherAugustus »

There's the infamous Aknai tribarrel rocket launcher. (made by paul/nmn).
User avatar
wildweasel
Posts: 21707
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

blackfish wrote:There's the infamous Aknai tribarrel rocket launcher. (made by paul/nmn).
I'm confused, why are you referring to that?
User avatar
SyntherAugustus
Posts: 973
Joined: Tue Jul 15, 2003 5:43 pm

Post by SyntherAugustus »

The idea behind Magnum Opus is that it's my ultimate greatest hits collection.
I'd figure you'd want an interesting cool weapon in the mod. I can remake the code for you too.
User avatar
wildweasel
Posts: 21707
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

That would be appreciated.
Lamneth
Posts: 187
Joined: Thu Apr 26, 2007 12:00 am
Location: Dark Falz's chamber

Post by Lamneth »

I don't know too much decorate but I have a dumb idea: A water pistol. It goes in the BFG slot and kills things pretty easily (extremely powerful), but has a very rare chance of actually appearing in place of the BFG.
User avatar
wildweasel
Posts: 21707
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

Meh, I'm not really interested in silly weapons. I don't want this to look like one of Daniel's mods (no offense - but I see a pair of machine-gun breasts in every other one of his mods).
Lamneth
Posts: 187
Joined: Thu Apr 26, 2007 12:00 am
Location: Dark Falz's chamber

Post by Lamneth »

Daniel's mods suck, I doubt a watergun would make it look like one of his either since its actually an original idea and from playing a few of his mods I can see he lacks the ability to come up with anything original. Its okay if you don't want it though, but I gotta remember that idea.
User avatar
MartinHowe
Posts: 2108
Joined: Mon Aug 11, 2003 1:50 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Linux Mint
Graphics Processor: nVidia with Vulkan support
Location: East Suffolk (UK)
Contact:

Post by MartinHowe »

Lamneth wrote:watergun ... original idea
Oh my! Errr... three words... Carib Beanva Cation :P
User avatar
wildweasel
Posts: 21707
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

I've reached a point in which I'm completely stumped with a bug that's been plaguing the mod. The problem is with the Blackhand PDW. To reproduce it, do the following:

- Start a new game.
- Go to the console and type "GIVE WEAPONS"
- Select the Blackhand PDW
- Go back to the console and type "GIVE BLACKRIFLECLIP" until you have exactly three rounds in the clip.
- Pull the trigger.

You'll notice that the weapon's firing sound does not stop looping when the weapon is empty. This only happens when the weapon has 3 bullets in it - no more, no less. How do I fix this?
User avatar
chronoteeth
Posts: 2665
Joined: Wed Sep 08, 2004 1:29 pm
Preferred Pronouns: It/Its

Post by chronoteeth »

Make it play a null sound?
User avatar
wildweasel
Posts: 21707
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

If you'd look at the code, you'd see that I'm already doing that. I'm trying to figure out why it's skipping the null sounds.
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

A_StopSoundEx("SoundSlot5") in DryFireNoClick.
User avatar
wildweasel
Posts: 21707
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

Alright, that's fixed.

Another issue: how can I get the Revolver to stop gibbing enemies? I've tried the +NOEXTREMEDEATH flag on the weapon itself as well as the puff associated with it and neither seem to work.
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

Having it on the puff should work.
User avatar
wildweasel
Posts: 21707
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

The puff has +NOEXTREMEDEATH on it and the revolver is still gibbing zombies. Do I have to explicitly refer to the new puff on the revolver's code, instead of just having the new puff replace the old puff? Does it matter?
Locked

Return to “Abandoned/Dead Projects”