Rooted - Mat

Hey Survivors 👋

On September 16, 2025, Rooted took the stage at Unreal Mixer Montpellier, an event hosted by Epic Games to bring together local game studios, indie developers, and Unreal Engine enthusiasts in one place to share knowledge, experiences, and build connections within the community.

I had the chance to present how we build Rooted, from the open world systems and survival mechanics to the creative tools that power the game. I also shared a behind the scenes look at how we use Unreal Engine to bring our world to life, alongside our side project Backrooms: Extractions.

During the talk, I also spoke about how incredibly lucky we are to have such a passionate community supporting us since the very beginning, not only by helping fund the project but also by sharing feedback, spreading the word, and playing the Alpha. You are a big part of what keeps this adventure alive ❤️

The crowd’s energy and passion for indie games were amazing, and it was an honor to represent Headlight Studio and Rooted on stage.

Big thanks to Epic Games for the invitation, and to everyone who came to chat after the presentation! 🙌

Photography by Epic Games (event coverage)

Infinite Stars - The Visual Novel - wraiith303

Happy Friday!

We're now solidly in the first stretch of the 'end of the year rush' with most of my business meetings asking me 'So what are your plans for next year?' and some of the stores around here have already started putting their Christmas decorations up for sale.

We also had our annual Brickfair last weekend, the largest Lego expo in South Africa and probably Africa as a whole. (I'll post some pictures on the devlife channel in Discord of my favourite builds!)

We've started prepping for rAge, the South African gaming expo, in early December. ICON was a great safe practice run to see what works and what doesn't, so we're excited to put out theories to the test. (As a side note, we've also reached out to ComicCon in the US for next year. It's a long shot, but maybe I'll get to meet some more of you! I would love for it to work out!)

Enough about the boring stuff, and over to why you are actually here! Infinite Stars!

We keep making progress on the next batch of story content, and as I've mentioned, we also started working on some smaller side stories. All the questions about 'what are your plans for next year' also made me think about what our plans are for Infinite Stars. I have a ton of ideas, but I'll want your input to validate them instead of rushing off in a direction I think everyone wants, so expect several polls soon. The first of these many polls will be the content releases. Right now, we aim to release 2-4 bigger story updates each year, but I can't help wondering if we should focus on more minor, monthly updates with side stories, extra intimate scenes, and regular slice-of-life content while we work on the main story in the background. I'd love to do the same with the larger story content, but sometimes it isn't possible. (Like right now, the next batch of story content will take place off-ship, and we need to get it to a point where the player returns to the ship before we can release it, so you aren't stuck mid-story with nothing to do until the story continues. If you're back at the ship, you can always continue exploring the intimate scenes and other side-story content.)

Let me know what you prefer in the poll!

(Oh, the Andreas and very NSFW Raymond pinup is also available! <3)

Have a fantastic weekend, be safe, make smart choices, and be kind to each other!

Genesis Relic: Idle Sandbox Simulator - Liquid Meow Games
Creation Manual

》》》》》1.1 World Introduction

1.1.1 Click the “Create” button to create a world

  1. Basic world information

  2. Configure universal tips for the world; they will rotate in the tip area while playing. One line at a time.

  3. Game cover


》》》》》1.2 Configure World

1.2.1 Basic Interface Introduction

In \[Creation], click a world to enter the world-editing interface

  1. \[Create Button]: Click the \[+] to add a \[Button] — an interactable entity in the world.

    1. E.g. upgradeable buildings: lumber camp, etc.

    2. Or assignable jobs, equipment, special NPCs that can be interacted with, etc.

    3. You can set its detailed functions in \[8] Details.

  2. \[Create Variable]: Click the \[+] to add a \[Variable] — key resources in the world.

    1. They have no clickable button, but serve as ongoing consumption or upgrade conditions for \[Buttons].

    2. You can configure a view function; e.g. if \[Variable] = number of beauties, you can link a beauty gallery in Details.

  3. \[Add Category]: Categorize \[Buttons];

    1. Click \[Create Button] under a category to place the new button directly into that category!

  4. \[Save World]: Save the current world.

  5. \[Test World]: Instantly test-run the world for quick debugging.

  6. \[Toggle Relation Graph]: View other \[Buttons] and \[Variables] connected to the selected \[Button] or \[Variable].

  7. \[Exit]: Exit editing.

  8. \[Details]: When a button is selected, shows all editable content and details. When a variable is selected, shows its editable content and details.


