HomeGamesUpdatesPricingMethodology
Steam News12 January 20265mo ago

December Update

Happy new year everybody, Alright let's talk about the last progress and update from 2025: Save system Kinda funny that this is done so late in development.

Full notes

Full Paper Sky update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes0 additions7 changes0 removals
  • Performance
  • Server
changedSave systemConfig files are separate and not encrypted, so if for whatever reason the game crashes on startup, you can still edit the settings file and launch the game that way.
changedServer, built to lastAnother big task completed is rebuilding the server data communication. The online message system is relatively important to the gameplay, so I want to make sure it will last a long time and won't be obsolete after release.
changedServer, built to lastMessages will be uploaded offline into the game files from time to time. This means you will always be able to see your old messages and other players messages even when offline, and even if the servers shut down for whatever reason.
changedServer, built to lastThere will also be pre-placed messages written by me, and special messages placed by backers with special effects.
changedServer, built to lastThis should not take too much space over time in the game files.
changedServer, built to lastThis is what I see on the backend

Happy new year everybody,

Alright let's talk about the last progress and update from 2025:

Save system

Kinda funny that this is done so late in development. The save system is now implemented using an encrypted JSON file. This should deter most players from editing the save file, avoid corrupted saves, and allow data expansion if needed for future updates.

Config files are separate and not encrypted, so if for whatever reason the game crashes on startup, you can still edit the settings file and launch the game that way.

Saved in AppData\\LocalLow

Server, built to last

Another big task completed is rebuilding the server data communication. The online message system is relatively important to the gameplay, so I want to make sure it will last a long time and won't be obsolete after release.

Messages will be uploaded offline into the game files from time to time. This means you will always be able to see your old messages and other players messages even when offline, and even if the servers shut down for whatever reason.

There will also be pre-placed messages written by me, and special messages placed by backers with special effects.

This should not take too much space over time in the game files.

This is what I see on the backend

Better Boids, seeing other players planes

I polished the boids system to be less compute intensive, and it is now used to let you see other players planes when you open their messages. They can fly or roll around you and follow you for a bit.

I also tested a ghost system where popular player movements are shown using multiple paper planes from other players. This could help players spot hidden parts of the game or find the main parkour path to progress.

This is still experimental, as it is not ideal for server usage or local storage, so it might not make the final cut.

UFO sighting

Source

Steam News / 12 January 2026

Open original post

Changelog.gg summarizes and formats this update. How we read updates.