Author Topic: Dev Log #41: Noise System; Vacation  (Read 15372 times)

Styg

  • Administrator
  • Godman
  • *****
  • Posts: 2367
  • Karma: +504/-30
    • View Profile
Dev Log #41: Noise System; Vacation
« on: August 14, 2015, 08:32:08 am »
Hey guys, while the rest of the team is working on wrapping up the remaining content (a few obligatory teaser screenshot included below), I took the time to work on some of the last game mechanic stuff to be implemented.







Most importantly, I implemented a noise system so the player will now have to consider more than just visual perception when handling a hostile area. This system works in a simple manner - certain actions, mostly relate to combat, such as firing weapons, grenade explosions, etc now emit a certain level of noise that travels through the map, with walls and other obstacles dampening their propagation (with certain thick walls doing so drastically). This will cause certain weapons - crossbows, knives and silenced pistols (and to lesser extent sledgehammers), will now have an edge over other weapon types when doing a stealth assassination.

In addition to this, a lot of NPCs will now holler for help on their turn if they are not stunned or incapacitated, so it's important to dispose of them quickly and silently if you want to avoid fighting the whole camp.

These changes will undoubtedly make some encounters more difficult so we will go through most problematic of them to make sure they are not too ridiculous.

In other news:
  • Mechanics
    • Added hard difficulty (less player health, less healing with longer cooldown)
  • UI
    • Pathfinding estimation during turn based combat no longer show the path once it gets into the undisovered part of the map
    • Added an option to automatically overwrite saves
    • Numeric pad cannot be used for dialog choices
    • You can now properly target items in your action bar, quick bar, weapon and shield switch buttons (e.g. for recharging, reloading, etc)
  • Items
    • Cryogas grenade added
    • Added one more acid type
    • Added five new drugs
    • Added two new poisons
    • Added silencer enhancement that can be added to 5mm pistols and SMGs
    • Added Biohazard suit
  • Creatures
    • Added two new Faceless types
    • Added five new creatures
    • Added one new turret
  • Feats
    • Changed Premeditation - Now also requires 6 intelligence.
    • Changed Gun Nut - Upper damage bonus changed to 15% (down from 20%).
    • Changed Gunslinger - AP reduction changed to 2 (down from 3) and only applies to firearms now.
    • Changed Opportunist - Bonuses changed to 25%/15% (down from 35%/20%)
    • Changed Recklessness - Critical damage chance bonus changed to 7% (down from 10%)
    • Changed Cerebral Trauma - Damage bonus changed to 20% (down from 25%) and psi burn changed to 10% (down from 15%)
    • Changed Quick Tinkering - Cooldown changed to 2 turns (down from 3).
    • Changed Steadfast Aim - Bonus crit chance per AP cost changed to 0.5% (down from 1%)
    • Changed Mental Subversion - It now stacks up to 75% (up from 50%)
    • Changed Snipe - Fixed the bug that caused the attack not to do those base 100% of damage in addition to bonus damage and also changed the bonus damage per stealth point to 1.5% (up from 1%). Feat description also now displays exact numbers. Also now requires 30 stealth to obtain.
    • Changed Sharpshooter - Damage changed to 30% (down from 50%).
    • Changed Special Tactics - Dexterity requirement removed.
    • Added Meditation (Continue from Tranquility) - Maximum psi points increased by 25.
    • Added Psionic Mania - (Continues from Psychosis) When activated makes your next offensive psi ability an automatic critical hit. Activating this will remove up to 15% of your health, but cannot kill you.
    • Added Neural Overclocking - Critical damage bonus of psi abilities increased by 30%.
    • Added Psychostatic Electricity - When you damage a target with your electrical psionics you apply a debuff that increases the chance for the target to be critically hit from all sources by 5% for 2 turns. Stacks 5 times.
    • Added Telekinetic Undulation - When you damage a living target by moving your telekinetic proxy, there's 50% chance it will be dazed for 1 turn.
    • Added Corporeal Projection - All telekinetic damage increased by 5% for each point of strength above 5.
    • Added Elemental Bolts - Increases electrical, acid and heat damage of all special bolts by 100%.
    • Added Concussive Shots - When you deal mechanical with your crossbow you have 40% chance to daze living targets for 1 turn.
  • Tweaks
    • Cryokinesis and Pyrokinesis can no longer be launched through fences and other partial obstacles
    • Resolve and fortitude base resist chance increased slightly
    • Upper Tornado crossbow damage slightly reduced (not retroactive)
    • Electrical pistols now only have 50% chance to trigger the stun on the initial target; this might also affect some electrobolts fired by the NPCs as well
    • Pistol damage reduced by ~20% across the board
    • Stalkers in the passages near SGS no longer respawn
    • Psi Empathy feat will now reduce base health points by 25%
    • Psi regeneration now scales with will and intelligence: psi regen = 5 + (will+int)/2
    • Ranges of a number of psi abilities have been reduced: Bilocation - 7, Cryostasis - 6, Electrokinesis - 8, Frighten - 3, Mental Breakdown - 5, Neural Overload - 6
    • Psi costs of a number of psi abilities have been modified (mostly increased): Cryokinesis - 15, Cryokinetic Orb - 40, Cryostasis - 65, Electrokinesis - 35, Exothermic Aura - 40, Forcefield - 25, Mental Breakdown - 60, Neural Overload - 15, Pyrokinesis - 40
    • Psi booster cooldown changed to 3 turns (down from 6 turns)
    • Metal plates enhancement will now provide less mechanical resistance
    • Metal armor mechanical and energy resistance reduced across the board. Threshold remains the same. Not retroactive.
    • Reinforced Fabric Ballistic Panel damage resistance reduced slightly
    • Execute can no longer be preformed with electrical pistol. I cannot remove the bonus damage from electrobolt jumps easily without rewriting a good chunk of code so I'm just going to ban the electrogun from the club.
    • Throwing knives upper damage range reduced
    • Blob Pistol shooting sounds changed
    • Increased crossbow max range by 2 and optimal range by 1 (not retroactive)
    • Daze debuff now also reduces movement points by 30
    • Sniper damage increased by ~20% across the board.
    • Plasma sentry laser damage increased
    • Made energy core and firearm barrels more easily available from merchants
    • Armor penalty of boots reduced (not retroactive)
  • Bugs
    • Spiked boots will no longer double-trigger things like force emission and fancy footwork
    • Taser will no longer consume twice the energy
    • Taste for blood will no longer grant a stack when killing machines
    • Hopefully fixed all achievements to work correctly
    • On kill effects will now properly trigger when target is killed by an on hit effect (such as electrical melee weapons, force emission and special bolts)
    • Fixed the bug that caused the game to on rare occasions skip the player's turn
    • Premeditation no longer increases the range of pyrokinetic stream (that caused it to bug out).

    That's all for now. Concerning the content - there's just one "biome" in Deep Caverns to be done before the "final event" in the game, but after that, as I mentioned before, we have to go back and rework some old areas and sprinkle a bit more flavor across the world.

    Before we can do that, however, we'll need to recharge our batteries for the next three weeks by ditching our underground coding facilities and getting some Mediterranean sand in our toes (at least in my case). In the meantime, let us know how you like these changes.