1.2.2 Basic Operations

  1. Universal add / delete button logic:

    1. Click \[+] to add a corresponding item.

    2. When an item is already selected, \[+] automatically becomes delete.

    3. Clicking an empty area restores the default state!

  2. In most sub-windows, clicking an empty area closes the window.

  3. Most areas support scrolling.


1.2.3 Details (Basics)

  1. Most content can be edited directly; just input or select the desired value.

  2. Every N levels vs. Level N

  • Every N levels: e.g. enter 5 → triggers the effect every 5 levels.

  • Level N: custom level at which the effect triggers.

3. Button Unlock Conditions

  1. If unlock conditions are set, the button stays hidden until unlocked.

  2. Parts joined by OR are in an OR relationship — satisfying any one unlocks.

  3. All conditions on the same side must be met.

  4. In the example: 100 copper coins AND 1 decree unlocks; OR 1 fame also unlocks.


1.2.4 Per-Level Per-Second Effects & One-Shot Operation Effects

This is the most important and most frequently used feature!

  1. One-shot Operation

    1. Operation Concept

      1. The idea of an operation — e.g. \[Upgrade], \[Merge], \[Awaken], \[Learn], anything works.

    2. Operation Tip — Upgrade Tip

      1. The tip shown when performing the operation. Contains some generic tokens. Default: \[@] has reached level #

        1. @ = current button’s name

        2. # = current button’s level

    3. Operation Effect — One-shot Effect

      1. The changes caused by this single operation; button level +1.

      2. This is NOT ongoing; only the result of this \[click].

      3. E.g. current lumber camp:

        1. Click concept is upgrade; upgrade costs 100 stone + 100 copper coins. One upgrade → level +1.

    1. Per-Level Per-Second Effect

      1. Under the current \[button] level, the change applied every second.

      2. E.g. current lumber camp:

        1. Produces 1 wood every second.

    1. Effect Configuration

    1. Constant Change. E.g. here: produce 1 wood per second.

    2. Percentage Modifier.

      1. Need to choose target button. Applies a percentage modifier to the target variable of the target button.

      2. E.g. an “Interior Affairs” building boosts lumber-camp efficiency by 50 %.

        1. Click \[+] to add lumber camp, set parameter 50.

      3. The label below the percentage (\[Interior] or \[Tech]) is the multiplier zone.

        1. Same zone: add then multiply. Different zones: multiply independently.

        2. Original wood output = base × (1 + 50 % \[Interior]).

          1. Another Interior 50 % → base × (1 + 50 % + 50 %) = base × 2.

          2. A new Tech 50 % → base × (1 + 50 %) × (1 + 50 %) = base × 2.25.

        3. Zone = the category the current building sits in.

  1. Constant Modifier.

    1. Choose target button. Applies a flat modifier to the target variable of the target button.

    2. E.g. an environmental building reduces lumber-camp wood output by 0.5 per second.

      1. Click \[+] to add lumber camp, enter parameter \[-0.5].

  1. Formula Editor

  1. Simple example

    1. Button cost can use a highly customised formula.

    2. You can design any calculation you want.

    3. Currently supports: output + cost in one-shot effects.

  2. Special Variables

    1. Reset Variable and Reset All can restart the world, achieving a “death & retry” effect.

  3. Core logic of output

    1. Every upgrade stacks one copy of the configured content, both output and cost.

    2. E.g. lumber camp: each level outputs 1 wood, costs 1 stamina.

      1. At level 2 the final effect is doubled → 2 wood, 2 stamina.

      2. Equivalent to current effect + one copy of the formula.

      3. Level 10 → 11 change:

        1. 10 wood → 11 wood; 10 stamina → 11 stamina.

    3. If you want output / cost NOT to scale with level, or to scale stage-wise:

      1. E.g. levels 1-10: +1 wood each level, but cost stays 1 stamina.

      2. Configure:

        1. Level range 1-1: 1 wood, cost 1 stamina.

        2. Level range 2-10 formula: 1 wood.

        3. Achieves the desired behaviour.


    1.2.5 Special Functions

    1. Exclusive Variable

    • Used to configure exclusive variables for an interactable (button).

    • E.g. design a button as a creature — famous general or monster, etc.

    • They need their own ATK & DEF; this is how you do it.

    1. Conditional Unlock

    • Controls when a button unlocks instead of being unlocked by default.

    • Supports >, <, == and many other conditions.

    1. Temporary Button

    • Works with Conditional Unlock. After unlock, is it permanent or only temporary?

    • If temporary: when conditions are met it unlocks; when they fail it locks again!

    • Otherwise, once unlocked it stays unlocked forever.

    1. Initial Level

    • The starting level of a button. You can set an initial level so its effects run immediately.

    • No need to unlock then manually upgrade.

    • Combined with unlock conditions and temporary button, you can create temporary buffs.

    1. Special Variables

    • Currently mainly “Reset Variable”, “Reset All”, etc.

    • Can be used to design character death / game restart mechanics.

    • E.g. survival games where hunger < X triggers restart.

    • Reference case — \[Don’t Starve Legend].


    》》》》》1.3 Publish & Re-edit World

    • Click \[Publish] to publish the world; it will then appear in the \[Worlds] tab for everyone to play.

    • To re-edit:

      • In \[Worlds], click \[Details] on the corresponding world, then delete it.

      • You can then edit it again in \[Creation].

