Ravenfield - SteelRaven7
This was supposed to be a 2 week update. It only took 9 months..........

EA26 is finally out! This update focuses heavily on improving upon the base game experience by heavily improving performance and compatibility with modern systems (thanks to updating to a new Unity Engine version, 2020.3). The update also features lots of quality-of-life improvements and bugfixes.

One of the major improvements in EA26 is the increased framerates and reductions in frame jitter. The framerate should now scale way better with the bot count, allowing you to play with more bots than ever before. You can also run a benchmark to easily compare your performance to others. A default benchmark is available from the launch menu in Steam (launching the game with 60 bots on Island without mods loaded) but you can also use the launch option "-benchmark *bot count*" to launch a benchmark on any map, with mods enabled.



Another major new feature is full support for Steam Input. This means that you can connect any gamepad or joystick to the game through the Steam Input system, and create controller binds that you can share with other players. The game has full action map support, meaning that you can easily create separate binds for infantry, vehicle, aircraft use, etc. Additionally, the game will display key/mouse/controller input prompts based on your binds while ingame. If you're planning on playing the game with a controller, please bind all inputs through Steam Input instead of the built-in input options menu. That way, you can take advantage of the Steam Input features. I have created an official controller binds for the Dualshock 4 controller, which should automatically work for other controller types as well.

EA26 improves upon the vehicle picking system, allowing mods to easily bundle vehicle variants that appear in the vehicle selection screen. When picking a vehicle, the game will now display a list of vehicles complete with images to make it easy to find exactly the vehicle you're looking for. Additionally, you can select "Show All Vehicles", allowing you to pick a vehicle regardless of type. This means you can for example replace all aircraft with cars, or vice versa.



I want to extend a big thank you to Ravenfield's modding and beta testing community for the patience and help with getting this update out. Due to compatibility issues between older mods/maps and the new Unity engine version, tons of mods have had to be patched or updated to be compatible with EA26. You can find all mods that are verified compatible with EA26 under the EA26 Compatible tag on the workshop. However, thanks to a lot of trial and error and a little bit of hacking, most older mods should now also be playable on EA26, even though there might be some hiccups here and there.

If you want to play a mod that straight up does not work on EA26, you can switch to the Ravenfield legacy branch (Go to your steam library, right click Ravenfield -> Properties -> Betas and select the legacy-ea25 branch). This branch will downgrade your game version to EA25, which should be compatible with all older mods. When you want to return to EA26 to play new mods, just pick the None option in the beta dropdown.



Full change log

