Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I dug a little bit and there is a value in a save file, that corresponds to nulls removal (flags[4] to be exact), however, changing it would not help, because it's changes back if you have NULL achievement.
It you want to bring him back, you need to "unachieve" NULL achievement (by using steam achievement manager) and remove save data, or change flag[4] to false.
P.S. You need to manually remove save file in %UserProfile%\AppData\LocalLow\Basically Games\Baldi's Basics Classic Remastered, doing it ingame will not reset the fifth flag
UnassignedSave
unfortunately however I don't know that part, if Treeshold could elaborate though that'd be really helpful (or if I got the file wrong then please clarify)
Save files are encoded using AES. The cipher is the name of the save file (!UnassignedFile). I am trying to figure out how to decrypt and encrypt the save file, but no luck yet.
{"saveVersion":0,"achievementData":{"found":[true,true,true,true,true,true,true,true,false,false,false,true,false,false,true,true]},"gamesSinceError":5,"errorCount":0,"classicWon":false,"partyWon":false,"demoWon":false,"glitchWon":false,"bossSeen":false,"flags":[true,true,true,true,true,false],"reduceFlashing":false}.
If you want to bring null back, you have to change the fifth value, like this:
{"saveVersion":0,"achievementData":{"found":[true,true,true,true,true,true,true,true,false,false,false,true,false,false,true,true]},"gamesSinceError":5,"errorCount":0,"classicWon":false,"partyWon":false,"demoWon":false,"glitchWon":false,"bossSeen":false,"flags":[true,true,true,true,false,false],"reduceFlashing":false}.
remember to unachieve NULL achievement