I have no issues with the latest GZDOOM devbuildEchelon5 wrote:Getting this error on startup:
Script error, "zp-zerot-2016.pk3:actors/weapons/flaregun.txt" line 44:
Sprite names must be exactly 4 characters
I have the latest G and ZDoom builds.
[17-03-17] ZERO TOLERANCE UPGRADE
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.
-
- Posts: 2274
- Joined: Tue Jun 30, 2009 1:31 pm
- Location: Somewhere off Kanagawa
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
-
- Posts: 6200
- Joined: Thu Dec 04, 2008 1:14 am
- Location: plergleland
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
i thought that the latest G/ZDoom builds had some problems in it due to rewriting of code, so you had to use 2.8.1 for now? or has that been fixed since?
-
- Posts: 3060
- Joined: Thu May 03, 2012 1:18 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Maryland, US
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
Quick question: how come a couple of new actors replace the old ones by simply reusing their DoomEdNums (like SoliderDropper, or CommandoDropper), instead of the 'replaces' command? That would also cover the event of a map script placing the actors through Spawn() and similar functions.
-
- Posts: 2274
- Joined: Tue Jun 30, 2009 1:31 pm
- Location: Somewhere off Kanagawa
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
Probably habit, I've done it on a lot of personal mods. Nothing major but I can always sort that out in v1.1Ed the Bat wrote:Quick question: how come a couple of new actors replace the old ones by simply reusing their DoomEdNums (like SoliderDropper, or CommandoDropper), instead of the 'replaces' command? That would also cover the event of a map script placing the actors through Spawn() and similar functions.
Not sure, all I know is that this mod doesn't work with the latest stable releases, only the latest dev build.Princess Viscra Maelstrom wrote:i thought that the latest G/ZDoom builds had some problems in it due to rewriting of code, so you had to use 2.8.1 for now? or has that been fixed since?
-
- Posts: 1000
- Joined: Wed Sep 17, 2008 9:31 am
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
What exactly did you tweak with the hitscan monsters? Just the accuracy?
Maybe it's cause I'm playing on Hurt Me Plenty, but the combat snipers are still buggers at best.
quickedit: I was at 70 hp, and one shot from a combat sniper brought me down to 25 hp.. heh
Maybe it's cause I'm playing on Hurt Me Plenty, but the combat snipers are still buggers at best.
quickedit: I was at 70 hp, and one shot from a combat sniper brought me down to 25 hp.. heh
-
- Posts: 2274
- Joined: Tue Jun 30, 2009 1:31 pm
- Location: Somewhere off Kanagawa
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
I thought I had tweaked the combat snipers enough, guess I needed to do a bit more testingX-CrAzYkOoL-X wrote:What exactly did you tweak with the hitscan monsters? Just the accuracy?
Maybe it's cause I'm playing on Hurt Me Plenty, but the combat snipers are still buggers at best.
quickedit: I was at 70 hp, and one shot from a combat sniper brought me down to 25 hp.. heh
-
- Posts: 1776
- Joined: Wed Sep 08, 2010 4:58 pm
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
Feels pretty good from what I've played, though to be honest I never got around to playing much of the original. Everything felt very tight, didn't notice any initial bugs. I do remember that shotgun replacement though; it has a badass reload, but I always missed having a regular shotgun.
-
- Posts: 2274
- Joined: Tue Jun 30, 2009 1:31 pm
- Location: Somewhere off Kanagawa
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
From a gameplay perspective things haven't really changed, things might have been tightened up here and there. But overall the experience is pretty similar to what you would get from playing the original.
Ill start compiling a list of things to change for v1.1 when I get a little more feedback. So far all I know is that the hitscanners need a bit more tweaking and that some other people fancy having reload being bound back to +ALTFIRE, which I can easily make an option. Please let me know if there's anything else left to add.
EDIT: so it turns out I'm dumb, I accidentally put the CBAF_NORANDOM flag in the Range field of [wiki]A_CustomBulletAttack[/wiki], so the Combat Snipers had a shockingly short range value of 2.
EDIT 2: I noticed that the combat snipers seem to attack way too often. So, I figured that perhaps as a balancing feature, they 'reload' after every shot or something, basically to delay them attacking again so quickly. Or perhaps a pause before taking their shot considering they're so accurate it wouldn't make sense for them to be popping off consistently accurate shots at such a frequency.
EDIT 3: Looking at the Green plasma shooting zombies (occasional chaingunner replacement), they can deal a whopping 100 damage!! What!! In v1.1 I'll probably make it so when the balance feature is enabled the projectiles are slowed down a little, or I can change their damage output. Not sure yet, I'll toy around with that.
Ill start compiling a list of things to change for v1.1 when I get a little more feedback. So far all I know is that the hitscanners need a bit more tweaking and that some other people fancy having reload being bound back to +ALTFIRE, which I can easily make an option. Please let me know if there's anything else left to add.
EDIT: so it turns out I'm dumb, I accidentally put the CBAF_NORANDOM flag in the Range field of [wiki]A_CustomBulletAttack[/wiki], so the Combat Snipers had a shockingly short range value of 2.
EDIT 2: I noticed that the combat snipers seem to attack way too often. So, I figured that perhaps as a balancing feature, they 'reload' after every shot or something, basically to delay them attacking again so quickly. Or perhaps a pause before taking their shot considering they're so accurate it wouldn't make sense for them to be popping off consistently accurate shots at such a frequency.
EDIT 3: Looking at the Green plasma shooting zombies (occasional chaingunner replacement), they can deal a whopping 100 damage!! What!! In v1.1 I'll probably make it so when the balance feature is enabled the projectiles are slowed down a little, or I can change their damage output. Not sure yet, I'll toy around with that.
-
- Posts: 2274
- Joined: Tue Jun 30, 2009 1:31 pm
- Location: Somewhere off Kanagawa
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
Pardon the double post but I've spent the past few hours tweaking and I feel that v1.1. is fit to release.
Download: [v1.1] zp-zerot-2016.zip (10.8mb)
List of changes
Download: [v1.1] zp-zerot-2016.zip (10.8mb)
List of changes
- Flaregun only mode! Enabling this option lets you play through any mapset with only the trusty flaregun!
- You can select the starting level of your flaregun, do be warned that when you choose your level that's what you're stuck with! No upgrades
- To make things fair, in FG only mode, the FORCERADIUSDMG flag is enabled, so bosses won't be as much of a brick wall
- You can now enable classic reloading! With this option you can use +ALTFIRE to reload your weapon
- More balance tweaks! Sniper zombies now deal somewhat more fair damage & now have to 'reload' after each shot
- Fixed a bug where in re-balance mode the Combat Snipers shot had 0 range
-
- Posts: 1000
- Joined: Wed Sep 17, 2008 9:31 am
Re: [V1.1] ZERO TOLERANCE 2016
Sweet. Will give you more feedback if any.
-
- Global Moderator
- Posts: 2726
- Joined: Sun Jun 25, 2006 4:43 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Citadel Station
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
FG only mode? Nifty. Would be nice to see upgrades for the FG though. That thing's a great backup weapon.Mikk- wrote:
- Flaregun only mode! Enabling this option lets you play through any mapset with only the trusty flaregun!
- You can select the starting level of your flaregun, do be warned that when you choose your level that's what you're stuck with! No upgrades
- To make things fair, in FG only mode, the FORCERADIUSDMG flag is enabled, so bosses won't be as much of a brick wall
-
- Posts: 3060
- Joined: Thu May 03, 2012 1:18 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Maryland, US
Re: [V1.1] ZERO TOLERANCE 2016
I haven't had time to play around, myself, but this sounds like it's coming along beautifully. Years ago, I made a small bugfix version for myself to move the weapons out of SetSlot and to fix the bug with killcounts not being accurate, both of which you've soundly taken care of here, along with so much more. It also seems that you've essentially made the original version obsolete, thanks to these toggles you've added. I think I would feel completely safe scrapping my bugfix version and relying solely on your release. Keep it up!
-
- Posts: 2274
- Joined: Tue Jun 30, 2009 1:31 pm
- Location: Somewhere off Kanagawa
Re: [FIRST RELEASE] ZERO TOLERANCE 2016
Okay, that's implemented! For flaregun only mode there is now Off, On & On (Upgrades Enabled). I'll wait a bit before I release anything to do with v1.2 as I'd like to know if there's anything else people would like to add or change.Hellser wrote:FG only mode? Nifty. Would be nice to see upgrades for the FG though. That thing's a great backup weapon.Mikk- wrote:
- Flaregun only mode! Enabling this option lets you play through any mapset with only the trusty flaregun!
- You can select the starting level of your flaregun, do be warned that when you choose your level that's what you're stuck with! No upgrades
- To make things fair, in FG only mode, the FORCERADIUSDMG flag is enabled, so bosses won't be as much of a brick wall
-
- Posts: 1000
- Joined: Wed Sep 17, 2008 9:31 am
Re: [V1.1] ZERO TOLERANCE 2016
I just played a few levels in, and I dig lots of it already. The flaregun mode is really fun, the combat sniper doesn't kill you in two shots, and it feels challenging.
Maybe it's coming from me playing a lot of Guncaster, but would you consider adding some recoil to the weapons? I'd like some kick to these weapons.
Maybe it's coming from me playing a lot of Guncaster, but would you consider adding some recoil to the weapons? I'd like some kick to these weapons.
-
- Posts: 2274
- Joined: Tue Jun 30, 2009 1:31 pm
- Location: Somewhere off Kanagawa
Re: [V1.1] ZERO TOLERANCE 2016
Im glad you like it! I tried to make things fair especially with the combat snipers.
I could give it a shot, I'll toy about with some recoil settings and add it as an option.
I could give it a shot, I'll toy about with some recoil settings and add it as an option.