Game changes:
- Updated to Unity Engine 2020.3.32f1
- Updated post processing version to 3.1.1
- Changed AO implementation which fixes various shadow artifacts
- Removed AO quality levels from the options menu as the new implementation doesn't have quality levels
- Replaced limit framerate option with VSync
- Loadout screen no longer extends beyond the screen on ultrawide monitors
- Increased max FOV value to 180 degrees
- Added -resetresolution launch option which forces the game into a 1280*720 window
- Added optional Vulkan graphics API to Windows and Linux platforms, use launch option "-force-vulkan" to enable.
- Added OpenGL Core graphics API as fallback on all platforms. Linux uses this graphics API by default.
- Added benchmark mode which can be used to benchmark game performance. You can run a benchmark either from the game's launch menu options, or by using the command line argument "-benchmark *optional botcount*".
- "-map *path*" launch option now accepts .rfld or .rfl paths as argument.
- Bots and vehicles now use interpolated rigidbody movement which results in less jittery movement.
- Added blood decal options in the options menu.
- Reworked the Vehicle Switch screen.
- Added Vehicle picker screen that shows vehicle icon and title.
- Toggle "Show All Vehicles" in the vehicle picker to access all vehicles, regardless of type.
- Added cool loading screens!
- Improved spec ops intro, Eyes is now only introduced in the first spec ops game you play each session.
- Removed fog rendering from HUD shaders.
- Increased audio DSP buffer size, which should reduce crackling and other audio issues.
- Improved terrain geometry and house positions on Citadel near west eagle spawn.
- Fixed a bug where weapons with multiple muzzles would not fire when their ammo was set to infinite.
- Refactored Actor damage code to make it easier to integrate with Ravenscript
- Capped the maximum vehicle mass force gain based imparted on infantry when rammed by a vehicle
- Reduced camera jitter when getting up from ragdoll.
- When exiting a vehicle seat, the game will now do raycasts to determine where the exiting actor ends up. This prevents actors from ending up inside geometry or under the terrain after exiting a vehicle.
- Various improvements to UI scaling and visibility, especially noticable 4k resolutions.
- Fixed a bug where LUA errors would sometimes cause the Lua VM to run out of memory and overflow. Also added debug values to the console to help monitor the VM memory state.
- Suppressed warning logs from builds, these weren't useful anyway and would just clog the log file.
- Suppressed stack trace when logging info messages.
- You can no longer swap to the seat you're already in.
- Ragdolls that are moving faster than 20 meters per second will now automatically use continuous collision detection, which should prevent ragdolls tunneling through the terrain or other static geometry.
- Updated physics settings to speed up the game and provide more stable physics simulation (reduced risk of the spaghetti man appearing!)
- Fixed a bug where bots would sometimes tunnel through the level geometry when deploying their parachute very close to ground level.
- Added one progress bar per content mod worker in the mod loading screen. This allows you to monitor the progress of loading each mod. The point of this is to more easily debug the cases where modding unexpectedly hangs, as it's now possible to see what mod is being loaded when everything breaks.
- Added a -strictmodversion launch option. When this launch option is used, the game will only load mods created with the same major unity version. That is, EA26 will only load mods built with 2020.3.XX versions of Unity.
- Fixed car pathfinding on the coastline cliff ruins flag (finally lol)
- Updated navmeshes on Coastline and Archipelago
- Made water deeper around attack boats on Twin Island, and also rotated the attack boat spawns 90 degrees
- Fixed an issue where APC lock on sounds were not affected by sound volume settings
- Added -resetresolution launch option that will force reset the game to run in a 1280*720 window
- Removed box men option, replaced with box men actor skin that's available in the actor skin dropdown menu (it's called Ravenfield 2016).
- Added kick foot model for box man skin
- Major improvements to transport helicopter landing AI, it happens much faster and more reliably now
- Improved spec ops detection system so it's easier to escape detection
- Replaced visibility test randomness with a deterministic system when bots are detecting you in spec ops. This should make the detection system easier to understand.
- Fixed a bug where bots would not detect you if they didn't have a weapon that was effective against you.
- Added helicopter patrol to Spec Ops. A transport helicopter carrying high-level enemies will be called in if you're spotted and the defenders manage to fire a flare.
- Laser sight dots are now scaled based on distance to the player camera
- Filled up a hole in the citadel mesh


Input changes:
- Added support for Steam Input to the game. This control system completely bypasses the options menu keybindings, and allows you to set up pretty much any gamepad/joystick/other controller through the Steam Input UI.
- Added default Steam Input bindings for Dualshock 4 controllers.
- Added sprint toggle option.
- Added bindable seat keys (defaults to F1 -> F7)
- Added keybind visualizer system, which will be exposed to RS later.
- The game keeps track of the active input type (Unity default or Steam Input). This is used when deciding which control glyph to render.
- Added Controller Hint option toggle. Disabling it stops the game from displaying the default control hints. Control prompts such as Press F to plant timed explosive in spec ops are still shown regardless of the setting.


Optimization:
- Forced all terrains to use a default material
- Terrains now use instanced rendering on high terrain quality, reducing CPU rendering overhead on modern systems.
- Replaced Ingame Map Editor level generator code, which runs faster and produces more detailed results.
- Ingame Map Editor levels now use Unity's built in mesh baker, significantly reducing the CPU overhead when rendering the level. On busy levels, this can lead to more than twice the frame rate!
- The game now uses GPU skinning to offload the CPU.
- The game now uses graphics jobs, which should multi-thread parts of the rendering work.
- Added deferred squad spawning, meaning the game will spawn at most one squad every frame by default. This reduces frame spikes when spawning lots of bots at once.
- Reworked the minimap code and rendering, significantly boosting overall game performance.
- Tweaked a physics property to prevent the engine from doing unnecessary synchronization of physics transforms.
- Disabled graphics raycasting on some game UI elements that didn't need them.
- Airplane ailerons now move correctly according to roll input (they were reversed before)
- Actor animator now internally uses precalculated parameter hashes instead of strings
- Optimized name tags mutator, it now uses the new PlayerHud element tracking.
- Deferred lua console updates to happen max once per frame.


Various tweaks to AI weapon usage to reduce rocket spam towards helicopters/airplanes and similar long range shots:
- Added weapon target difficulty value, for example targeting a helicopter with the dagger is considered a Hard shot.
- Added bot skill level value. Bots will only take shots that are within their skill level ability.
- Bots that haven't engaged any targets in a while can attempt harder shots.
- Weapon difficulty values can be set manually using the new mod tools pack, but will be automatically set by matching the weapon to a weapon architype such as machine gun, pistol, rocket launcher etc.