阳光物语 / Sunshine Story - qiupengfei
\[v1.2.0 Version Update Notice] Pet System Added! Become a Pet Training Master!

Dear players,

Are you ready to welcome brand-new companions? Sunshine Story v1.2.0 "Pet Trainer" version has been officially released!

===

 

▌ Brand New Core Gameplay: The Pet System is Fully Launched!

Meet adorable creatures and form your own unique cute pet team!

1. Fun Pet Catching: Turn enemies into friends with the "Lasso"!

It's time to take out your lasso! When facing a creature you like, bravely throw the lasso—this isn't a violent method, but more like a sincere "friendship invitation" (The success rate? That depends on your fate and skill!).

Once successful, former opponents will become reliable partners fighting alongside you!

 

2. Surprise Drops: Pet Eggs await your discovery!

After defeating monsters, besides regular loot, you also have a chance to obtain various pet eggs! Bring them back to a safe place and prepare for the birth of new life.

 

3. Deep Cultivation: Create your legendary pets!

Trait System: Each pet possesses random attribute traits, which could be beneficial or detrimental. How you match and nurture them to hatch the "chosen pet" with perfect traits will be a test of both your luck and strategy!

Breeding Farm: A romantic space prepared for compatible male and female pets. Here, they can interact and produce the next generation with even greater potential!

4. Collection Index: The path to becoming a Pet Master!

Encounter, capture, cultivate... Unlocking each new pet will illuminate its exclusive entry in the Pet Index. Collect all pets to prove to the world that you are the true Pet Training Master!

 

▌ New Features and Items

To make your pet-raising journey smoother, we are simultaneously launching a series of practical items and features:

· New Items: Pet-catching tools including the "Super Lasso".

Can be crafted in your backpack or at the Workbench, an essential tool for seasoned trainers.

 

· New Item: "Pet Case"

A warm and cozy little nest. You can safely store your pets here; even if the case is accidentally destroyed, the pets will be safe and sound, absolutely secure.

 

· New Item: "Egg Incubator"

A constant-temperature container specifically designed for pet eggs. Want to successfully hatch a pet egg? It's an indispensable key facility.

 

· New Items: 8 types of pet eggs including the "Fire Element Egg"

Each contains unique mysterious power, waiting for you to awaken.

 

▌ New Quest Feature
· Guide Quests: You can now learn about most of the game's content through guide quests.

 

· Dismantle Mode: Easier Building Management

You can now enter Dismantle Mode with one click from your backpack interface, allowing you to easily select and quickly remove unwanted structures. This makes home renovations and layout adjustments more precise and efficient than ever before.
Please note: You cannot deal damage to any buildings within a Guild.

 

