This is just a very tiny hotfix for the tracer freezing problem :( I keep having to do this. Release a thing and then fix said thing the morning after. I swear this isn't on purpose.
- Plank - Winch machine - Power it to make it move - Activate to toggle direction - Change limits in context menu - See limits visualised in Detail view - Radio activation signals - Soap - Slider - Industrial Gyrostabiliser - Angle snapping (hold LAlt while rotating in paused mode) - Translation snapping (same goes for unpaused) - "Set angle" context menu option - Legacy tonemapping setting - Nearly useless short loading screen - Hidden achievement - Added "pixelated" parameter to ModAPI.LoadSprite - Added ModAPI.LoadTexture to load textures without a sprite attached - Added a friendly helper function to make changing human/android/gorse texture swapping easier. See the snippet page for more information. https://github.com/mestiez/ppg-snippets - Also made it easier to change procedural damage colours such as bruises.
Changed
- Humans bleed out faster - Updated Steamworks․NET and the Post Processing Stack - Gyrostabiliser is a little more powerful by default
Fixed
- Malformed mods should no longer prevent other mods from working - Drag force is now proportional to object mass to prevent unnatural physics events
Unfixed
- Due to popular demand, explosives can now be detonated multiple times
- Mod list now automatically updates itself when at runtime. You do not need to restart the game. - In case Steam sends the message too soon (before download), there is a "Force reload" button.
Changed
- Springs no longer reset their length when moved in paused mode.
Fixed
- Problem in RandomSpriteBehaviour - Fixed Gate not sending initial activation signal occasionally - Wire length miscalculation
- URLs opened in-game now open in the Steam overlay when possible - Made bullet water impact a little less dramatic - Rewrote bullet "physics" calculation - Jukebox glows brighter the more energy it has
Fixed
- Wood struts no longer look weird - Many problems to do with bullet physics are gone
Some minor changes have broken mod support on a few systems. The hotfix should solve this issue completely. Verify your game files to ensure you're running the latest version.
- Overcharged jukeboxes playing head-destroying music now destroy heads - ModAPI.CreatePhysicalObject - Rotted humans are more stiff now, just like in the pre 1.2.2 days. - The Jukebox now supports MP3 files - ^ also goes for ModAPI.LoadSound
Changed
- Bones are less easily broken - Living beings are just a little more durable overall - Gyro stabilisers now scale their strength with their size - Added back in the beta sounds for the LMG - ModAPI.Notify now accepts any object and prints it as a string - Adrenaline syringe lasts 20 times as long
Fixed
- Fixed some business regarding Steam and launching the game from the .exe directly - Legacy wires are no longer super dark blue - Adding a PhysicalBehaviour manually no longer causes many ObjectReferenceExceptions because there is no inspector to initialise the empty fields
- ModAPI.OnGunShot event - ModAPI.OnDeath event - ModAPI.FindPhysicalProperties function - ModAPI.FindMaterial function - ModAPI.CreateParticleEffect function
- ModAPI.FindCartridge bug that nobody would've noticed - ModAPI.LoadSound now allows both stereo and mono audio - WireBehaviour.SetColor now sets the persistent colour as well - Setting the sprite of a burnable object via mods is now reliable