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
The game seems to track achievements in the save file aswell, maybe it could be the reason?
classicScoreData = JsonUtility.FromJson<ClassicScoreData>(RijndaelEncryption.Decrypt(File.ReadAllText(path), "99"));
Save file check (this fifth and sixth flag in the save file)
HiScores file check (first and second flags)
Registry check (Whether Computer\HKEY_CURRENT_USER\Software\Basically Games\Baldi's Basics Classic Remastered\DiagInfo_[random string] is 1 or 2)
Temp Folder check (EDIT: I have figured it out. It creates pseudo-random number generator using path to the save file folder path as a seed. Effectively, temp folder name is different for everyone, but is always same for one user)
EDIT: This will take some time for me to create utility that remediates all of these checks, be patient!
if. it even does the same trick.
_ I remember checking to see if it remembered my progress if I deleted the save file with steam cloud disabled, and at the very least I lost access to Null mode as well as the unlockable fun settings (though I have yet to beat the mode so I can't confirm if he stays missing)
- If people hid every trace of Steam's version of Baldi in another file location, then the Itch.io version shouldn't be able to do anything since there are no Steam Achievements to keep track of, since Steam is closed, and all the places it would normally check for flags don't have the Steam files anymore, only the pre-null save.
- In theory, you can now constantly delete or swap the Itch.io files now with the Steam ones, we just need to make sure to keep a backup of the essentials and to make sure all traces are removed where the game checks for flags. It's tedious, but it's a small price to pay before people decompile the game and figure out how to re-add Null somehow.
- Sidenote, I feel like most of this wouldn't have really happened if the Glitch said Null's voicelines in Baldi's voice or something instead, since it was mostly the lines that made the mode complete in my opinion, but now you deal with a silent antagonist when they shut the 4th exit on you instead of a desperate man in a monologue.
You know how to wipe a save file?
I am literally thinking about modifying the code to deliberately not check for it. If you want, I can create a "mod" that does just that