DMonin

  • Zoner
  • **
  • Posts: 52
  • Karma: +2/-1
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #1 on: August 14, 2015, 09:06:51 am »
Great work!

Have a nice vacation guys!
Richard Moreau, Vault 8

hilf

  • Oculite
  • Faceless
  • **
  • Posts: 615
  • Karma: +93/-2
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #2 on: August 14, 2015, 02:17:58 pm »
Pistols got hit really hard.

Diggfinger

  • Probably not a Spambot
  • *
  • Posts: 38
  • Karma: +4/-0
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #3 on: August 14, 2015, 03:31:16 pm »
Looks great, guys!

Enjoy your holidays!

Ps. I would not bet on a release before November/December at the earliest. Seems like there is still stuff to do, and Styg and his Stygsters obviously Wants this game to be darn near perfect.

Im not complaining though. Game looks instant fucking classic 8)
« Last Edit: August 20, 2015, 06:53:11 am by Diggfinger »

Jamolotl

  • Probably not a Spambot
  • *
  • Posts: 24
  • Karma: +1/-0
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #4 on: August 14, 2015, 05:12:10 pm »
Yes! Been waiting for a noise detection system.

This game is really shaping up to be a cult classic. Can't wait for release.

Wildan

  • Scavenger
  • ***
  • Posts: 203
  • Karma: +58/-3
  • Slayer
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #5 on: August 14, 2015, 07:03:32 pm »
Some hefty nerfs indeed. Not sure about pistols but good to see some balancing underway, crossbows are finally getting some love again. I hope we can get another alpha before release.

LightningMonk

  • Scavenger
  • ***
  • Posts: 178
  • Karma: +11/-0
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #6 on: August 14, 2015, 11:18:41 pm »
Have a nice vacation Stygian Soft  8).

This is a lot of change to take in. The implementation of the noise system is a long time coming and makes the stealth system even more interesting than it already is. It just hurts to know I'll never get to give it spin until release.

UnLimiTeD

  • Tchortist
  • ****
  • Posts: 490
  • Karma: +27/-1
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #7 on: August 15, 2015, 01:12:40 am »
HYPE!
Looks like some very interesting changes!
Reasons not to go PSI (Is that base-base hitpoints, or calculation base), massive nerfs to pistols (where they really that strong without crit?), and it looks like a stealth build is attractive again, with a range of now good options like crossbows or a sniper Rifle.
And damn, a noise system? I mean, now? Not that I'd complain. Though that might make stealth builds weaker again and rebuff PSI. Complicated stuff. With the noise system in place, will enemies still see everything around them?
First person to give Styg Karma.

