Skid Cities - LapsuS
Hi all! Quick update tonight, addressing mainly bugs and small adjustments
🩹 Fixed the crazy taxation bug that would shoot your taxes to infinity. It was fun until it lasted!
🩹 Fixed the crazy dissident bug that would destroy your city with incessant attacks. It was not fun until it lasted!
🌞Adjusted night and daylights and saturation. I hope you like it, let me know what you think!
👨‍🏫 Updated the initial tutorial to clarify the underground road building
Three Kingdoms The Last Warlord - 汉末霸业官方客服
Main Contents: (March 05, 10:00)
New and optimized content.
1. Optimized the selection range of AI deploying target.
2. Optimized the initial troops of ethnic minorities and the annual growth of troops.
3. Optimized the treasure output of ethnic minorities and increased the Gold&Food Yield after victory.
4. Optimized the description of skill [Life Support].
5. Added a new Skill [Prepared For Battle] in self-built officer Skill library.
6. Reset the Skill [Unaccompanied], and see skill description for details.

Fixed Bugs:
1. Fixed the bug of food cost in ethnic minorities deploying.
2. Fixed the release range error of Skill [Energetic Soldiers].
3. Fixed the sets errors of [Fleeting Glimpse] & [Drastic Measures].
4. Fixed the error of War Elephants charge in green-dragon instance.
5. Fixed the error of gaining food in ports repeatedly.
6. Fixed the error that the self-built officers` children can be configured repeatedly.
7. Fixed the marching route problem in map.
8. Fixed some UI problems, officer information and text errors.
Mar 4, 2021
Clone Drone in the Danger Zone - Doborog Games
Hey everyone! Here's a small hotfix following the update today.

We fixed the following urgent bugs:
  • Co-op Challenge Invites no longer have strangers dumped in them!
  • Beating chapter 5 on insane is an upcoming achievement that we surfaced too soon. Removed it from the list for now!
  • Some players experienced a crash on startup related to their language. The game now has more safeguards against data corruption in this area and falls back on English!

Let us know if you find any more bugs! <3

Cheers,
Erik
Mar 4, 2021
吾光笔记 - New player
修复了杰克第一次打工的bug
林沫第四章选项立绘的bug
部分文本以及部分效果修正

本来想录制真结局的视频,结果最近事情好多,可能暂时录不了了...
Mar 4, 2021
Notebook Artillery - AustinIvansmithGames
Some quick little fixes for our game:
  • Added visual ticks for scores during sessions
  • Fixed issue with P2 controllers not being able to pause
  • Minor tuning of AI battle system
  • Other minor fixes
Mar 4, 2021
琉隐 - 346276626
[Adjustment] After the jump is optimized to make it more smooth, while increasing the distance by 0.3 meters.

[Adjusted] Adjusted the location of century-old wines at birth to make them easier to find.   

[Adjustment] Adjust the copy instructions of the electric column and torch in the underground palace to make their guidance more clear.  

[Optimization] Optimized the repair of inflammation like stone ladder transiently stuck wall.  

[Optimization] Optimize the impact of the dog bewitching tomb coffin, repair the situation of the wall.

[Optimize] Optimize the BUG that does not appear after the dialogue.
Mar 4, 2021
Into The Flames - Blicky BluRR

- Added low air indicator to hud once it reaches less than 15 percent of air remaining.
- Added new house fire to Canton County

I haven't had much time to develop this week unfortunately. I will try to get a hefty update out early next week. Monday/Tuesday. I will be working on the Forestry system/map all weekend
Neos VR - Frooxius
Hello everyone, sorry for another smaller build after a while, I'm working on a few things in the background that didn't give any results yet (e.g. switching to the new libVLC, which is giving some more trouble, but so far solvable) and reorganizing things internally - some if it you probably noticed as we moved all Neos related repositories to Neos-Metaverse on GitHub and added a bunch more that weren't public or on GitHub yet.

There's some extra progress on desktop mode in this, mostly smaller additions in this one as well as bugfixes for some issues that cropped up (e.g. the audio output desyncing over time). I'm working on the design and pieces of the interaction system, that's going to be coming soon after.

I've also started cleaning up some more of the existing bugs and issues to improve the general quality of life, the dynamic bone scaling issue is now fixed, as are a bunch of cases of user randomly flying or breaking when gripping and switching locomotions.

New Features:
- Added ability to crouch in the desktop mode (using the C key or the left trigger on a gamepad)
- Added ability to scroll UIX ScrollRect with the mouse scroll wheel
-- This is based on a new general system for UIX canvases/elements receiving axis movement events
- Added support for importing Lights when importing 3D models/scenes (requested by @Elektrospy)
-- To enable, you need to go to Advanced Settings and check "Import Lights"
-- Currently not heavily tested and might need some tweaking. Will output debug info to log
-- The intensity of lights might be too strong or too weak after import, depending on the source and might require to use the LightSource Wizard to adjust after
-- Neos will normalize the maximum light intensity to 1, to avoid extremely bright lights when large units are used (e.g. watts coming from Blender)
- Added Keyboard & Mouse Avatar Anchor bindings
-- Space to release/exit anchor
-- WASD for primary axis and Arrow Keys for secondary axis
-- Space for primary action, Right Control for secondary action
- Added GrabbableHandling and ColliderHandling to BakeMeshes, which allows specifying how are those components handled (based on feedback by @ProbablePrime and @Enverex)
-- IfExists (default) - component is added if it exists on the source or if it's needed (e.g. Grabbable will enforce a collider)
-- AlwaysAdd - component will always be added
-- NeverAdd - component will never be added

Tweaks:
- Moved majority of public (and private) Neos repositories from my personal GitHub account (Frooxius) to organization one (Neos-Metaverse)
-- NeosPublic, NeosLocale and any dependencies can now be found at: https://github.com/Neos-Metaverse
-- More open source forks and custom libraries/wrappers have been published (freetype, FreeImage, msdfgen, Msdfgen.NET, Compressonator.NET, crunch, Crunch.NET and QuantityX)
-- This is also done for better internal collaboration with developers and as pre-requisite for setting up a cloud build pipeline for Neos

- VR eye tracking is now ignored when switched to desktop mode, fixing user's eyes becoming derpy
- Neos now strips RTF tags from a world name when sending it to the Steam Rich Presence (reported by @Shard Wolf#5513 and @Earthmark)
- Updated MTC tutorial text to include information on how to activate the laser for remote gripping (based on general feedback, change provided by @Turk)

- Merged Korean locale additions and tweaks by @MirPASEC
- Merged Russian locale additions by @Shadow Panther [RU/EN, UTC+3]
- Merged Japanese, Esperanto and Chinese locale additions by @Melnus
- Merged French locale additions by @brodokk

Bugfixes:
- Fixed mirrors and portals rendering the Overlay layer (reported by @epicEaston197 and @Khosumi)
- Fixed Neos-overriden audio output devices slowly getting more and more delayed over time (reported by @Shifty | Quality Control Lead)
- Fixed user rapidly flying away when gripping on an object in PhysicalLocomotion and switching to a different locomotion (reported by @Shifty | Quality Control Lead, @Aegis_Wolf | Art Director, @Hayden, @chemicalcrux, @Robyn (QueenHidi))
- Fixed user's transform getting corrupted and not syncing anymore when they're gripping on an object that gets destroyed (reported by @Cyro, @June and @Shire)
- Fixed user's transferred rotation getting doubled when gripping onto an object (rotating more than they should) (reported by @Zyzyl, @Rukio, @Princess and others)
-- This could also potentially fix any extra position and scale offsets in some scenarios (e.g. with avatar anchors, as reported by @Hayden)
- Fixed VR headset presence sensor setting user's status to Away even when desktop mode is currently active (reported by @Shifty | Quality Control Lead)
- Fixed dynamic bones getting scaled incorrectly when the user's root space changes while at the same time changing their scale (reported by @Shifty | Quality Control Lead, @H3BO3, @Hayden, @chemicalcrux and others)

Puzzle Car - Moraes Game Studio
In version 1.0.4 the game received a color adjustment, now it has more vivid and beautiful colors to see. I hope the change will also please players, see below for a comparison between before and after.

This image shows the current version.


This image shows the previous version.


So, what did you think of the change?
Lock 'n Load Tactical Digital: Core Game - Metcalf
- uncarried support weapons may now be selected and repositioned in setup
- fixed Armor Leaders to not unload from vehicles that unload passengers
- fixed Armor Leaders (or any passengers) requiring movement out of Fire (the requirement is on their vehicle)
- fixed the brief flicker of large admin counters being created on out-of-sight enemies when fog of war is on
- Map 16: fixed missing bocage between A5 & B5
- added SSR text on some scenarios lacking it about units' restricted movement areas
...