Manifold Garden

Manifold Garden

View Stats:
 This topic has been pinned, so it's probably important
William Chyr  [developer] 28 Oct, 2020 @ 3:44pm
2
List of Debug Console Commands that Disable Achievements
Starting with version 1.1.0.14937, simply opening the debug console (` or ~) will not interfere with achievements.

Typing and executing the following commands in the debug console will disable achievements from unlocking:
  • set_initial_speed_divisor
  • toggle_noclip
  • load_all_levels_for_testing
  • toggle_player_wrapping
  • set_noclip_speed
  • enable_all_mandalas
  • set_beat_game
  • loadLevel
  • show_debug_panel
  • show_audio_debug_panel
  • toggle_cheats
  • unlock_trophy
And of course, if you really want to re-enable achievements after any of these commands, just close the app and re-open it.

Note: Previously we stated 1.1.0.14678 had this fix, but we were mistaken.
Last edited by William Chyr; 26 Jan, 2021 @ 9:50am
< >
Showing 1-15 of 18 comments
Happosai 八宝斎 26 Dec, 2020 @ 11:50am 
Noice. 🧐
WEGFan 21 Jan, 2021 @ 10:59am 
But achievements still don't unlock if I opened console and do nothing in v1.1.0.14704.
I looked at the game's code and found this.
namespace Tilde { public class DrawerConsole : MonoBehaviour { private void Show() { AchievmentTrophyManager.Instance.enableTrophies = false; ... } } }
So once the console is opened, the game disables achievement unlocking.
Last edited by WEGFan; 21 Jan, 2021 @ 1:18pm
William Chyr  [developer] 22 Jan, 2021 @ 1:23pm 
@WEGFan Thanks for the heads up. We'll take a look at this. Not sure what happened... We have a bunch of different branches to handle the various platforms, so my best guess is something got merged incorrectly and the code got reverted.

Anyway, we're investigating this now and I'll post an update when the patch is live.
thawhidol 23 Jan, 2021 @ 7:36pm 
Yeah, I sadly had the console open because my cat stepped on the tilde and thus disabled achievements for my game, even after closing and restarting.
William Chyr  [developer] 23 Jan, 2021 @ 9:15pm 
We looked into the issue and confirmed it is indeed broken. We had implemented a fix but for some reason it didn't get pushed to the production build, and then it slipped through our QA pipeline. We just pushed a new build to the beta branch that should have the fix, but we're going to do a full sweep on Monday. Will post an update here when that's done.
thawhidol 23 Jan, 2021 @ 10:05pm 
Much appreciated. I just started a new game, got up through purple, but didn't achieve yellow or purple as I should. No console was opened this time, so it appears to persist through games entirely. I haven't uninstalled and reinstalled yet, but just more data if you need. I do love the game.
William Chyr  [developer] 26 Jan, 2021 @ 9:52am 
@thawhidol @WEGFan We just pushed version 1.1.0.14937 to the main branch. It actually contains the fix. Now if you open the console without inputting one of the listed commands, it does not stop achievements from unlocking.

Thanks again for bringing this to our attention.
Ti9erthy 13 May, 2023 @ 4:50am 
what about the command spawn command? doesnt that also disable achievments since it can litterally spawn in stuff like Nickel Magnetite and equipment?
ryu_ifher 23 Jul, 2023 @ 4:53pm 
Reset quet disable? I had a bug and i need to use this comand this Block achievements?
Will God mode trigger it?
Peeeeew 3 Oct, 2023 @ 1:07am 
i use "additem" and "resurrect" and it's ok. It wont disable any achievements.
RealMayo 18 Oct, 2023 @ 3:32pm 
Originally posted by Mavrik:
Will God mode trigger it?
I used tgm to give myself infinite magica while i was killing the giants at the western watchtower so i didnt have to wait so long, and i still get achievements, for reference i just downloaded the game again after getting anniversary edition on sale. Ive also been using it to get alchemy and crafting ingredients to save some grinding
exernus90 8 Nov, 2023 @ 3:03am 
Hallo, I have problem, my computer got bluscreen during playing, and now games stuck before loading menu. I read that is it problem envolved with SaveFile. After removing savefiles, game works. But pelase could you tell mo how can back to playing the game from Level six, Orange Garden? I have tried to use commands prompts, but it works only for Level3.
Originally posted by exernus90:
Hallo, I have problem, my computer got bluscreen during playing, and now games stuck before loading menu. I read that is it problem envolved with SaveFile. After removing savefiles, game works. But pelase could you tell mo how can back to playing the game from Level six, Orange Garden? I have tried to use commands prompts, but it works only for Level3.
Using command prompts, "loadLevel 63" should get you there. Be advised, the first L must be lowercase and the second L must be uppercase.
Kaldaien 17 Jan, 2024 @ 8:25am 
I don't have any interest in cheating, but this is weird.

Does the game at least popup a notification of some kind after issuing these commands and having achievements disabled? Having users have to refer back to this post to learn after-the-fact that they did something that warrants punishing them is bad design.
< >
Showing 1-15 of 18 comments
Per page: 1530 50