I hereby declare that I love the oddity system and am in favour of shop and carry limits.

RailNomad

  • Zoner
  • **
  • Posts: 75
  • Karma: +3/-0
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #8 on: August 15, 2015, 08:08:25 am »
Looks very nice, I especially like that new creatures are added to the wildlife. A few comments:

Assault Rifle tanks didn't receive any nerfs. Commando feat that grants Gun Rush is still overpowered.

Nerfing Gun Nut doesn't feel like a good idea. For fighters gun Nut is already inferior option to leaving Int at 3 and spending 4 points in Perception and grabbing another feat. Gun Nut should be made _more_ attractive. Perhaps make it shift the damage range by 15% instead of increasing the maximum?

Pistols nerfed a bit too much IMO in comparsion to assault rifles.

Fenix

  • Godman
  • ******
  • Posts: 1211
  • Karma: +58/-25
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #9 on: August 15, 2015, 09:34:45 am »
 :D Great update (as usual).
Goodbye, that feeling (sweet felling but..) of pure OP with pistols!
Goodbye... and hello new, challenging game!

Hapy vacations Styg and Co. )

middydj

  • Probably not a Spambot
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #10 on: August 17, 2015, 01:23:45 pm »
Nice update .. Enjoy the rest!

mercy

  • Probably not a Spambot
  • *
  • Posts: 31
  • Karma: +2/-1
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #11 on: August 17, 2015, 03:22:07 pm »
Looks fantastic! Also your team has done a colossal work.

Mindless

  • Oculite
  • Tchortist
  • **
  • Posts: 336
  • Karma: +13/-2
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #12 on: August 20, 2015, 07:07:51 am »
  • Feats
  • Changed Gun Nut - Upper damage bonus changed to 15% (down from 20%).
  • Changed Gunslinger - AP reduction changed to 2 (down from 3) and only applies to firearms now.
  • Changed Recklessness - Critical damage chance bonus changed to 7% (down from 10%)
  • Changed Steadfast Aim - Bonus crit chance per AP cost changed to 0.5% (down from 1%)
  • Changed Sharpshooter - Damage changed to 30% (down from 50%).
  • Electrical pistols now only have 50% chance to trigger the stun on the initial target; this might also affect some electrobolts fired by the NPCs as well
  • Pistol damage reduced by ~20% across the board
NOoooooooooooooooooooooo!
  • Changed Cerebral Trauma - Damage bonus changed to 20% (down from 25%) and psi burn changed to 10% (down from 15%)
AHAHAHAHAHAHAHAAHAHAH! Sorry, guys)
  • Changed Snipe - Fixed the bug that caused the attack not to do those base 100% of damage in addition to bonus damage and also changed the bonus damage per stealth point to 1.5% (up from 1%). Feat description also now displays exact numbers. Also now requires 30 stealth to obtain.
  • Added Psionic Mania - (Continues from Psychosis) When activated makes your next offensive psi ability an automatic critical hit. Activating this will remove up to 15% of your health, but cannot kill you.
  • Added Neural Overclocking - Critical damage bonus of psi abilities increased by 30%.
  • Added Corporeal Projection - All telekinetic damage increased by 5% for each point of strength above 5.
  • Psi regeneration now scales with will and intelligence: psi regen = 5 + (will+int)/2
  • Premeditation no longer increases the range of pyrokinetic stream (that caused it to bug out).
Good changes!
  • Added Elemental Bolts - Increases electrical, acid and heat damage of all special bolts by 100%.
Mb one day I will get my good-old crossbow and play with it :3
  • Psi Empathy feat will now reduce base health points by 25%
What? oO
So basically now all psi-users will have 25% hp less. Its dead end for hydrid builds.... i think.
  • Sniper damage increased by ~20% across the board.
Sniper rifle or sniper guy? What is it?[/list]

P.S. Happy vacation =)

mwnn

  • Probably not a Spambot
  • *
  • Posts: 16
  • Karma: +1/-0
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #13 on: September 03, 2015, 06:59:21 pm »
It might seem like a silly question but I'll ask it...

NPC weapons/actions/etc also create noise?

If yes - can the player detect NPC's (approx?) locations from the noise they create? i.e. can the player hear?

I know we have stealth mode to sneak around and visually scout with.


It would be rather strange if the player actions create noise whilst the NPC's are completely silent/in a vacuum.

Noise will be an excellent mechanic - it'll add a certain amount of randomness and variety.

It's far too easy in Fallout to pick off enemies one-by-one (i.e. Khan raider camp) unless they're grouped together.
« Last Edit: September 03, 2015, 07:13:55 pm by mwnn »

yuaa2

  • Noob
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Dev Log #41: Noise System; Vacation
« Reply #14 on: October 04, 2015, 08:33:06 am »
when this patch come out?