Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
PS MakerNews1.0.5 - Some new additions + many fixes!
Game update

1.0.5 - Some new additions + many fixes!

PS Maker · published 16 Aug 2026, 04:57 UTC

All newsPlayers around this dateRead on Steam

Hey guys, update 1.0.5 is out!! This one has a lot of small changes but spans broadly, some big ones are:

- Added ability to make multiple "Animation sets" which define movement and idle animations + their unique collisions. This is useful for example, to switch your player animations from a human into a boat, and travel the seas.... Change player/NPC animations allow for that now. I also made the layout for movement animations a bit cooler
- Added map duplication (which duplicates literally everything that's a part of a map, events, variables, actions, map objects/tiles)
- Added option to disable saving game in option menu
- Fixed bugs around how background music played where it was set multiple times.

...and much more! Full changelog below:

1.0.5 Changelog

Player and NPC animations

- Added movement animations 1 direction option for NPC/player.
- Added player/NPC animation sets, which defines movement and idle animations along with it's collison and depth sorting. Included support for Change player/NPC animation actions to change animation sets.
- Added option to keep player/NPC animation changes to persist across maps.
- Improved the layout and size the collision box and depth sorting editors better, avoid massive sprites
- Fixed set player animation causing player to not change directions based on movement, AND fix set player animation forces player/npc direction down
- Fixed set player/NPC movement animations not persisting in game saves.

Maps and variables

- Moved Variables section from Events tab into it's own Variables tab
- Added map duplication, which duplicates map fully, including map scoped variables and events, map start/enter/leave actions, map tiles/objects/collisions, layers
- Fixed change map cancelled on-going keyboard inputs, causing player movement to be stopped when change map.

Menus and UI

- Added undo toast for UI deletion.
- Added an option to disable save game option in menu

Audio

- Changed music to not pause when alt-tab/blurred window, and added configuration setting for it.
- Fixed “Set background music” action overlaps different tracks when two are played in same map

Event and action editor

- Added instance names to spawn NPX, show image, play video, UI, and event trigger
- Added click to select a spawned-in NPC where applicable for actions.
- Added an indicator arrow for move player/NPC action to show start and end positions.
- Changed "Events" to be renamed to "Event library"
- Fixed drag to move player desyncing the dragging area.

More from PS Maker

Other announcements

All news
In-game event13 Sep 2026Keyboard and Mouse Event Triggers, Custom Keybinds, and Mouse Cursors!Hey everyone! Today we are releasing an update that adds more ways to trigger events! There are new mouse input and keyboard input trigger types, which let you trigger an event when the player clicks something or when they press a keyboard key. You can also continuously trigger an event while the player holds down a key or mouse button. Along with those triggering methods, I also added a way to…Community8 Sep 2026First PS Maker Video Tutorial!Hey guys!! Check out this epic tutorial on PS Maker!! It goes through the map editor, event system, and sharing your game. SignusEoN and I worked on this tutorial and it will be the first in a series of PS Maker tutorials. Hope you enjoy!!Game update6 Sep 20261.0.9## 1.0.9 **September 5, 2026** - Added toggle NPC movement action - Updated "Add event trigger" action config to be more organized. - Fixed how the remove NPC action did not also remove any event triggers attached on NPC. - Fixed how fullscreen blocked in windows exe export