Various improvements to mod content loading:
- Added multi-threading to mod loading, allowing the game to load multiple mods at once.
- Shader reloading is run on all platforms when loading a content mod that was built with an Unity editor version that doesn't match the game's current engine version.
- Auto-upgrading of deprecated Plane component class to Airplane.
- Added fallback shader lookup for legacy shaders resolving.
- Added "-verbose" launch option, which logs shader resolving results. If you're experiencing pink error materials, you can find out which shader failed to resolve using this feature.
- Mod content such as weapon entries, skins, mutators etc are now sorted by source mod.
- Added source mod title grouping in the weapon picker UI.
- Added support for vehicle content variants, allowing modders to package multiple vehicles of the same type in their vehicle content mods.
- Added retargeting system for actor skins, allowing the game to load and retarget skins made in engine version 5.6 and 2020.3 (and any future versions)
- When resolving material shaders, the game will now keep the material's render queue value (previously the game would change it to the shader's default render queue value).
- Attempted to fix 5.6 maps terrain tree instances colliding with player. This is done by assuming that only capsule colliders should be solid (as these the collider types that are typically used for tree trunks, etc). All other collider types are assumed to be Ai Vision blockers.


Modding changes:
- Exposed WeaponEntry.uiSprite to Ravenscript
- Added weapon target difficulty value
- Added AnimationCurves, Color and Gradient to the data container component
- Added a warning when custom weapon CullInThirdPerson values would cull the third person transform. This also prevents the third person transform being culled.
- Removed support for CustomActorSkin in custom maps as it was using an outdated actor skin system that was incompatible with Unity 2020.3
- Added actor skin retargeting to DataContainers, which should make it so actor skins loaded from data containers should be retargeted correctly.
- Added HUD Unlit shader variant
- HUD Light material now uses alpha blending (identical to EA24 and earlier releases). Use HUD Additive for additive blending.
- Exposed variout requested featured to common classes such as SpawnUI, Player, Actor, Weapon, Projectile, Minimap, AiActorController and Vehicle classes.
- Added PlayerHud class that can be used to automatically track world objects on a 2d canvas.
- Exposed player loadout to RS
- Exposed OnAnimatorIK to RS
- Exposed VideoPlayer/VideoClip to RS
- Various improvements to navmesh generation which should improve the generated navmesh shapes.
- The last error logged in the console will now automatically stack. This should prevent the entire console from being clogged when the same error is thrown every frame.
- Added .patch file support. Patch files contain extra data that can be used to recover old, outdated mods to be compatible with new Ravenfield builds. This is currently used to recover animations that appear broken on EA26 due to a compatibility bug inside the Unity engine.
- The game now tries to log the source directory of ScriptedBehaviours. This should help debug issues with RS from log files.
- Fixed Vehicles.GetTrackingMissiles() throwing clr type cast errors.
- Exposed various projectile types to RS. The API of all projectiles are currently identical, but they will be populated with type specific properties in future updates.
- References to destroyed GameObjects/Components will now evaluate to nil in RS, creating parity with the official Unity API.
- Exposed DamageInfo, HitInfo and ExplosionInfo structs to RS, which simplifies the RS API when interacting with damage values and events, etc.
- Added various damage/explosion events using the DamageInfo and ExplosionInfo data structs.
- Exposed ExplosionConfiguration to RS.
- Exposed ActorManager.Explode() that can be used to trigger an explosion from RS.
- Added Weapon.GenerateWeaponRoleFromStats() which generates a weapon role based on the weapon stats. Can be useful for classifying weapons.
- Added OnVehicleDisabled and OnVehicleExtinguish events in RS
- Exposed PlayableDirector to RS
- Made it possible to disable stabilization for each axis on MountedStabilizedTurrets. This will be made available through a future RF mod tools update.
- Debug gizmos triggered from RS (Debug.DrawLine etc) are now visible through geometry
- When running the game in test content mod mode while in the test game mode, the game draws the path of your squadmates.


Known issues with this update
- Many mods made in Unity Editor 5.6 have broken animations in this update. This is a bug in the Unity engine itself and isn't fixable from the game code. I have however generated patch files for some older, unmaintained mods to get around this. It is recommended that mods suffering from this bug is re-exported using Unity 2020.3 and the 2020.3-compatible Ravenfield modding tools. Alternatively, It is sometimes possible to solve this issue in the Unity 5.6 tools by making sure the "Resample Curves" option is checked inside the animation import settings of a model, and then re-exporting the mod.

