Need a new pistol in my mod. But its broken.

Discuss all aspects related to modding Zandronum here.
Post Reply
ninja2000
 
Posts: 25
Joined: Fri Aug 03, 2012 3:10 pm

Need a new pistol in my mod. But its broken.

#1

Post by ninja2000 » Tue Mar 03, 2015 8:23 pm

Hello. I'm making a simple weapon mod. All weapons are working perfectly. The only one thing is bad. The new pistol does not show while cycling through weapons in game. I've isolated it and created a new wad, saw that it works perfectly. Now I wonder why it does not work at all. I don't see any errors in the code (prolly I'm blind).

Link to wad:
https://www.dropbox.com/s/x11dykc6r4jn1rh/dem.wad?dl=0
Last edited by ninja2000 on Tue Mar 03, 2015 8:24 pm, edited 1 time in total.

Code: Select all

D:!

User avatar
Ænima
Addicted to Zandronum
Posts: 3583
Joined: Tue Jun 05, 2012 6:12 pm

RE: Need a new pistol in my mod. But its broken.

#2

Post by Ænima » Tue Mar 03, 2015 8:41 pm

That's weird because putting it on another slot like

Code: Select all

setslot 4 minigun "E55 PISTOL"
works fine.

Btw awesome Cryo Bow. Looks like Eriance.


EDIT:
I found the problem. You had two conflicting copies of KEYCONF. One had something to do with sodomy, I believe.
[spoiler]Image[/spoiler]
Last edited by Ænima on Tue Mar 03, 2015 8:46 pm, edited 1 time in total.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

ninja2000
 
Posts: 25
Joined: Fri Aug 03, 2012 3:10 pm

RE: Need a new pistol in my mod. But its broken.

#3

Post by ninja2000 » Tue Mar 03, 2015 8:59 pm

Ænima wrote: Btw awesome Cryo Bow. Looks like Eriance.
Its just nearly unedited Cryobow from realm667. I got it just as a railgun. This bow is top-notch :)
Ænima wrote: EDIT:
I found the problem. You had two conflicting copies of KEYCONF. One had something to do with sodomy, I believe.
[spoiler]Image[/spoiler]
Now how the fridge I haven't seen that? Ok, my terrible mistake. Now it works. Ty pal.

Code: Select all

D:!

Hardbash
 
Posts: 79
Joined: Tue Jul 03, 2012 5:01 pm
Location: USA! USA!

RE: Need a new pistol in my mod. But its broken.

#4

Post by Hardbash » Mon Mar 23, 2015 3:13 am

ninja2000 wrote:
Ænima wrote: Btw awesome Cryo Bow. Looks like Eriance.
Its just nearly unedited Cryobow from realm667. I got it just as a railgun. This bow is top-notch :)
I used that same thing in my own weapon pack. I replaced the railgun with a plasmarifle that behaved like the beta BFG from Doom I.

real nice weapon.

The pistol was the rifle, right?
Last edited by Hardbash on Mon Mar 23, 2015 3:15 am, edited 1 time in total.
Shut up, nurse!

User avatar
Dusk
Developer
Posts: 581
Joined: Thu May 24, 2012 9:59 pm
Location: Turku

RE: Need a new pistol in my mod. But its broken.

#5

Post by Dusk » Fri Mar 27, 2015 6:26 pm

I advise against using KEYCONF. It's a better idea to set slot numbers directly in the actors using Weapon.SlotNumber (or in the player class if you're doing a multi-class mod)
Last edited by Dusk on Fri Mar 27, 2015 6:26 pm, edited 1 time in total.

Post Reply