Game Quest Playtest - sab
yeah it was eating too many frames. It now ignores lighting and shadows.
Rise of the Settlement - Luki
Greetings, settlers! 🏛️🛠️

Trade is emerging as a vital part of your settlement's journey, and I’m excited to share how the new trading system adds both challenge and opportunity to your path forward!

🛖 Barter Before Coins

In the early stages of the game, there is no currency — only barter. Trade means exchanging goods for other goods, offering your surplus in return for resources you cannot yet produce.

Some materials, especially early on, are simply unavailable through production. Trading provides a way to acquire those resources until your settlement evolves enough to produce them locally.

🧠 Knowledge Must Be Learned

Your people don’t start with full trading knowledge. At first, they can only trade a few basic goods: wild food, reeds, and water — and those goods are cheap. Unlocking more valuable trade options requires research and development.

🔍 Unclear at First...

At first, your people have little understanding of trade value — you won’t see exact exchange rates, only rough outcomes. But as your society researches and gains trading knowledge - Barter Intuition, you’ll unlock clearer insights into resource values, helping you make smarter trade decisions.

[carousel][/carousel]

📉📈 A Dynamic Market

Trade isn’t static. The market is shaped by supply and demand, meaning exchange rates shift based on availability. Oversupplying the market with one good will devalue it, while rare items hold strong.

🏛️ The Barter Hall

Through tech progression, you’ll unlock the Barter Hall, a unique building where you can train messengers and promote new goods for trade. This transforms raw materials into recognized tradeable assets — essential if you want to access higher-tier exchanges.

💰 For the future - From Barter to Currency

Eventually, through deeper research, your settlement will discover currency. This will usher in a new era of trading, with structured pricing, standardized value, and more complex market strategies.


Stay tuned — there’s much more to uncover in Rise of the Settlement.

🎮 Please consider joining our community:
👉 https://discord.com/invite/WSdrFVX9Ys

See you in the next update,
Luki

Moving Simulator - CorpixGames

Hotfix Changelog:

  • Tailgate indicator fixed

  • Prevented items from falling under the wardrobe

  • Prevented items from falling under the floor

  • Completed missing shop item descriptions

  • Resolved control lock issue caused by player overlapping with furniture upon drop

  • Fixed an issue where mission progress could stall in certain cases

  • Placed objects could still be marked as placement targets – fixed

  • Fixed an issue where a wardrobe not marked for moving could be picked up

  • Picking up that wardrobe could launch the player into space

Mystic Explorer - 秘境探险者真好玩
-Unlocked various attribute rewards in bonus stages (now gaining money, EXP, and attributes even after 10 minutes)
-Modified some texts
Beggar to Emperor - We Like Games
-You can complete tasks and receive rewards. (Tutorial)

-Fame required to recruit an army has been reduced.
Territory: Farming and Warfare - Wit Studio
  • Optimization: In the facility, if the number of items to be cleared is lower than the minimum starting quantity of the porter for a long time, the minimum starting quantity limit will be ignored
  • Optimization: Unlocked seeds are not displayed in the product list of the seed merchant
  • Optimization: The function of supplying goods to the shelf of the ice cellar is also effective for carriages on fixed routes
  • Optimization: Optimize the UI performance of the gem charging mechanism of the statue
  • Optimization: Optimize the Russian interface adaptation and translation text
  • BUG repair: The problem that the heat range mark is sometimes displayed above the building and sometimes below
  • Optimization: If the destination of the transport is unreachable, the handyman should not accept the task
  • Optimization: Soldiers will actively look for clothing supplies only when there is clothing inventory in the barracks
  • Optimization: Monsters killed by player soldiers are prohibited from picking up dropped items by default
  • Optimization: When moving in workers to the bed of the bound facility, if the spouse is a builder, do not transfer the builder to a handyman or transfer to the facility
  • BUG repair: In facilities that cannot store corpses, there is a problem with the corpse option in the planned inventory
Rem Survival - Immortal Hand Studios

PATCH 0.25.07.27