- Some maps made in Unity Editor 5.6 have broken collisions on trees and other detail objects. The game tries to solve this by assuming that only capsule colliders are solid, and any other colliders should only block bot vision. This runtime patch is only applied on 5.6-made maps, and does not affect fully compatible maps created in Unity Editor 2020.3.xx.

Trouble running the update?
If you're having problems running this update, please make sure that your system drivers are up to date, and that your system passes the minimum requirements of the game. You can always access the previous update EA25 by changing to the legacy-ea25 branch by following these instructions:
  1. Go to your Steam Library page
  2. Right click Ravenfield, click Properties
  3. Select the Betas tab and in the dropdown, choose the legacy-ea25 branch. (No need to enter any access code)
  4. Click OK and wait for the game to update.

I hope this update works well for you and that you are looking forward to the story campaign content that I will be working on next!

/Johan (SteelRaven7)
Luminary Online: Rise of the GoonZu - mcreyes

📣📣📣 Search for Saraphina! - GoonZu Weekend! 📣📣📣

Get a chance to win awesome rewards by joining this event!

For more details about the Event, you can check our link.
Link: {LINK REMOVED}

[Prize Insertion]
‣‣‣ May 2022 onwards~


Thank you very much and Goodluck!
Cheers~!!! ❤
Regards,
Luminary Global Team.
Ravenous Devils - gamberana


Hey everyone,

We are pleased to announce that Ravenous Devils releases today on Steam, Nintendo Switch, PlayStation 4 & 5, and Xbox One & Series X|S!

Get ready to delve into the twisted world of Percival & Hildred, a corrupted couple with a killer appetite. Will you be able to keep their secret under wraps and make their dark dreams a reality?

Want to play the game on your favorite console? Find all the links here:

Nintendo Switch - https://www.nintendo.co.uk/Games/Nintendo-Switch-download-software/Ravenous-Devils
PlayStation - https://store.playstation.com/it-it/concept/10004661
Xbox - https://www.xbox.com/en-GB/games/store/ravenous-devils/9n0jw9lwvdjp


We would like to invite you to visit our linktree here: https://linktr.ee/badvicesgames for links to our socials for updates and to join our Discord community.

It has been a long journey and we want to thank everyone who has supported us all this time. We sincerely hope you enjoy playing the game as much as we did developing it. It is great to see development wind down and to finally be able to show you all what we have made, keep posted for future updates however as Ravenous Devils’ journey has only just begun.

Thanks again, we can’t wait to see what you get up to in-game!

The Bad Vices Games Team
College Kings 2 - Episode 1 - collegekingsgame
The number one feature you requested for College Kings 2 Act I was the ability to transfer your save games from CK1 right into CK2. It's finally here.

With 3.0.6 you can go into the game and load your CK1 saves straight from the start or the load screen. Simply click the big "Load CK1 Save" button. Now, all your choices from CK1 will automatically carry over into CK2. This feature is still in alpha, but will be improved upon with future patches.

We've also addressed bugs and crashes that some users were experiencing to make the game run smoother, but that's not where it stops. 3.0.6 is just the first part of our continuous CK2 Act I improvement plan.

Over the last 2 weeks, we've listened to, compiled, analyzed and evaluated thousands of pieces of your feedback. We've identified opportunities to improve the act, from tightening the cohesion of CK2 as a whole to redeveloping inconsequential relationships. We're even adding a brand new ending in addition to implementing many of your other suggestions.

We are tackling all of these improvements for an overall better gameplay experience over the next month. We've halted all work on Act II until then. We want to give you guys the outstanding act that you expected, nothing less.

We plan on releasing the College Kings 2 Act I 3.1 Update on May 24th. It will add extra scenes, a new ending and tons of writing and story enhancements. We're excited for our dedicated fans to replay the Act once 3.1 is released, we want to hear if we're on the right track so we can keep improving player experience. The update will of course be free to all existing owners of CK2 Act I.

Thank you for all your patience. Our number one goal is to make a great game for our fans and while we can't change the fact that we made mistakes, we can certainly do everything in our power to rectify those mistakes over the next month.

You can try out save transfers by simply downloading the latest CK2 Act I patch.
Apr 29, 2022
Tainted Grail: Conquest - ard_berlin
Hey folks!

We've just updated the game with some small (but quite important fixes). Steam and GOG are updated now, and we hope to be able to push this update to Xbox tomorrow :)

