No More Rainbows - samzebest
We’re bringing new languages to No More Rainbows! No More Rainbows is now available in the following languages:

  • English
  • French
  • German
  • Italian
  • Japanese
  • Korean
  • Portuguese
  • Russian
  • Simplified Chinese
  • Spanish

Alongside the new languages, we’re always squashing bugs! Expect (hopefully) less bugs and a bit more stability.

Also, we’ve decided to close the testing zone for now! Hey, it's only for testing after all! In the meantime we’ve moved the jukebox to the main lobby. We may have something for you in the future though, you never know!

It will now be much easier to match up with players to play your favorite game mode!
We’ve consolidated Deathmatch and Chicken Catch game modes into a single lobby. You will still be able to choose which game mode you would like to play, but instead of having dedicated portals, we’ve made it so it’s easier to group up. All the different multiplayer portals like the competitive Deathmatch and Chicken Catch really split up the player base.

Have fun!
Kubikon 3D - pkubicek
Greetings, Cube Wranglers!

Big news! The trailer for Kubikon 3D has just landed, and it's waiting for you to dive in. Get ready for a sneak peek into the cubic world I've created for you.

Ready to Watch?
Because the real fun is playing, not just watching, I tried to keep it short and sweet!


Try the Demo!
And speaking of playing, the Kubikon 3D demo is live! You can immediately jump into the game and start solving puzzles. I can't wait for you to experience the serene satisfaction of fitting everything into place.

Join the Community
Got feedback, questions, or just want to share your initial victories (or amusing defeats)? I'm all ears! Join the community on Discord. Your insights make Kubikon 3D even better.

And remember, the full game is just around the corner. So, warm up your puzzle-solving skills.

Stay cubed until next time!
Petr Kubicek aka KUBI Games
Sky Escort Playtest - 大大大菠萝
修改BUG,降低难度。
Gacha Fever - Milkshake Games - Gacha Fever
Hello Gacha Fighter, 👋👋

Gacha Fever is coming to #SteamNextFest, and from February 5th to 12th you'll be able to play our latest updated demo !
This is our first public demo !
Many characters, weapons, enemies will be at your disposal ! We can't wait to read all your feedback ! <3

On this occasion, we are going to run a dev stream while testing the new demo's features

👋 See you there ! 👋


Jan 25, 2024
Project Zomboid - nasKo


It’s been a really big week for us, as we merged the second-to-last element of Build 42 into the main codebase across the rest of the team – which is the long awaited tech upgrade which brings a whole host of improvements to the engine.

It’s currently being tested and the feedback has been super positive so far. This said, it’s also brought over lots of small bugs, visual glitches, and issues with new depth map clipping items incorrectly. Nothing over-dramatic, but enough stuff to keep testers and coders alike fully occupied.

This is where a lot of our brains have been at recently, so we thought we’d give you an update on the engine as it now stands while testers run around kicking its tires – alongside some videos they have made along the way.

Likewise, we also have some examples of some of its new capabilities that we will be able to explore in future – perhaps during the Unstable beta, perhaps beyond.

So, a run-down of what this tech upgrade brings into the game:


OPTIMIZATION
We’ve made huge optimizations to the rendering of the map that should have a huge impact for most lower-midrange and upwards systems. We are now easily able to get a solid framerate even on 4K, or on furthest zoom. The difference in performance is honestly surprising, and extremely satisfying.

For full disclosure, however, we’ve discovered that a few of the absolutely lowest end systems capable of running our game are still adversely affected. This is because the solution for such large FPS optimization comes at the expense of GPU memory usage for the caching textures used. Cards with extremely low dedicated GPU memory may run into problems.

We’re investigating and trying to optimize this further to make sure as many systems as possible can benefit, and worst case scenario these optimizations will be disabled on systems where they would do more harm than good.

However, it’s still entirely possible that we’ll be able to resolve this completely and provide a large boost to even the most potato systems. More likely, we’ll provide some kind of automatic detection to provide as large a portion of the optimizations as possible for a GPU’s available memory. This will be our next task post visual-bug clear out.

Generally we estimate that a huge majority of our playerbase will benefit greatly from the optimizations. Since most of the optimization frustrations we hear come from players who feel their machine should be able to run PZ at a solid framerate, we feel this work will ease the vast majority of performance sadness we see in the community.

VIEW CONE
Another improvement born out of necessity is an improved and smoother viewing cone. Due to the optimizations, it was no longer feasible to alter the lighting of tiles frequently enough to allow for the smooth light changes required for our tile based viewing cone.

As such we needed to implement a completely separate and newly-coded viewing cone that didn’t rely on tile lighting – which truth be told we were never a huge fan of anyway.

Now we have a much more accurate, smooth and fancy viewing cone – and now we have extra hands on it internally feedback is being collated so that we can provide plenty of requested options to allow you to tweak it this way and that. (Making it more or less visible probably being the primary one.)




LIGHT PROPAGATION
The new lighting system is now in full testing, and seems to be working pretty well so far.

