Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Question about debug menu

A topic by Rappytho6 created 18 days ago Views: 144 Replies: 2
Viewing posts 1 to 2

I went into the debug menu and I see the options for 'Set Flags' 'Unset Flags' and 'List Flags' etc, and I was wondering what exactly they do?

Long story short, they're for flags which are used for tracking choices, met characters, visited places, certain conditions used for unlocking scenes, etc. Debug mode not only can list them, but also allows to set them manually but these functions won't really give anything to end user as they exist primarily for development purposes. The things that are more useful for end user is the ability to play any scene you want (if you know their code name), tracking / setting affection points and skill points or changing size. Bear in mind though that messing with it can lead to errors if you don't know what you're doing

Ok, thanks for the info