[Resolved] Bloody Heretic Wand!

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

[Resolved] Bloody Heretic Wand!

Post by Silentdarkness12 »

I'm working on a project that includes replacing the default Heretic starting wand. Unfortunately, even though the actor was set up to replace GoldWand, it's still there. If the custom wand runs out of ammo, it switches over to the default wand, with an ammo type that doesn't exist anymore. Kind of useless.

I can't figure out how to permanently get rid of it.
Spoiler:
Last edited by Silentdarkness12 on Fri Aug 23, 2013 3:55 pm, edited 1 time in total.
User avatar
Hellser
Global Moderator
Posts: 2782
Joined: Sun Jun 25, 2006 4:43 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Citadel Station

Re: [Need Help] Bloody Heretic Wand!

Post by Hellser »

It looks like your AltFire is falling through something. Might want to close that off with a Goto Ready.
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: [Need Help] Bloody Heretic Wand!

Post by Silentdarkness12 »

Done. Didn't fix the problem though.
User avatar
ChronoSeth
Posts: 1631
Joined: Mon Jul 05, 2010 2:04 pm
Location: British Columbia

Re: [Need Help] Bloody Heretic Wand!

Post by ChronoSeth »

Did you set up the player class properly in keyconf or mapinfo?
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: [Need Help] Bloody Heretic Wand!

Post by Silentdarkness12 »

Yes, i'm sure the player class is set up properly. Got 200 max health and ludicrous speed, so i know it works.
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: [Need Help] Bloody Heretic Wand!

Post by Silentdarkness12 »

Come on guys, any ideas?
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Need Help] Bloody Heretic Wand!

Post by Ed the Bat »

If they had more ideas, they would've said so. Bumping after only two days isn't exactly praiseworthy behavior.
User avatar
amv2k9
Posts: 2178
Joined: Sun Jan 10, 2010 4:05 pm
Location: Southern California

Re: [Need Help] Bloody Heretic Wand!

Post by amv2k9 »

Just so ya know, using "replaces" doesn't work when it comes to playerclasses. Also, taking away the Goldwand in the player state is redundant, since the player will never have it unless they give it to themselves through the console.
Last edited by amv2k9 on Thu Aug 22, 2013 7:48 pm, edited 1 time in total.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Need Help] Bloody Heretic Wand!

Post by Ed the Bat »

amv2k9 wrote:Just so ya know, using "replaces" doesn't work when it comes to playerclasses.
He already said he's got the proper playerclass in play, based on the max health and movement speed.
User avatar
amv2k9
Posts: 2178
Joined: Sun Jan 10, 2010 4:05 pm
Location: Southern California

Re: [Need Help] Bloody Heretic Wand!

Post by amv2k9 »

Maybe the SisterWeapon property is causing this? If you want to have a powered version of this weapon, make a new weapon and have this wand specify that as its sister, rather than the vanilla powered Goldwand. I'm unsure if this will solve the problem.
Ed the Bat wrote:He already said he's got the proper playerclass in play, based on the max health and movement speed.
I know. I felt it was worth bringing up.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Need Help] Bloody Heretic Wand!

Post by Ed the Bat »

I think amv2k9 is on to something. Sister weapons can be tricky to work with, so that might be the issue.
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: [Need Help] Bloody Heretic Wand!

Post by Amuscaria »

You only replaced the normal Goldwand without replacing it's powered-up sister weapon. The sister weapon inherits from the normal wand. Try replacing the sister weapon with a powered-up form as well. You will also need to specify that the sisterweapon for your GrimGoldWand to the new powered-up version of GrimGoldWand.

I'm assuming the goldwand keeps coming is because.

1) You inherited GrimGoldWand from GoldWand without replacing the sister weapon property.
2) When you use power up or tome of power, your GimGoldWand becomes the powered up GoldWand. Since they use the same sprites, you can't tell.
3) When the power-up runs out, the Powered-up Goldwand automatically deselects to it's sister weapon - the GoldWand. Thus your issue.
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: [Need Help] Bloody Heretic Wand!

Post by Silentdarkness12 »

Eriance wrote:You only replaced the normal Goldwand without replacing it's powered-up sister weapon. The sister weapon inherits from the normal wand. Try replacing the sister weapon with a powered-up form as well. You will also need to specify that the sisterweapon for your GrimGoldWand to the new powered-up version of GrimGoldWand.

I'm assuming the goldwand keeps coming is because.

1) You inherited GrimGoldWand from GoldWand without replacing the sister weapon property.
2) When you use power up or tome of power, your GimGoldWand becomes the powered up GoldWand. Since they use the same sprites, you can't tell.
3) When the power-up runs out, the Powered-up Goldwand automatically deselects to it's sister weapon - the GoldWand. Thus your issue.
THANK YOU. The only thing I regret about this forum is that there's no reputation system xD

Got it to work, finally. Much oblige'd.
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: [Resolved] Bloody Heretic Wand!

Post by Amuscaria »

You can thank the two people that posted before me. :P I wouldn't even have realized the problem id they didn't mention Sister weapon.
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: [Resolved] Bloody Heretic Wand!

Post by Silentdarkness12 »

If only this forums had a rep system, everyone here would be getting some +1s XD

thanks all.
Locked

Return to “Editing (Archive)”