Update ! (3 March 2025)
Changelog :
- Edited AutoShotgun's fire mode (check the options)
- Edited ammo pickups for TNT Evilution & FreeDoom compatibility
- Added Quad Damage overlay for weapons (Credits to Agent_Ash)
Search found 348 matches
- Mon Mar 03, 2025 10:28 am
- Forum: Gameplay Mods
- Topic: Ac!d's Eriguns
- Replies: 71
- Views: 25992
- Thu Dec 05, 2024 5:49 am
- Forum: Gameplay Mods
- Topic: Kriegspfad
- Replies: 56
- Views: 18469
- Thu Oct 24, 2024 9:28 am
- Forum: Gameplay Mods
- Topic: Kriegspfad
- Replies: 56
- Views: 18469
Re: Kriegspfad
Fixed among other things I've added/edited in the passing months. (Sprites, code, sounds, effects, etc...)
- Fri Feb 23, 2024 9:58 am
- Forum: Gameplay Mods
- Topic: Mini mod weapon : ZF-1
- Replies: 3
- Views: 3220
Re: Mini mod weapon : ZF-1

Code: Select all
Update ! (23 February 2024)
Changelog :
- New sprites for the bolts.
- Added an option for reloading the ammo types of your ZF-1s.
- Fri Jan 12, 2024 1:44 pm
- Forum: Requests
- Topic: Resource Request thread *Read 1st post*
- Replies: 5967
- Views: 660552
Re: Resource Request thread *Read 1st post*
Per Kristian.Gothic wrote: Does anyone know who made this hand?
- Thu Sep 21, 2023 10:19 am
- Forum: Gameplay Mods
- Topic: Mini mod weapon : ZF-1
- Replies: 3
- Views: 3220
Re: Mini mod weapon : ZF-1
https://i.imgur.com/K3whB3Pl.png The backpack is showed on the hud if you have one. He's more visible when you select your second ZF-1. The power cell is also indicated once you pick it up. Update ! (21 September 2023) Changelog : - New sprites for the weapon, ammo types, and visuals effects ...
- Wed Sep 06, 2023 4:39 am
- Forum: Gameplay Mods
- Topic: Mini mod weapon : ZF-1
- Replies: 3
- Views: 3220
Re: Mini mod weapon : ZF-1
https://imgur.com/Z62DD0P Update ! (06 September 2023) Changelog : - Replaced the HUD by a RenderOverlay, which means that you can play with a custom HUD and change the horizontal and vertical offset of the overlay. - "Ammo refills" for the ZF-1 can be found in big ammo pickups (ClipBox, ShellBox ...
- Wed Sep 06, 2023 3:32 am
- Forum: Scripting
- Topic: How do i make a kicking weapon that activates when you press q, kinda like duke nukem 3d
- Replies: 2
- Views: 311
Re: How do i make a kicking weapon that activates when you press q, kinda like duke nukem 3d
This question have been asked here with an answer in DECORATE and ACS, but you can also find one in ZScript in this topic.
- Sun Aug 27, 2023 9:32 am
- Forum: Gameplay Mods
- Topic: Mini mod weapon : ZF-1
- Replies: 3
- Views: 3220
Mini mod weapon : ZF-1
The ZF-1 is a weapon seen in the movie The Fifth Element (1997), a multi-function weapon containing : - 3000 rounds magazine with an automatic , a 3 rounds burst or a 30 rounds semi-automatic shotgun fire mode. (selectable with Alt-Fire ) - Rocket Launcher. (selectable with Zoom ) - Arrow Launcher ...
- Mon Aug 21, 2023 2:13 am
- Forum: Requests
- Topic: DDF code documentation for ZDoom ?
- Replies: 0
- Views: 2110
DDF code documentation for ZDoom ?
I'm converting a EDGE mod for (G/L)ZDoom and I need some documentation for that. There's a lot of data that I don't know if it can be used with the parameters of some actions like A_FireProjectile() and A_SpawnItemEx(). [REVOLVER_CASING] ACCURACY_ANGLE=36; ACCURACY_SLOPE=20;//40 ATTACK_HEIGHT=22 ...
- Sun Aug 20, 2023 2:17 am
- Forum: Scripting
- Topic: Projectile won't explode, pulling my hair out
- Replies: 7
- Views: 920
Re: Projectile won't explode, pulling my hair out
If your actor act like a mine, you should add the +MISSILE flag.
Does the explosing casing explode on a wall ? Have you tried changing the speed, since it's 0 ? Have you tried changing the Death state sequence to XDeath, since it's indicated as being a projectile in your code ?
Does the explosing casing explode on a wall ? Have you tried changing the speed, since it's 0 ? Have you tried changing the Death state sequence to XDeath, since it's indicated as being a projectile in your code ?
- Fri Jul 07, 2023 11:20 am
- Forum: Gameplay Mods
- Topic: Ac!d's Eriguns
- Replies: 71
- Views: 25992
Re: Ac!d's Eriguns
Recently, a Vtuber called Matt Eldrydge made some videos coverring my mod with a mapset called Doom 2 In Name Only (D2INO) - Russian Variation and a showcase of the weapons. For the visibility he gives me on this mod, I think it's necessary to give him visibility on his videos too. Check his youtube ...
- Thu Jun 22, 2023 12:45 am
- Forum: Scripting
- Topic: Quad damage sound
- Replies: 11
- Views: 1127
Re: Quad damage sound
Tried both. Also, your decorate code contains the "Spawn" state twice.
- Wed Jun 21, 2023 2:47 pm
- Forum: Scripting
- Topic: Quad damage sound
- Replies: 11
- Views: 1127
Re: Quad damage sound
I've tried it and your ZScript code doesn't have any error. All I did was copy and paste your code to see if I could detect that error.
- Wed Jun 21, 2023 9:00 am
- Forum: Scripting
- Topic: Quad damage sound
- Replies: 11
- Views: 1127
Re: Quad damage sound
Did you indicate the version of GZDoom you're using in ZScript ?
The best way should be to send me your code.
Code: Select all
Version "4.6.1"
#Include "..."