1. Cash_Out
  2. News
  3. Cash_Out has been updated to 0.11.2.0!

Cash_Out has been updated to 0.11.2.0!

Another modding related patch. Modding for the most part is almost feature complete at this point. There are still some bugs and stuff to fix, and some smaller things to add though. I also added some AI fixes in, hopefully it functions better. Here are the patch notes.

Modding System
  • Did some backend optimization of subcommands for scripting.
  • Scripts that have specific if conditions are now only run if they meet the condition, previously even if the script has a condition of only running on creation, it was checking every frame if the script was created.
  • Fixed a parsing edge case.
  • Added the script(script,arg...) subcommand. This calls on a script and...
  • Added the then(return,number) function to be used above, this returns a value to be used in the subcommand.
  • Added the function(function,arg...) subcommand.

  • Added the following commands for use in targetting enemies.
    • then(cleartargets) - Clears the target buffer.
    • then(filtertargets,type,comparitor,amount) - Filters the target buffer based on type.
    • then(addtargets,type) - Adds a type of target to the target list.
    • then(then_target_damage,amount) - Damages every target on the target list.
    • then(then_target_status,type,amount) - Adds a status effect to every target on the target list (except blocks).
    • then(addtargets,type) - Adds a type of target to the target list.
    • if(hastargets) - Checks whether or not you have a target.


  • then(with,child) added, makes the next script be run by the child.


Other Changes
  • The "math" subcommand is now significantly faster and now actually works.
  • Smoothed out enemy turning.


Balance
  • Changed the base health of enemies so that health is higher at lower difficulties. Enemies will also deal 40% more damage. As an offset, small healthkits now heal 2.5% instead of 2%.
  • Changed the way enemy aim works. Enemies now aim faster, but when aiming at the player they'll aim slower. This is to make dodging enemy shots more viable, and should make action more exciting paired with the above change.


Increased kickback on pistols, revolvers and SMGs.
Reduced base enemy movement speed scale.
Changed the algorithm used to generate levels for clothing, better clothing is now much more rare.
Also changed the algorith for generating weapons, better weapons now have the chance to have better stats as well.
Rebalanced knives to make them stand out more as seperate.

Bug Fixes
  • Updated the AI logic for footprint following. (again!)
  • Anything with exponential movement wasn't accurate accross framerate settings, fixed this!
  • Enemies with items will no longer automatically home in on you when hearing a sound, and will no longer try to throw items over tables.
  • Fixed thrown weapon damage and critical values.
  • Fixed damage dealt by the prosthetic hook.


I'd like to do one more QoL and modding related patch next before I move onto a new feature (likely stuff related to tutorials at this point).

Enjoy!