Jun 6, 2023
The Handbook - Zeyt8
- Fixed some typos and grammatical mistakes
Saves should be compatible with the previous version.
Pandamonium - ToxicByteGames
v0.01

- added fps cap(capped at monitor refresh rate)
- fixed minor level bugs
Jun 6, 2023
This Time - apocalypsetodaygames
This dev diary was originally posted exclusively to patreon subscribers on 30th May 2023.

Hi again!

Midnight Arrow has been applying the final touches to the 2306 release including some audio improvements to the previous content. We will be compiling the final part tomorrow ready for the VIP and Patreon early access launch this coming Sunday (4th June). We will then launch to everybody else 18th June.

Unfortunately I'm still unwell but I'm scheduled to have some fairly hefty surgery in the coming weeks to get me right so that I can plough full steam ahead with the 2308 version.

That's about all I have to tell you this time as my health has limited my own involvement in the project but keep your eyes peeled for the announcement this weekend regarding the new content release!


----

Patreon Subscribers get early access to Dev Diary content and other benefits. Check them out here.
And of course if you haven't yet purchased the game...why not! Grab it here.
Did you know you can get access to updates 2 weeks early, unlock all image galleries and other great benefits too by purchasing the VIP DLC? Check that out here.
Join us on Discord here.
Terminus: Zombie Survivors - Ingeon Games
  • Adjusted the visibility of items and debris on tiles. Even if a tile is revealed through means such as map fragments or street maps, items and debris will not be visible until the character has directly observed the tile.
  • The condition of the frying pan will now slightly decrease when cooking. (Depending on durability, approx. 0.2-0.5%)
  • Fixed some typos.

Thank you for your feedback! If you encounter any issues, please let me know in the comments, discussions, or via email at ingeon.shin@gmail.com. Thank you.

Best,
In-geon
Timberborn - nsg
We've got a few experimental tweaks for you today.

Misc.
  • Added missing and fixed incorrect translations.
  • Distribution will properly include Breeding Pod, Engine and Irrigation Tower demand.
  • Goods in factory buildings will no longer disturb fill rate in Distribution.
Bug fixes
  • Deleting settlement will no longer cause a crash in certain scenarios.
  • Deleting District Center will no longer trigger a crash in Settlement Panel.
  • Closing Entity Panel with tooltip shown over dropdown will no longer result in a crash.
  • Renaming a beaver will no longer provoke the Settlement Panel to crash.
  • Buildings highlighted in tutorial will no longer stay highlighted if clicked at wrong time.
Jun 6, 2023
Eigengrau - Martin
It seems the macOS build did not start properly due to a missing file, this should be fixed now.
FOBIA ...worse than fear. - METALION ★[LEHOI]
The error in the vertical jump of the main character has been fixed and the driving of the car has been improved with a more realistic behavior.
Jun 6, 2023
Bat Boy - Sonzai Games
Content:
- Fixed issue where a healing item in level 9 that would appear only once. Now it is set to respawn if the player dies.
- Fixed issue where using the bat to bounce on an enemy or a projectile during the same frame Bat Boy starts climbing a ladder would cause the ladder to not work properly.
- Fixed issue where the last boss sometimes would not perform some attacks after the player has died at least once.
- Fixed overlapping icons in the Japanese version.
- Fixed sprite layering issue in level 12.
- Other minor fixes.
Substance 3D Designer 2023 - nicolas.cathaud
This 13.0.0 release of Substance 3D Designer brings a lot of love to material artists, with a huge quantity of new nodes, the Substance Engine 9.0 introducing loops for the first time and with a great addition to the graph: the portal node. And in order to please more users, we introduce a brand new Home Screen and provide additionnal languages. 

As mentionned in the previous version, this one is no more supporting Substance models graphs: it means that you can no more open, edit or export such graphs in Designer. You can find all the reasons why we took this decision in this post on our community forum. 

Release date: June 6th, 2023

New Content



