Jump to content

vitusdoom

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    vitusdoom reacted to nasKo in IWBUMS 41.56 released   
    NEW
     
    - The containers in the "Move to" controller context sub-menu are disabled if the container can't hold the item to be moved.
    - During "Walk To" or other timed-action movement, allow the player to continue to move while aiming, instead of stopping.
    - Added a radial menu for light sources that is accessed by holding the F key for longer.
    - Added "Pan Camera While Driving" display option. This will move the camera in front of the car to give better vision of things ahead. Please give us some feedback how this feels. Some had issues with this previously, so the option is off by default. 
    - Added recipe.StopOnWalk and recipe.StopOnRun script properties to the codebase to control whether the crafting action is interrupted by walking and running. Currently this is only used to allow inserting/removing batteries in flashlights while walking.
     

    ANIMS AND MODELS
     
    - Made male underpants smaller and to look like briefs.
    - Made female bra strapless.
    - Made the same changes to male and female zombie textures.
    - Adjusted Bikini and Swimsuit texture to fit new female underpants and bras.
     

    NOISEWORKS
     
    - New weapon hit sounds:
     
            Axe, Wood Axe, Stone Axe
            Pick Axe
            Badminton Racket, Tennis Racket
            Hockey Stick, Lacross Stick
            Broom, Fishing Rod, Pool Cue
            Garden Hoe, Rake, Leaf Rake
            Shovel
            Snow Shovel
            Spiked Baseball Bat, Spiked Plank, Spiked Pick Axe Handle
            Baseball Bat
            Canoe Paddle
            Golf Club
            Plank
     
    These also have a new setup where a regular hit sounds different from a hit that causes the attacked zombie to fall and a more impactfull killing blow.
     
    - Added farming-related sounds for plowing, seeding, watering, and harvesting
    - Adjusted the drinking sounds to fit the anims better.
    - Further tweaks to busy sound areas - and especially with engine noise in and around zombie hordes. Please test!
    - Addressed issues of lost / strange sounds during busy periods - such as during rain etc.
    - Tweaked puddle footstep loudness (it was too loud still)
    - Removed seagull sounds from towns
     

    FIXES
     
    - Fixed applying mildew cure to plants being broken.
    - Fixed the player phasing through obstacles after climbing over a tall fence.
    - Fixed Lua error SMetalDrumGlobalObject:update() when it rains.
    - Fixed shoving zombies from behind sometimes causing the zombie to move toward the player.
    - Fixed hitting a zombie that is getting up from lying face down flipping the zombie onto its back.
    - Fixed killing a zombie that is getting up from lying face down creating a corpse on its back.
    - Fixed the player's hit-reaction animation sometimes playing long after the attack happened.
    - Fixed zombies finishing their bumped animation too soon, allowing them to get another attack quickly.
    - Fixed playing two getting-up animations if the movement key is pressed after the animation has started.
    - Fixed vehicle engines not taking damage if the hood is uninstalled.
    - Fixed pan condition not resetting each time at FightStep:KillZombie in tutorial
    - Fixed new pan not spawning if the player somehow does manage to break the pan at FightStep:KillZombie
    - Fixed hiding the Set Alarm dialog due to the player position changing slightly after turning.
    - Fixed highlighting useable parts of vehicles when the player is inside a vehicle.
    - Fixed exception trying to place an item on the same square as a Car Battery Charger (or any object with no sprite).
    - Fixed the controller focus remaining on a context menu after selecting an option with the mouse.
    - Fixed a Lua error after pressing the 'V' key while a game is loading.
    - Fixed not automatically reloading changed animation files.
    - Fixed IndexOutOfBoundsException in JAssImpImporter.GetKeyFrameScale() with a test animation.
    - Fixed "Could not find bone index for node name: "Translation_Data_$AssimpFbx$_Translation"" warning with a test animation.
    - Fixed ISRadialMenu:setSliceTexture() calling setSliceText().
    - Fixed the welding sound not stopping when building metal objects.
    - Fixed zombies opening locked carpentry doors.
  2. Like
    vitusdoom reacted to Batsphinx in IWBUMS 41.55 released   
    41.55 Patch
     
    NEW

    - Added new 3D items + fixed some.
    - Added a context menu for choosing which CD/VHS to insert into the device (when using a controller)
    - Display CDs and VHS tapes in the Training Materials UI
    - Updated main-menu credits.
    - Updated community translations.

    ANIMS
    - Changed climb fence success anim to a quicker finish  
    - Tweaked climb fence fail  
    - Shaved off a few frames from Bob/Bob_StaggerBack_3m  
    - Adjusted Bob_AttackPistolWhip02.X to same length as shoves  
    - Tweaked head of Bob_WalkBwdAimHandgun.X to better blend with other anims  
    - Shaved off some frames from Bob_StaggerForward.X  

    MODDING

    - Added optional vehicle.passenger.showPassenger=true|false parameter for iBrRus.
     When true, the player model isn't hidden when entering, exiting or sitting in that particular seat.

    BALANCE

    - Player running through a horde will now have greater chance of falling
    - Full helmets less likely to fall from zombies attacks.
    - Gave vehicles more engine force in first gear.

    TRANSLATIONS

    - Added translations for Boredom/Stress/etc notification text above the player's head.
    - small delay when switching cd/tape on/off
    - bzzt-fzzt and zap sound when switching on tape

    SOUNDS

    - re-balanced the whole reverb/direct signal mix
    - tweaked the music volumes of individual tracks a bit (though there might still be more minute things to tweak)
    - adjusted player and zombie footstep loudness 
    - new scratch lacerate and bite assets with mix adjustments to make them stand out more
    - new window thump sounds with 70% chance of additional window "squeak" layer
    - first set of new door thumps, we're planning to add a condition parameter to change the sound based on door condition
    - some mix adjustments to wind/rain 
    - added some fake occlusion for the zombie voices based on their character inside / outside states relative to the players inside outside state until the occlusion system rework
    - adjusted balance of finish sound to make them pop out more
    - "fixed" the timing issue of the stomp -> head smash delay by delaying the stomp sounds 200ms in general
    - turned down drink from sink sound, that was too loud
    - fixed the glass breaking sound being too low
    - adjusted ambient bed mix to reduce general air backdrop loudness
    - made birds / wildlife a bit more sparse
    - tweaked the standard car engine a bit
    - reduced the volume of the car damage layer
    - Added multistagebuild.CompletionSound, the sound that plays when a wall is upgraded.
    - minor tweaks and balance
    - Fixed some ambient sounds being controlled by the Sound Volume slider instead of the Ambient Volume slider.
    - Play the Painting sound when painting signs.
    - Added optional ISBuildingObject.completionSound which plays when finishing a carpentry or metalwork action.
    - Allow a food item's CustomEatSound script parameter to be an empty string to play no sound instead of the default eating sound.
     This can be used when the animation will play a sound at the right time, instead of starting the sound at the beginning of the action.
    - Smoking cigarettes plays the Smoke sound once during each animation loop.
    - Updated scripts with BuildMetalStructureXXX and BuildWoodenStructureXXX sounds (they are not implemented yet).
    - Play a breaking-object sound when picking up furniture fails.

    FIXES

    - Fixed hotdrink not working with some mug + double recipes. (Reminder: you need a mug with water to start a hot drink)
    - Fixed the selected container in the Loot window changing due to the player turning while transferring items.
    - Fixed untranslated Perk names in halo text when a new level is attained.
    - Fixed endurance not being drained due to running during "Walk To" movement (or any automatic movement).
    - Fixed Lua error trying to play a CD/VHS with the controller.
    - Fixed the hotbar remaining hidden after unplugging player #1's controller and reverting to keyboard and mouse.
    - Fixed (hopefully) random textures appearing when displaying corpses for the first time.
    - Fixed a Lua error with commit 7143 "Fixed the selected container in the Loot window changing"
    - Fixed auto-zoom while in a vehicle not respecting the enabled Display zoom options.
    - Fixed attaching trailers to vehicles that were removed from the world after being replaced by smashed versions.
    - Fixed missing comma in FertilizerEmpty item script.
    - Fixed collision properties of stair pillars not being set properly after constructing stairs.
    - Fixed "Index -1 out of bounds for length 8" exception in FliesSound due to negative z corpse coordinates.
    - Fixed the position of the rotate-item prompt in splitscreen.
    - Fixed IsoStove.doSound() exception that happens when a running stove is destroyed by fire.
    - Fixed rotate-item prompt appearing when using a controller.
    - Fixed the tooltip for the farming cursor and wall-upgrade cursor not being hidden after shoving.
    - Fixed missing Tooltip_item_StackWeight (got lost in community-translation update).
    - Fixed the Survival Guide being displayed when using a controller; it doesn't work with it currently.
    - Fixed the Training Materials button overlapping other text with 3x font size and many traits.
    - Fixed missing "/" characters in the Log Wall context-menu tooltip.
    - Fixed crafted double-door objects losing some properties when opened (in particular, the thumpSound).
    - Fixed missing Tutorial zombie noise, but temporarily using old TutorialZombie sound
    - Fixed replacing roofs_accents_xxx sprites with the wrong burned-roof sprites.
    - Fixed the Smash Window action being immediately cancelled due to the controller B button being pressed.
    - Fixed displaying a context menu of CD/VHS choices when dragging an item to the Device Options window. It is only needed when using a controller.
    - Fixed being unable to wash a single bandage in a bag (it wasn't transferred to main inventory first).
    - Fixed Joypad tutorial
    - Fixed various aspects of tutorial where people were going wrong
    - Fixed inventory pane no longer stuck open after nullify mouse drag in tutorial
    - Fixed right click menu working after nullify mouse drag in tutorial
    - Fixed duplicate issue in more places, when dropping on other locations (ISInventoryPane + ISInventoryPage) in tutorial
    - Fixed inventory pane no longer stuck open after nullify mouse drag in tutorial
    - Fixed right click menu working after nullify mouse drag in tutorial
    - Fixed bandanas providing far too much head protection
    - Fixed some containers being rendered high off the ground after being moved by the player.
    - Fixed zombies rotating to face the player during hit-reaction and stagger-back animations. This usually happened when hitting zombies from behind.
    - Fixed zombies climbing through windows that are behind them. This sometimes happened after the player shoved a zombie into a window.
    - Fixed a Lua error in the main menu after deleting the last savefile. The Continue and Load buttons were hidden but still accessible using a controller.
    - Fixed some wrong calcul when doing multistage building, ending doing a lvl1 wall, upgrade to lvl2 having more health than a "pure" wall lvl2.
    - Fixed placed 3D items being removed by the SandboxOptions WorldItemRemovalList 
    - Fixed furniture not appearing when in a stationary car - this was caused by an optimization. Furniture will now only disappear if cars are moving at a middle-high speed.
    - Fixed the "infected" flag on body parts not being set to false after a wound heals.
    - Fixed an issue placing 3D items with the Double-sized Textures option turned off.
    - Fixed the hotbar remaining visible after hiding all UI elements.
    - Fixed item container being set to nil in some cases.
    - Fixed 1-frame delay before corpse textures appear.
    - Fixed the stove-running sound not stopping sometimes with two-part stoves.
    - Fixed ingredients not going back to their original container when using the Crafting window.
    - Fixed ingredients not going back to their original container sometimes when doing "Craft All".
    - Fixed duplicate context-menu "Rest" options for tents.
    - Fixed some instances of zombies turning while lying on the floor - needs further feedback.
    - Fixed (hopefully) an "invalid direction" exception in BrokenFences
×
×
  • Create New...