- Steam App
- Deep Dark Wrath (2891520)
- Event type
- patch note
- Published
- 3 October 2025 - 12:29:17 UTC
- Source
- steam_community_announcements
Heyyo, CraftedCircuitry here! Just a quick update as I reworked the Options file of the game’s saving system.New Options Data FormatPreviously, it used Godot’s ConfigFile but will now use a JSON-based text file just like the game’s main data save. This was done as I only recently knew that Godot’s ConfigFile has a security vulnerability of allowing code injection.It is highly recommended that you upgrade to v3.0.6 as soon as possible. I’ll see if I will have the time to update the v0.7 demo.While problems with this will only arise if you download the Options file from others and don’t bother to check if it isn’t suspicious, I’d rather put the game on the safer side as I don’t really want this to bite me in the back later down the line. It would have been nice if I learnt of this earlier so I would just go for the JSON option from the start instead.The game will still read the .cfg file o...