HomeGamesUpdatesPricingMethodology
Steam News25 June 20233y ago

v2023.06.25

GAME BREAKING BUG FIX: A bug was discovered today that could put your game in a state that you can't continue.

Full notes

Full Project Delta update

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

What changed

2 fixes0 additions3 changes0 removals
  • Maps
  • Events
  • Gameplay
changedA bug was discovered today that could put your game in a state that you can't continue. This happens after getting through the 4 stages on Aion Station and after collecting the unknown item on the Desolate Planet map structure.
fixedIf you go back to Aion Station and discover the item in one of those stages it will put your game in an incompletable state. This is an issues for v2023.06.22 and earlier. It is fixed in v2023.06.25.
changedIn the event you were affected by this and don't want to delete your file you can make manually edit some game files for you to be able to continue.
changedNow open the following file: Data/Saves/File1/meta.json
fixedThis issue is fixed in this version. Items discovered outside of Aion Station can no longer be used in Aion Station stages until they are discovered elsewhere.

Project Delta changes

changedA bug was discovered today that could put your game in a state that you can't continue. This happens after getting through the 4 stages on Aion Station and after collecting the unknown item on the Desolate Planet map structure.
fixedIf you go back to Aion Station and discover the item in one of those stages it will put your game in an incompletable state. This is an issues for v2023.06.22 and earlier. It is fixed in v2023.06.25.
changedIn the event you were affected by this and don't want to delete your file you can make manually edit some game files for you to be able to continue.
changedNow open the following file: Data/Saves/File1/meta.json
fixedThis issue is fixed in this version. Items discovered outside of Aion Station can no longer be used in Aion Station stages until they are discovered elsewhere.

GAME BREAKING BUG FIX:

A bug was discovered today that could put your game in a state that you can't continue. This happens after getting through the 4 stages on Aion Station and after collecting the unknown item on the Desolate Planet map structure.

If you go back to Aion Station and discover the item in one of those stages it will put your game in an incompletable state. This is an issues for v2023.06.22 and earlier. It is fixed in v2023.06.25.

In the event you were affected by this and don't want to delete your file you can make manually edit some game files for you to be able to continue.

Browse game local files (right click in steam library> manage > browse local files)

Now open the following file: Data/Saves/File1/meta.json

this file keeps track of all your meta states (the states that are maintained between worlds)

Find the key: "MetaItemObtainedFocusAcquired": { "$type": "DeltaEngine.GameState.State, Assembly-CSharp", "Key": "MetaItemObtainedFocusAcquired", "Value": 1, "IsLocal": false }, and set it to: "MetaItemObtainedFocusAcquired": { "$type": "DeltaEngine.GameState.State, Assembly-CSharp", "Key": "MetaItemObtainedFocusAcquired", "Value": 0, "IsLocal": false },

this is assuming you did this with the unknown item that you find in Desolate Surface. If you got further through the game and went back to Aion Station you'd have to set another value. It will be "MetaItemObtained" followed by whatever the name of the item you discovered there.

This issue is fixed in this version. Items discovered outside of Aion Station can no longer be used in Aion Station stages until they are discovered elsewhere.

Source

Steam News / 25 June 2023

Open original post

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