This 13.0 version brings a lot of new content. You will mainly find two new collections of nodes: Spline tools and Path tools. Spline tools are a collection of nodes for generating and ajusting splines, as well as using them for mapping, scattering or warping images. Paths tools are another set of nodes to extract, in the form of a list of segments, contours from a mask and then edit and improve them. All these nodes will offer a lot of possibilities and they will have for sure a lot of creative applications. 

Spline tools
New nodes dedicated to splines can be divided into four categories:

Create
The first category is of course the one to generate splines:
  • Spline Cubic: from two points and two tangents.
  • Spline Quadratic: from a set of points.
  • Spline Circular: following a circulare shape.
You can also create Bridges between splines in order to have a full set of splines bewteen 2 or n splines. 

[expand type=details]




[/expand]

Assemble
In some cases, you will have to treat several splines as a single entity, so you need tools to manage a set of splines. The Spline Merge List allows you to merge all your splines into a single one by connecting the extremities in order, the Spline Append node lets you append a list of splines onto another list and thanks to the Spline Select node you can filter and select specific splines from a given list. 

Modify
We also provide tools to rework and tweak your splines. You will find a node to apply a 2D Transformation, like a rotation, translation, scale, and another one to Warp the shape and two other nodes to modify the Thickness or the Height of the splines.

[expand type=details]



[/expand]

Render
The last category is the one to create the final shape or pattern based on your splines. The first idea that will come to your mind will be to repeat a given shape along the spline: the Scatter on Spline node allows you to do that, with a lot of parameters to perfectly control the distribution (rotation, scaling, offset, colors, masks, etc.). Thanks to the Spline Fill node, you can easily create a pattern from a closed spline. And if you want to map any texture onto your splines, with a high degree of control and precision, the Spline Mapper node is made for you!

[expand type=details]




[/expand]

Path tools
The Mask to Paths node lets you extract the border of a grayscale pattern, in the form of a list of segments. You can then process these paths with the Path 2D Transform or Path Warp nodes in order to tweak according to your needs.  And thanks to the Paths to Splines node, you can convert your Path into a Spline, and so take advantage of all the nodes dedicated to splines previously mentionned, like scattering.

[expand type=details]


[/expand]

And to help you to learn all these new nodes, we published two new tutorials:
  • Introduction to Spline nodes
  • Introduction to Path nodes

New Substance Engine v9
All the new nodes listed above are based on new Substance Engine version, and they are taking full advantage of its main new feature: loops. Loops are only meant to be use inside Function Graphs and you're most likely to implement them in a Pixel Processor, a FX Map or a Value Processor. Loops will of course allows you to easily repeat a function many times, until a condition is respected. It will help you to lighten a lot your graphs, and gain in accuracy. This dedicated tutorial will help you to start to work with loops. 

Substance Engine v9 also brings additonnal improvements:
  • New solid mode in the Gradient editor (i.e no interpolation at all)
  • Atomic pow() node in Function Graph
  • Add border wrapping options (clamp to edge / repeat) in Sampler node
  • Nearest sampling in Warp and Directional Warp node

Portal Node
The Portal Node is a new extension of the dot node with the possibility to hide connections in your graph. Thanks to this feature, you can improve the graph readability by hidding very long connections, and also have a quick access to key nodes from anywhere in the graph. This new feature is fully explained in this dedicated tutorial. 



Home Screen
When you start Designer, you know have access to a brand new Home Screen like the one you have in others Adobe products. From this screen, you can:
  • Quickly create a new graph.
  • See the list of all the files recently opened in Designer, with some details like the size, the date when it has been modified for the last time or the complete filepath.
  • A learn page where you can find link to learning resources, like tutorials to introduce you to new features or to discover quick tips.
  • Direct links to the what's new panel, the about window, the website, the forum, etc.




New languages
With this version, comes three additionnal languages: Spanish (Spain), Italian (Italy) and Portugese (Brazil). As a reminder, if you want to change the language in Designer, just go to the preferences, and in the General section, you will find the list of all available languages. 

Release notes

13.0.0 (Released June 6th, 2023)

