Take a good look at the Dehacked lump for Batman Doom. Try and decipher it. Realise why that's a huge task with virtually no payoff.armymen12002003 wrote:y not try to get this comptible with batman doom?
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.
- TheDarkArchon
- Posts: 7656
- Joined: Sat Aug 07, 2004 5:14 am
- Location: Some cold place
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
- Viscra Maelstrom
- Posts: 6200
- Joined: Thu Dec 04, 2008 1:14 am
- Location: plergleland
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
although there is a decorate patch that was made a few months ago for the mod to be able to play on ZDoom. regardless, though, this is basically a "DIY" situation if you want to make both mods compatible with each other.
- 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 #
Do it yourself, I agree. I'm not going to waste tons of effort and time on trying to get my mod to be compatible with that, when it could be better spent on making the mod itself better and more awesome.
- TheLightBad96
- Posts: 438
- Joined: Tue May 08, 2012 12:59 am
- Location: Jonathan Crimson pleased to make your acquaintance.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
i agree with that idea too, and why put something awesome like this mod into some full tc that may not be compatible.wildweasel wrote:Do it yourself, I agree. I'm not going to waste tons of effort and time on trying to get my mod to be compatible with that, when it could be better spent on making the mod itself better and more awesome.
- 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've put out another update. I really don't remember all the things I did to this, aside from changing some sounds and messing with the damage numbers on the AMR again. The grenades are still brokenly powerful at max level (to you and the enemies) and I'm not sure I want to mess with it right now.
Unless I can figure out a really good way to do a better end-game casting call (the definitions built into ZDoom are way too limiting and don't support sprite scaling, and also mess up on zero-duration frames), this may not see further updates for a while.
Link's in the usual place.
Unless I can figure out a really good way to do a better end-game casting call (the definitions built into ZDoom are way too limiting and don't support sprite scaling, and also mess up on zero-duration frames), this may not see further updates for a while.
Link's in the usual place.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
What I do with cast calls if I have an actor that doesn't work well with them is define a cast-call specific version of the actor that displays the frames I want them to. These can be pretty minimalistic - they don't need all the usual stats and pointers - so they are easy to make. Then I define the cast call using the cast-call actor rather than the one you see in game.
- 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!) - Beta #
And if I'm not mistaken, those can be scaled down via the TEXTURES lump, which though slightly less flexible than scaling the actors, would save a step with having to use an image editor program to do it manually.Enjay wrote:What I do with cast calls if I have an actor that doesn't work well with them is define a cast-call specific version of the actor that displays the frames I want them to. These can be pretty minimalistic - they don't need all the usual stats and pointers - so they are easy to make. Then I define the cast call using the cast-call actor rather than the one you see in game.

Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
great intro wildweasel! (i just finished trying the beta 6)
of courese, a button to toggle/enable autoreload is mandatory!!!
especyally on difficult "die hard" and "the sum of all fears"!!!!!

of courese, a button to toggle/enable autoreload is mandatory!!!

especyally on difficult "die hard" and "the sum of all fears"!!!!!





- 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 #
No it's not. I find that auto-reload gets me killed more often than it actually helps, since getting stuck in a reload when I actually wanted to change weapons can tend to really suck. Just pay more attention to when you need to reload, and if you're in a difficult situation, try changing weapons instead of reloading.niculinux wrote:of courese, a button to toggle/enable autoreload is mandatory!!!![]()
- Abba Zabba
- Posts: 2166
- Joined: Mon Sep 05, 2011 8:50 pm
- Location: a place lol!
- Contact:
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
NOwildweasel wrote:No it's not. I find that auto-reload gets me killed more often than it actually helps, since getting stuck in a reload when I actually wanted to change weapons can tend to really suck. Just pay more attention to when you need to reload, and if you're in a difficult situation, try changing weapons instead of reloading.
YOU WILL IMPLEMENT NAO
I really need to give this mod a shot, been busy with other things and RL but still, it's not an excuse to put down a (seemingly well-done) mod made in a tight community! I'll see if I have some time a little later Weas, and report back.
- DoomRater
- Posts: 8270
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
- Contact:
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
I like how Decision's been doing auto-reload- it still allows a player to switch weapons during reload and it comes back to where the reload left off when you switch back. Then again implementing this in a Doom Mod would likely mean sacrificing reload animations. At least, I wouldn't wanna code the monstrosity that would be interrupting an animation set, as doable as it is.
- 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!) - Beta #
How about giving every frame of the reload animation this action?
This way, a player could switch away from the weapon if he starts reloading but didn't want to.
Code: Select all
A_WeaponReady(WRF_NOBOB|WRF_NOFIRE)
- DoomRater
- Posts: 8270
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
- Contact:
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
As nice as that is.... well, that also means interrupting the reload and having to start it all over when you reselect the weapon, even if you were in the middle of slamming a clip in it, or potentially quick-reloading the weapon just by switching as soon as the code says there's ammo in it. I'd add a bit more code in there that also keeps track of where it was in the reload so the code can just jump back to it when the weapon is reselected.
- 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!) - Beta #
That does sound like ultimately a more powerful solution, I agree. But it also takes a lot more work to code, and... to a point, I think one could argue that having to throw down a gun before you finished reloading it would reasonably mean you have to start over with reloading it when you pick it back up. Some of today's games even do that.
Re: Police Brutality (Weasel Presents: Terrorists!) - Beta #
And honestly, the latter problem, if it even becomes a problem, can be avoided by simply forcing you to finish the reload once you've actually inserted the clip into the weapon.
And thinking about it, the shotgun already kind of does this - if you're in the middle of a reload, it'll let you switch or fire without having to pump all of the shells in beforehand, so I don't see why the other weapons can't have similar behavior. It's one action function call, it shouldn't be much of a problem to implement.
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.
And thinking about it, the shotgun already kind of does this - if you're in the middle of a reload, it'll let you switch or fire without having to pump all of the shells in beforehand, so I don't see why the other weapons can't have similar behavior. It's one action function call, it shouldn't be much of a problem to implement.
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.