- Jan 11, 2019
- 155
- 212
the game uses a database to store character data, including relationship points. In order to change it with debug mode, you need to use SQL, Structured Query Language, which is a language to communicate with databases.thanks found the mod. whats a SQL also i think i found it last night
Or you can use DB Browser for SQLite, which is an application that does the communicating for you, and allows you to change the values of the database without knowing SQL.
<some name>.sqlite
or <some name>.db
Last edited: