Page 3 of 6

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Sun Feb 28, 2016 2:48 pm
by Mikk-
Echelon5 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.
I have no issues with the latest GZDOOM devbuild

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Sun Feb 28, 2016 4:33 pm
by Viscra Maelstrom
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?

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Sun Feb 28, 2016 4:35 pm
by Ed the Bat
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.

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Sun Feb 28, 2016 4:39 pm
by Mikk-
Ed 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.
Probably habit, I've done it on a lot of personal mods. Nothing major but I can always sort that out in v1.1
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?
Not sure, all I know is that this mod doesn't work with the latest stable releases, only the latest dev build.

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Sun Feb 28, 2016 6:45 pm
by TypeSaucy
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

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 1:17 am
by Mikk-
X-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
I thought I had tweaked the combat snipers enough, guess I needed to do a bit more testing

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 1:32 am
by -Ghost-
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.

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 1:39 am
by Mikk-
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. :lol:

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.

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 5:49 am
by Mikk-
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
  • 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
Enjoy!

Re: [V1.1] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 8:05 am
by TypeSaucy
Sweet. Will give you more feedback if any.

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 10:14 am
by Hellser
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
FG only mode? Nifty. Would be nice to see upgrades for the FG though. That thing's a great backup weapon.

Re: [V1.1] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 2:48 pm
by Ed the Bat
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!

Re: [FIRST RELEASE] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 3:48 pm
by Mikk-
Hellser wrote:
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
FG only mode? Nifty. Would be nice to see upgrades for the FG though. That thing's a great backup weapon.
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.

Re: [V1.1] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 4:23 pm
by TypeSaucy
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.

Re: [V1.1] ZERO TOLERANCE 2016

Posted: Mon Feb 29, 2016 4:26 pm
by Mikk-
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.