• Fixed item names not showing on items dropped from barrels.
• Cookers no longer switch off when their inventory are full.
• Cookers no longer switch off when their inventory are full.
• Cookers now produce ash for foods that do not have a burnt variant.
• Fixed custom name not saving on refrigerators.
• Fixed not being able to move refrigerators without inventory content being dropped.
• Added two new steam achievement - Explorer and Kill a Collector.
• Fixed steam achievement kill a player from not working.
• Fixed static rocks giving unlimited resources.
• Added new item Camping Stove.
• Added new item Small Butane Burner.
• Added new item Small Butane Can.
• Re-balance crafting grades RNG chances.
• Added Crafting RNG Multiplier to game settings.
• Updated FSR to 3.1.4.
• Added Butane Pumps to Rise and Legacy Island.
• Fixed The Crazy Express quest from not progressing.
• Added new quest to church town - Fine Wine.
• Added new item Flat Wheel.

Resistance Flag - Steam Store Skin

known issues • There is currently a UI bug within the engine which causes the UI to not render correctly, I have been trying to track this issue down but it's very hard to reproduce my end, I am sorry for the inconvenience this issue is causing ːsteamsadː.
• There are currently some known issues with vehicles not always syncing correctly when being dismounted when moving, this seems to be related to chaos physics in Unreal Engine 5, to avoid this issue I would recommend stopping before exiting your vehicle for the time being.
• Local Server - Due to level streaming trees will respawn if a player loads in away from their base location.
• Local Server - Some map stands are showing the incorrect positions for markers.

Localization updates do take time so if there are any missing translations, please be aware these will be translated in future updates.

If you wish to keep up to date with the games progress and current road map, please come join the official Rem Survival discord group.

As always if you find any issues or bugs, please report them in-game or via the discord group, if there’s major issues or you wish to discuss them in more detail feel free to on the discord group, I do try my best to test every update best that I can but at the end of the day I’m only one person :-). Thank you everyone for your support and feedback.

Project Enceladus - Tomaytoe

We’re back with another development update from Project Enceladus. This one dives a bit deeper into the techy side of things, so if you're into performance tricks, custom tools, and animation workflows — this is for you!

Performance Upgrades – Custom Data Layers & HISM

As our levels grow larger and more complex, performance becomes a bigger concern — especially in a puzzle-platformer where flow and timing are everything.

That’s why we built our own Data Layer system in C++. Unlike Unreal’s World Partition system, this gives us more precise control:

  • Load/unload actor groups using tags

  • Spread the work over frames with FTSTicker

  • Keep GPU usage stable and predictable

It’s lightweight, custom-fit, and perfect for our level design needs.

We also implemented Hierarchical Instanced Static Meshes (HISM) in our new Hangar level — a massive open space filled with detailed assets.

Let’s just say:

  • Before HISM? Our GPU cried.

  • After HISM? Silky smooth.

We're now updating earlier levels to benefit from the same optimization.


Mocap, but Make It Indie – Using Meta Quest for Hand Animation

To bring our main character Darren to life, we needed fluid, believable hand animation — without a full mocap studio.

So we built our own VR-based mocap workflow using a Meta Quest headset, directly inside Unreal Engine 5.

The Setup:

  • Meta Quest VR headset

  • Full-body IK system

  • Custom Blueprint + code logic

  • In-editor capture tools

  • Clean-up and polish directly in Unreal

  • Exported animations used in gameplay

It's quick, scalable, and fits our indie toolkit perfectly.


Meet Darren – Our Metahuman Protagonist

Darren, our lead character, now has a finalized Metahuman model — and it’s looking sharp.

Since storytelling and expression are central to the game, we’re using the new Metahuman Animator plugin in UE 5.6 to drive facial performance and emotion in real time.

It’s still early days, but we’re excited about how much nuance we can capture. We’ll share facial animation tests soon!


What We’re Working on Next:
  • Facial mocap testing and refinement

  • Finalize animations, extend the State Machine of Darren

  • Wrapping up Level 5 of Chapter I


Thanks for reading, and for being part of this journey!

– The Dev Team

Interactive Sex - Naughty Stepsisters - exosyphen
Hello everyone,

This is the first giveaway we do for this game, and as usually, this is a large and exclusive giveaway, for our group members only:

https://www.steamgifts.com/giveaway/f3U2a/sex-game-naughty-couple-episode-2

Check out our newest adult game on STEAM:

https://store.steampowered.com/app/3879560/Interactive_Sex__Threesome/
Community Announcements - exosyphen
Hello everyone,

This is the first giveaway we do for this game, and as usually, this is a large and exclusive giveaway, for our group members only:

https://www.steamgifts.com/giveaway/f3U2a/sex-game-naughty-couple-episode-2

Check out our newest adult game on STEAM:

https://store.steampowered.com/app/3879560/Interactive_Sex__Threesome/
...