· Night Mechanics: The Perilous Night Arrives!

When night falls, the world becomes more dangerous! Nights will not only spawn more monsters, but these monsters will also be more aggressive.
Be warned: These monsters will actively attack you, your pet partners, and may even target your structures. Be sure to reinforce your defenses before the sun goes down!

 

· Blood Moon Rises: Face the Ultimate Survival Challenge Every Thursday!

When the Blood Moon rises, the number of monsters will be even greater than on a regular night. Navigate this period carefully. Do your best to protect yourself before the Blood Moon arrives!

 

· Weekly Event: Blood Moon Rises. The Thursday Survival Trial!

Ready for the weekly ultimate challenge? Every Thursday, the crimson Blood Moon will rise, pushing the threats of the night to the extreme!
During the Blood Moon, monster numbers will peak, and their assaults will be more frenzied. Be sure to use the mid-week days to stockpile resources, fortify your defenses, fight alongside your pet partners, and carefully endure this survival test!

 

===

 

The new adventure chapter becomes even more exciting with the addition of companions! Please look forward to the official launch of the Sunshine Story v1.2.0 version. We'll see you there!

Sunshine Story Operations Team

October 31, 2025

Battle On! Hero Academy - Famsuc
  • Added a batch alchemy slider to the alchemy panel.

  • Optimized the AI's chase and movement mechanics.

  • Optimized the unit's hit/attack protection mechanism and improved the attack behavior of any unit when under continuous attack.

STU THE FISHERMAN - Savvy Games Ltd.
0.3.5
Just keep scoring!
The numerical system has now changed to be able to handle large number, it will now display a letter to signify such as K for thousand or M for million. This resolved an issue where numbers over a certain size would flip into the negatives.

Trinket Descriptions
Trinkets that had variations such as +2 multiplier were not displaying this on the descriptions, the description now had had this re-added with additional clarifications.

Others
Removed the fish displayed on the right side when ending a cast.
Fixed issues with the progression bar not working under certain end conditions.
Escape From Duckov - Willow
Fix

● Fixed an issue where mods failed to load due to mod escape sequence issues.

Updates

● For item Cardboard Box: Increased the stacking limit to 4, lowered the selling price, and raised the stock to 6.
● Increased the stock for all types of ammo.

江湖客栈-The Jianghu Playtest - 东厂丶大卫
亲爱的玩家,服务器兹定于2025年10月31日(周五)21点开始维护更新,本次更新预计60-180分钟。更新前30分钟和更新期间游戏将无法登录,请大家在更新结束之后再进行游戏,给您带来的不便敬请谅解。

优化内容:
1.六道试炼中将掉落御将升级及突破材料。

修复内容:
1.由于部分玩家无法接到及完成红色肚兜任务,我们将通过邮件发放一个红色肚兜道具。
2.修复了华山气宗养吾剑法伤害异常的问题。
3.修复了道具右键操作列表无法拆分、批量使用的问题。
4.修复了英雄令/豪侠令奖励预览悬浮窗无法自动关闭的问题。
5.修复了吕布要带三个副将才能触发羁绊觉醒的问题。
6.修复了御将再临池赵云名字显示为貂蝉的问题。
7.修复了御将卡池说明文本错误的问题。
8.修复了吕布增伤效果不生效的问题。
9.修复了庞统战法不生效的问题。
10.修复了训练场无法带入礼包兵器及符箓等道具的问题。
11.修复了容器道具右键操作列表没有使用按钮的问题。
12.修复了时装道具预览显示异常的问题。
13.修复了鬼市李岩委托板无法交互的问题。
14.修复了通行证显示剩余天数显示错误的问题。
15.修复了打开库房更换驻客后使用道具目标不正确的问题。
16.修复了通天宝池抽奖界面快捷跳转没生效的问题。
Oct 31
Drone Simulator VR - Lenny@0space
-Fixed issue where some VR controllers could not use Flight Mode 1 and 2

-Added Russian localization

-Updated Unity version to patch security vulnerability
AstroMart Adventures - PrimeRendering

There will be a hotfix today! It solves disappearing shelves on drop. Also that normal shelf can't be bought. It will allow upgrading of landing pads, too.

...