
Weasel Presents: Terrorists!
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
Where can i get the map in the screenshot? The taser is a bit overpower. When I trained it to lvl 3, it could 1-hit a bunch of enemies. 

- wildweasel
- Posts: 21706
- 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:
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
That's Map15 (or was it 16?) of Fragport.wad by The Ultimate Doomer.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
Thanks dude!wildweasel wrote:That's Map15 (or was it 16?) of Fragport.wad by The Ultimate Doomer.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
Err I think the SMG silencer upgrade is a bit useless. You should change that to extended clip or something more useful.
The melee attack should have fist attack too, not kick only.
The melee attack should have fist attack too, not kick only.

Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
On the contrary. Depending on what skill level you play, silencer can be quite crucial on some hard encounters. Especially, on the Sum of All Fears, sometimes it is mandatory. On easier you can just blast the levels without silencer.commander wrote:Err I think the SMG silencer upgrade is a bit useless. You should change that to extended clip or something more useful.
- Viscra Maelstrom
- Posts: 6200
- Joined: Thu Dec 04, 2008 1:14 am
- Location: plergleland
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
maybe the impact-explosion grenade upgrade should be ditched entirely? i mean, the game already has a weapon that shoots grenades exploding on impact (2, even, if you count the AK upgrade), so having 3 of basically the same weapon feels a bit redundant. plus, it kills the original role of the grenades: lobbing them into a pit of enemies and then running like hell from the explosion.Kate wrote:Well, either way, it feels pretty balanced to me so far, outside of the fact that the max explosion damage plus instant explosion of the cocktails will more often than not just outright immediately kill you. That's why I liked the Ace T3's as max level grenades more, the timer means the max explosion damage won't kill you instantly if you happen to throw it while too close to the enemy.
also, i dunno if this is a bug that occurred because i played the new version of the mod with a save from a previous version of it, but... when i got the level 3 upgrade with the Berducci, i lost all my 9mm ammo. the clips of both guns had their ammo left, but all my reserves were completely drained.
it's actually pretty useful it you're running into a room filled with bad guys that are consecutively unaware of you entering and you want to get the upper hand of the battle early on.commander wrote:Err I think the SMG silencer upgrade is a bit useless. You should change that to extended clip or something more useful.
- wildweasel
- Posts: 21706
- 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:
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
I think that is a save-version issue. Nothing in my scripts indicates that it should be touching the ammo at all, unless you picked up an IBEX kit while already at level 3. Same goes for the at-this-point unreproducible "Doom monsters" glitch, I really wonder if the reason behind those appearing is in fact old saves loaded in the new version.Viscra Maelstrom wrote:also, i dunno if this is a bug that occurred because i played the new version of the mod with a save from a previous version of it, but... when i got the level 3 upgrade with the Berducci, i lost all my 9mm ammo. the clips of both guns had their ammo left, but all my reserves were completely drained.
I kind of wonder how feasible it is to make ZDoom store the MD5 hashes of all loaded WADs in a save game and warn them if it doesn't match.
Regarding the final grenade, I have been making considerations about replacing it entirely; as cool as a molotov really seems to be (in my head), I've been thinking about possibly making the final grenade act much like the final Taser upgrade, and then nerfing the final Taser just a bit more...Mostly I'm just too lazy to go implement it!
- proman232
- Posts: 10
- Joined: Tue Oct 18, 2011 3:51 pm
- Location: I am everyone, everywhere, anyhow, anyway, anywhere, any-day.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
What I like about your mods, wildweasel, is that they seem to cater to me specifically. If I am looking for a certain experience while playing, then I will usually pick out one of your mods and a level pack, and that usually does the trick for me. Also, I'm a fan of large-caliber revolvers, and most of your mods have at least one large-caliber revolver to be found. Keep up the awesome work, bro!
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
Another minor, yet annoying bug:
LMG, when fired empty, loops the firing sound. Can be cancelled by using melee.
Also, don't know is this intentional or not, but Berducci gets 27 round(!?!) clip... Not that I am complaining.
LMG, when fired empty, loops the firing sound. Can be cancelled by using melee.
Also, don't know is this intentional or not, but Berducci gets 27 round(!?!) clip... Not that I am complaining.

- wildweasel
- Posts: 21706
- 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:
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
Frick. I thought I'd fixed that one. Will look into it in a moment.CorSair wrote:Another minor, yet annoying bug:
LMG, when fired empty, loops the firing sound. Can be cancelled by using melee.
[edit] Fixed - to apply this fix yourself, look in ww-terror.pk3/actors/weapons/m60.txt, and change Line 223 from this:
Code: Select all
A_StopSound("CHAN_WEAPON")
Code: Select all
A_StopSound(CHAN_WEAPON)
Clip size gets upgraded when you reach Level 3. Should make the burst fire mode more useful.Also, don't know is this intentional or not, but Berducci gets 27 round(!?!) clip... Not that I am complaining.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
Yup, that did the trick. Thanks weasel!
And you might want to note clip increase in your OP, section of about upgrades. That's why I had to ask... >.<
And you might want to note clip increase in your OP, section of about upgrades. That's why I had to ask... >.<
- wildweasel
- Posts: 21706
- 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:
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
The important bit has already been taken care of, in that it does display that when you get the upgrade.
- Ryan Cordell
- Posts: 4349
- Joined: Sun Feb 06, 2005 6:39 am
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Capital of Explodistan
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
Of course, because strings and identifiers aren't the same thing, actually.wildweasel wrote:Apparently ZDoom doesn't consider them the same thing, as quotation marks screw it up.

Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
When you use the LMG's secondary mode, you're slowed down, right? But when you reload it when you're using secondary mode, your move speed will return to normal while you're reloading. I think moving while reloading is supposed to slow you donw.
- Viscra Maelstrom
- Posts: 6200
- Joined: Thu Dec 04, 2008 1:14 am
- Location: plergleland
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
it DOES slow down when you're reloading; it's just not noticable if you're firing the LMG from the hip. if you reload it while not having the hip-fire stance enabled, you'll notice that it does slow down your movement speed. however, when you reload when having the hip-stance enabled, the movement speed actually goes UP when you're reloading it, because the movement speed isn't as much penalized when reloading as it is having the gun on the ground. i don't think it needs to slow you down anymore than that, since this is supposed to be a action-packed run 'n gun type of mod, and not a realistic tactical shooter a la Diaz.