Added

  • [Graph] Portal node
  • [Onboarding] New Home Screen
  • [Content] Spline (Cubic) node
  • [Content] Spline (Poly Quadratic) node
  • [Content] Spline Circle node
  • [Content] Point List node
  • [Content] Spline Bridge (2 splines) node
  • [Content] Spline Bridge (List) node
  • [Content] Spline Append node
  • [Content] Spline Select node
  • [Content] Spline Merge List node
  • [Content] Spline 2D Transform node
  • [Content] Spline Warp node
  • [Content] Spline Sample Height node
  • [Content] Spline Sample Thickness node
  • [Content] Spline Render node
  • [Content] Scatter on Spline Color node
  • [Content] Scatter on Spline Grayscale node
  • [Content] Spline Mapper Color node
  • [Content] Spline Mapper Grayscale node
  • [Content] Spline Bridge Mapper Color node
  • [Content] Spline Bridge Mapper Grayscale node
  • [Content] Spline Flow Mapper node
  • [Content] UV Mapper Color node
  • [Content] UV Mapper Grayscale node
  • [Content] Paths to Splines node
  • [Content] Masks to Paths node
  • [Content] Paths 2D Transform nodenode
  • [Content] Paths Polygon node
  • [Content] Preview Paths node
  • [Content] Paths Warp node
  • [Content] Paths Select node
  • [Content] Paths Vertex Processor node
  • [Content] Paths Vertex Processor Simple node
  • [Content] Quad Transform on Path node
  • [Content] Raytraced Ambient Occlusion v2
  • [Content] Raytraced Bent Normal v2
  • [Content] Raytraced Shadows v2
  • [Engine] Update to version 9
  • [Engine] Loop node in function graphs
  • [Engine] Add solid mode to Gradient
  • [Engine] Atomic pow() node in Function Graph
  • [Engine] Add border wrapping options (clamp to edge / repeat) in Sampler node
  • [Engine] Nearest sampling in Warp and Directional Warp node
  • [Engine] Add a "punchthrough alpha" mode to the Sharpen filter for color inputs
  • [Engine] FxMap: Hemisphere morphlet
  • [Engine] Atomic Get/Set operations in function graphs
  • [Engine] Functions: use precise function of log/log2/exp, 2pow - Unify functions between cooker and engine
  • [Engine] Add an "intensity offset" parameter to the Directional Warp filter
  • [API] Support preset management for compositing graphs
  • [Functions] Change input name for functions atomic nodes
  • [Localization] Add Portuguese (Brazil), Italian (Italy) and Spanish (Spain) languages
  • [Localization] Respect rule "Language (Country)" in the list of languages
  • [Presets] Disable 'Preview' and 'Presets' panels in graph properties when using in-context editing
  • [Substance models graph] End of support of Substance models graphs
Fixes

  • [3D View] Display of long strings in scene statistics is cut off (macOS only)
  • [API] 'structure::Structure' module is still included in the API reference
  • [API] Dot nodes in MDL graphs have no definition nor properties
  • [API] Incorrect behavior when setting the parameter of function nodes
  • [Content] 3D Voronoi and 3D Voronoi Fractal nodes generate a cooking warning
  • [Engine] 'Intensity Map Offset' parameter has no effect on grayscale data in SSE2 engine
  • [Explorer] Graph i/o can be deleted
  • [Graph] Bitmap is ignored when used in instances
  • [Graph] Incorrect dot node position when created node from a node
  • [Graph] Incorrect focus in 'Expose parameter' dialog when using 'Enter' key
  • [Graph] Wrong result in histogram scan with bitmap in context editing
  • [Localization] Fix various clipping issues
  • [Parameters] Crash when deleting an input parameter
  • [Publish] Graphs in folders are moved to root in published package
  • [Resources] Crash when updating a loaded resource on disk
  • [VisibleIf] Fix regression in conditional visibility evaluation 
  • What's new final illustrations


Jun 6, 2023
Simulators2023 - TEWang
Add a new game to the game list, the independent game in the game - "Coffee Hero".

Currently, players can play alone and change roles and weapons. In the future, they will be added to the level experience system and can purchase new firearms in the mall.

Multi player mode will soon arrive.
...