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
Need a new pistol in my mod. But its broken.
Need a new pistol in my mod. But its broken.
Last edited by ninja2000 on Tue Mar 03, 2015 8:24 pm, edited 1 time in total.
Code: Select all
D:!RE: Need a new pistol in my mod. But its broken.
That's weird because putting it on another slot like
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]
[/spoiler]
Code: Select all
setslot 4 minigun "E55 PISTOL"
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]
[/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)

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)

RE: Need a new pistol in my mod. But its broken.
Its just nearly unedited Cryobow from realm667. I got it just as a railgun. This bow is top-notch :)Ænima wrote: Btw awesome Cryo Bow. Looks like Eriance.
Now how the fridge I haven't seen that? Ok, my terrible mistake. Now it works. Ty pal.Ænima wrote: EDIT:
I found the problem. You had two conflicting copies of KEYCONF. One had something to do with sodomy, I believe.
[spoiler][/spoiler]
Code: Select all
D:!RE: Need a new pistol in my mod. But its broken.
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.ninja2000 wrote:Its just nearly unedited Cryobow from realm667. I got it just as a railgun. This bow is top-notch :)Ænima wrote: Btw awesome Cryo Bow. Looks like Eriance.
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!
RE: Need a new pistol in my mod. But its broken.
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.