Weasel Presents: Terrorists!

Projects that alter game functions but do not include new maps belong here.
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.
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: Police Brutality (Weasel Presents: Terrorists!) - /idgam

Post by Ed the Bat »

wildweasel wrote:One of these days I really need to run a comparison between your version and mine and figure out what all you've changed, so I can merge the changes into my own project. The only thing stopping me from just declaring your version the "official" release is that I have no idea what all you did to it. =P
I could've sworn I wrote a changelog for you back when I first put it out... :(

Yeah, here it is: http://forum.zdoom.org/viewtopic.php?f= ... 20#p706372
...though a couple of things there have since been changed, themselves, such as the way taser pain is handled.
User avatar
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!) - /idgam

Post by wildweasel »

Ah. I'm a dumbass and forgot. I'll try to make some time to do the merge later today (everything but the "can't select empty weapons" change; I prefer it the way it is).
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: Police Brutality (Weasel Presents: Terrorists!) - /idgam

Post by Ed the Bat »

wildweasel wrote:(everything but the "can't select empty weapons" change; I prefer it the way it is).
Having to sift through all the empty guns has killed me more times than I can count, but considering this is a toggle in Gameplay Options ("Check Ammo for Weapon Switch"), why force this on the user instead of leaving it as a choice?
User avatar
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!) - /idgam

Post by wildweasel »

I had missed where you said that was a toggle.
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: Police Brutality (Weasel Presents: Terrorists!) - /idgam

Post by Ed the Bat »

I just noticed that dying while using the taser can create an interminable loop of buzzing sound. Each gun has a line like the following:

Code: Select all

//"####" A 0 A_StopSound(CHAN_WEAPON)
...in the beginning of the Deselect state. Maybe these should be uncommented to solve this issue?

EDIT: Actually, that makes things sound funny when a gun gets put down after being fired, because that gets cut off. So maybe... putting the taser sound on a different channel, like 6 or 7, and just silencing that channel on Deselect?
User avatar
Slax
... in rememberance ...
Posts: 2121
Joined: Tue Oct 19, 2010 7:01 am
Location: Window office.
Contact:

Re: Police Brutality (Weasel Presents: Terrorists!) - /idgam

Post by Slax »

Dear ww.
Commando feels a bit too lenient and Die Hard murders me in seconds. I'd very much like a comfortable in-between of the two, plox.
Image
I'm gettin' toasted here!
User avatar
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!) - /idgam

Post by wildweasel »

The thing is, the difference between Commando and Die Hard is literally the presence of Fast Monsters. I dunno, maybe the faster bullets should be limited only to The Sum Of All Fears mode.
User avatar
Slax
... in rememberance ...
Posts: 2121
Joined: Tue Oct 19, 2010 7:01 am
Location: Window office.
Contact:

Re: Police Brutality (Weasel Presents: Terrorists!) - /idgam

Post by Slax »

Think that might be a good idea, yeah.
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: Police Brutality (Weasel Presents: Terrorists!) - /idgam

Post by Ed the Bat »

If you happen to make that change, I'll be sure to reflect it in my version, unless you intend to save a step and just build upon it.
User avatar
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!) - /idgam

Post by wildweasel »

Ed the Bat wrote:If you happen to make that change, I'll be sure to reflect it in my version, unless you intend to save a step and just build upon it.
I still haven't bothered going through and evaluating the changes you made, primarily because I don't feel like devoting much time to it these days. My soon-to-arrive laptop will probably be a huge morale boost, though.
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: Police Brutality (Weasel Presents: Terrorists!) - /idgam

Post by Ed the Bat »

No rush. I got all the time in the world.
User avatar
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!): Update

Post by wildweasel »

Well, ww-terror is getting an update soon. Some graphical polish here and there (especially in regards to tasering), a couple of bugfixes here and there, and it should be way less irritating to zap people with the Taser. I should probably comb through this thread and make note of complaints and bugfixes that I can address.

One thing I would like to do is add a Mod Settings submenu and add cvars for stuff like automatic reloading, weapon selection on empty, etc.
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: Police Brutality (Weasel Presents: Terrorists!): Update

Post by Captain J »

ah, terrorists. good to be it's going to be back at once. and yes, toggle option is great idea.
User avatar
-Ghost-
Posts: 1769
Joined: Wed Sep 08, 2010 4:58 pm

Re: Police Brutality (Weasel Presents: Terrorists!): Update

Post by -Ghost- »

Great to hear you're still working on this! Any plans for more weapon addons? It'd be cool to have a few and mix and match for different weapon loadouts. Link for the BR-16 Battle Rifle AK replacement here for anyone who hasn't tried it: http://forum.zdoom.org/viewtopic.php?f=19&t=46356 Great reload anims on that, by the way.
User avatar
TheBadHustlex
Posts: 1914
Joined: Thu Oct 03, 2013 12:50 am
Location: 'stria

Re: Police Brutality (Weasel Presents: Terrorists!): Update

Post by TheBadHustlex »

Awesome mod overall. There's just two things I actually don't like:

I'm not the biggest fan of your tracers, I prefer Brutal-Doom-Like-Ones (hate me).
The wimmen with the upgrades make it a little too easy to level up the weapons. At Doom2, level 20, I had everything at the highest level. These female civilians could be a little more rare.
Post Reply

Return to “Gameplay Mods”