This new propagation system allows for much prettier and more convincing lighting of the world, especially now we have basements which would have been extremely unsatisfying with our existing 41 lighting.

41’s system basically had an ‘ambient light’ level that permeated the entirety of the world depending on the time of the day. Then on top of that indoors would get a reduction in ambient light to make them slightly darker than outside.

The new system propagates light from light sources such as bulbs, or the sun, across tiles to simulate reflective light. It’s not something cutting-edge that you’d expect from the Unreal Engine, or something, but for our purposes it’s extremely effective. It allows for light from a window to creep across the room, allows for rooms with no natural lighting to be in complete darkness even during the day, allows more immersive coloured lighting, and all manner of other things not previously possible in PZ.

Most importantly of all, it fixes the room lighting issues that plague b41 when room layouts are changed with sledgehammers leaving strange lighting artifacts on the floor, since all lighting is calculated purely based on the geometry of the rooms now.

With this will now come gameplay balance – there’s debate on the team as to whether the player character should have a little more clarity in the darkness, some internal spots are a little more inky-blue than black, and new gameplay elements like not being able to read in the dark will need finetuning to the new visual.

Also seen in the following video, for extra immersion, doors are now fully animated – as discussed last time. This makes a huge difference to the feel of interacting with them during gameplay.





OVERGROUND UNDERGROUND
We’re still in the process of adding basement spots around the map – whether random or permanent. However, as discussed previously, the new upgraded engine allows support for levels from -32 to +32.

This allows for both much more convincingly tall skyscrapers for city locations, as well as for basements and potentially sprawling underground complexes. The mapping and modding is gonna be wild.

Part of this is also strapping in engine capabilities to help us in future – and as such please take the following as an EXAMPLE video of what we can now do in PZ.

Our coders and mappers have enough on their plates at the moment, and as such this is not a confirmed feature for when 42 goes Unstable.

It will, however, be feasible within the engine which is why we’ve chosen to show it.


Essentially, EP has been working on some extra physics engine functionality to allow for the physics to exist on floors other than the ground floor – as well as providing new physics shapes that in future will allow for this. This work was also a necessary foothold for other physics-based features we have brewing for future versions.



Please note also, just to quell any mapper fears again, these extensive engine and map data structure changes will not make existing map mods invalid. All maps will need to be reexported in the new versions of the tools when we release them, most likely around the time we put out the Unstable beta, but they won’t need to be redone from scratch.


MEANWHILE...
We’re waiting on a big commit to fill in some of the gaps in the crafting system process itself, so in the mean-time lets focus on some of the fun stuff that’ll be coming out the other end: weapons.

 

Clearly we already have the more ‘normal’ and traditional blacksmithed weapons for B42 already, and likewise the more ancient-styled stone axes and such. With these we’re avoiding anything specific to any period or culture, going for real life examples that were common across history and geography, and that could pass as something reasonably iron age, medieval, or post-apocalypse. We have consulted an expert in these matters regarding the designs and selection, and we’re also providing them with further weapon designs as we make them for feedback.

But, as we stretch out into our apocalypse we also wanted something a little more… apocalypse-y.



As such, currently what’s being wrapped up are post-apocalypse improvised weapons. These include classic examples like the “nail-spiked weapons”, but also weapons that have been constructed with welding and metalshop tools.

With these designs a conscious decision has been made to not think about weapons from other games or zombie media, and instead research was conducted regarding real life improvised /crafted weapons. This included stuff like police collections of seized weapons and trench warfare, with additional inspiration from weapons in Max Mad-style post-apocalypse media.

We also took on something of a procedural approach, where we looked at the weapons and items that existed (or could exist) in the game, and imagined them being combined like Lego bricks to create weapons. Granted in many cases we just re-invented the wheel, but that helped keep things grounded, realistic, and consistent with the rest of the game.



Although we tried to make these weapons realistic and believable, we have allowed for a couple of weapons to be slightly (reasonably) zany. We’re allowed to have a little fun, after all, and all those weapons will also have realistic drawbacks when wielded.

Simultaneous to this, we are also adding some broken versions of existing Zomboid weapons. Some of these broken weapons and their parts will be used in crafting other weapons, but these fragments also exist for gory consequences when weapons break when bashing a zombie with them.

I don’t quite know why we’re using this strange moustachioed gentleman to demonstrate these today, but lets have a proper look at him in any case. Curious chap.



BACK TO ANIMS-LAND
Finally, a big welcome to Nick from our colleagues at TEA Games who has joined us to help us implement something we call PenguinTech – after the time Zac got two million on-screen dancing penguins into a Wii game.

Originally slated for B41 this will, in essence, be a clever way of optimizing our zombie hordes – pooling what states they are in, and then sharing a smaller pool of zombie skeletons for the same anims. With this, fingers crossed, we’ll get better performance when there’s a horde on-screen and in turn we can be less dainty with their application in your survival.