### PATCH NOTES:

  • Terms of Service buttons changed to single press, instead of hold.
  • We've introduced "Press Any Button" screen after launching the game to make it easier to catch a controller's focus on the game (this should resolve various issues such as "I can't accept TOS after starting the game".
  • We've fixed a broken Seamstress passive skill (the one that was impossible to unlock on a gamepad)
  • We've adjusted controller settings to better handle situations in which multiple controllers try to provide input to the game.
  • We've fixed a bug that sometimes killed bosses when players left the game and returned to it with 'Continue' button

We also want to push a patch later next week - it will contain fixes to various translations of the game (it will include proper translations of missing texts and other things like that).
DCS World Steam Edition - OBWKB
F-16C Viper
Development Report



Additions to DCS: F-16C Viper include the Primary Data Link Track that increases your situational awareness on a selected datalink contact, improvements of Visual Initial and Reference Points, new delay fuze options, the addition of the TIME DED page, updated Cursor Zero options, more accurate Radar and HSD symbols, and corrected Maverick cursor enable functions. Please see the full change log for the complete and impressive list of improvements.

If you have not already done so, please check out the Destination and Offset Aimpoints video and other F-16C Viper April 2022 Updates
https://www.youtube.com/watch?v=BM3PBAW-Cak
F/A-18C Hornet
Development Progress



Automatic Carrier Landing System for the Hornet
For night time and low visibility Case III recoveries in the DCS: F/A-18C Hornet, we have added the Automatic Carrier Landing System (ACLS) that incorporates the Link-4 datalink (D/L) that allows two-way communication between the aircraft, the carrier and the aircraft beacon (BCN). When used with Supercarrier, this allows direction to the Marshal Stack and Carrier with realistic radio voice communications.
https://www.youtube.com/watch?v=0_-6ux7ZS8c
Watch Matt Wagner’s instructional video on F/A-18C Hornet and Supercarrier ACLS. Also please view the video of how to use the F/A-18C Hornet and the free CVN-74 John C. Stennis together
https://www.youtube.com/watch?v=V6ACLJB9P8A
AH-64D
Bug Report



In the latest Open Beta update, DCS: AH-64D contains a number of autopilot features, Multi Crew synchronization solutions, and a welcomed list of fixes. For a full list of improvements, check out the full changelog.

Thank you again for your passion and support,

Yours sincerely,

Eagle Dynamics
Mari and Bayu - The Road Home - Sinhei
We might have some unseen footages of Mari and Bayu - The Road Home to share with you next week. Stay tuned!



If you don't want to miss any future news about the game follow and wishlist our game !

https://store.steampowered.com/app/1725350/Mari_and_Bayu__The_Road_Home/
No Plan B - GFX47
Changelog

Here's the changelog for the latest test build available right now on the test branch (check out the next chapter to try it).

Improvements
  • Improved the field of view visuals
  • Moved grenades to the belt on SWAT skins
  • Removed FBI scenarios where player has to exfiltrate from Robbers
  • Improved camera obstacles transparency when tilt angle is low (close to the ground)
  • Ignore sniping characters in the camera obstacles computation
  • Tweaked setup scene
  • Updated translations

Fixes
  • Fixed character tooltips remaining after rotating (right-click dragging) the camera
  • Fixed the characters field of view not being rendered when not selected Improved the field of view visuals
  • Fixed HVT animation
  • Fixed double window sniping positions
  • Fixed unlit VFXs

Reminder: switching to the test branch

In the Steam client, right-click on the game from your library and select "Properties".
Select the "BETAS" tab.
Select the "test" branch listed in the dropdown menu under "Select the beta you would like to opt into".



The game then should automatically update to the test version.

To switch back to the public branch, just select "None" in the betas dropdown.
MotorSim 3 - TheBrainSphere
v0.11.00 (Early Access)
- Filtering improvements.
Apr 29, 2022
Dark Crypt - Firmar
The wait is finally over!
Dark Crypt's Major update is finally here and it comes with quality of life features, graphic improvements and more!

New features
  • FPS Limitation (optional)
  • Choose your input style - HOLD & PRESS or PRESS ONLY
  • Adjustable length between input readings in HOLD & PRESS input style
  • Screen shake (optional)
  • Gamepad rumble (optional)

Graphical overhaul
  • Improved menus
  • The simple looking scroll used for telling the story is replaced by an animated journal
  • New lighting effects in environment and for some enemies

Enjoy the update!

https://store.steampowered.com/app/1706170/Dark_Crypt/
...