A full round-up of everything confirmed for Build 42 can be found here. A changelist of all our pre-release and post-release patches since the 41 beta began can be found here. The Block of Italicised Text would like to direct your attention to the PZ Wiki should you feel like editing or amending something, and the PZ Mailing List that can send you update notifications once builds get released. We also live on Twitter right here! Our Discord is open for chat and hijinks too. Experienced games industry gameplay coder and want to join Team Awesome? Jobs page here.
Jan 25, 2024
The Lost Tape - Cellar - Sardos
Fixed
  1. Modified the way the map that comes after the elevator is loaded.
  2. Warehouse Door was unlocked by default (bug) They are locked now.

According to the review in which an error was mentioned after exiting the elevator, I tried to find out what could be causing that "something." It occurred to me that it might be slower loading of maps on some computers, so I modified the way the map that comes after the elevator is loaded.

I hope it helped. I will try to fix the reported errors as quickly as possible.

Thank you for your understanding.
Colonize - Rembrosoft
What's new:
  • Added Tutorial
  • Added VFX for building stages
  • Added pickaxe and fishing rod for workers
  • Multiple RIP meshes for dead
  • We split the utilities and decorations category
  • Added Build mode when building
  • Added Destruction mode when removing - now only for roads & decorations
  • Added bird points to ship and harbor

Bug Fixes:
  • You can't make roads under the ocean anymore
  • You can't move RIP meshes anywhere
  • Fixed talking animations feet
  • WSAD is no longer changes the UI selection
  • Influence area is static and shows the exact radius
  • Changed points on benches so they are not sitting in the air
  • Left click in the scene do not change the speed to 1
  • The building's initial road is no longer cutting

... and other minor fixes all along the way
Community Announcements - Nosetu.com
GAME PATCH NOTES AOFOREVER PATCH [20]

- Now, from the website or in-game, typing /ONLINE will show the server's online time ⏰ (As of the date, we've been online for 1 year, 3 months, 25 days, 23 hours, and 11 minutes.)

- Now, you can log in to the web account using either the email 📧 or the account name.

- New premium command: /GIVEGOLD 💰: Introducing this new command that facilitates instant transfer of gold coins between characters. Additionally, you will now receive email notifications detailing the transaction, including the transferred amount, date, and more. This enhancement ensures clear and transparent transactions, promoting complete communication between parties.

- Fixed the issue with the Druid class and tamed pets being unable to use the "Summon Pets" spell due to lack of mana / skills. 🌿🐾

- Fixed the issue allowing inappropriate classes to equip the Resurrect spell.

- Added new questions to the sentinel system (The sentinel doesn't ban, just logs out) ❓❌

- Now, a minimum level of 13 is required to use global chat, aiming to prevent inappropriate behavior from newbie or newly created characters. Additionally, an additional restriction has been implemented: players cannot send messages in global chat while in jail.

- Now, when using the /RESET command, you will be automatically cured of poisoning if affected 🔄💊

- Now, the NPC Magma Golem and Dragon cannot be healed, eliminating the possibility of bug abuses that were performed in Magma by some users. This measure aims to prevent situations where citizens or members of the same faction negatively affected the training of others.

- Minor errors in MAO have been fixed, specifically those preventing character trade offers with long character names and requiring a minimum of 4 digits for the PIN. 🐛🛠️

NPCs:

- Winter Wolf used to give 2500 gold, now gives 5000 💰

- Penguin used to give 1500 gold, now gives 3000 🐧💰

- Polar Bear used to give 7000 gold, now gives 14,000 🐻💰

- Ice Golem used to give 10,000 gold, now gives 20,000 🗿💰

- The polar bear NPC's fur now sells for 20% more than before 💼💰

- The crystal fragment given by the polar bear NPC now sells for 20% more than before 💎💰

New Graphics:

- New interface for character deletion implemented 🗑️

- New interface for requesting the list of characters implemented 📜

- New interface for recovering a character's PIN implemented 🔐

- New interface for changing a character's nickname implemented 🔄🆔
Jan 25, 2024
Ortharion : The Last Battle - Aryal
Improvement

  • A new image for the class wheel is available.
  • A new game icon for launch is available.
  • Added information on the classification interface for calculation details.

bug fix

  • The position of the dungeon on the world map and “enchanted mountain” minimap is correctly in its place.
  • Skills added in 0.2 are correctly lootable.
  • Divine items are correctly recoverable.
The Sunny Life - Sino4
Hi!

Today I wanted to talk about upcoming updates to the game.


NPC Face Update (in ~2-3 weeks)
The citizens will get faces along with facial expressions! There is still some work to be done. However, the models and some of the expressions are already finished and will breathe some life into NPCs.


Achievements & QoL (in ~5-8 weeks)
I am collecting your opinions and ideas. The list for small improvements has gotten really long and needs to be finally addressed. From additional in-game information to achievements, the patch will contain a lot of small changes to make gameplay easier or more extensive.


Stage - Fishing Club (in 10-14 weeks)
The big story patch. It will add a new club and the story of feuding brothers along with the opportunity to get the best fishing rod in the game. I will share more information closer to the update date.

Thanks for reading!
...