This is gonna sound very strange, but I want to downgrade the size/capacity of my Master Suite. (Or reset it to the default capacity.) Is that possible? I haven't seen a way to do so using the built-in cheat menu. I'm... struggling to get the included save editor set up, so I haven't been able to see if it's possible there. (Python was never my strong suit.)
I never used either the included save editor or the cheat menu.
But you can access all game variables via Javascript console. Press F12 and click on the Console tab, then click on the prompt line (it's the bottom line, the one starting with
>
), type
V.masterSuite = NEW_SIZE
and press Enter. Visit the master suite again (or any other facility) to update its size. I don't know what happens to the exceeding slaves though (I guess they are ejected to the penthouse. If you don't feel adventurous, just move them beforehand):
If you press just
V
(capital V) and then Enter, the console returns the entire variable list. In Chromium-based browsers you can edit it on the fly (click on the triangle to expand the list, then double-click on any value you want to change); in Firefox, instead, the output is read-only: you have to type a new command in the prompt line.
Speaking of editors, any tool working with RPG Maker MV is good with Twine too (and so, with Free Cities). On my hard disk I have a copy of
You must be registered to see the links
(just in case my Internet connection goes out).
Or again, you can just use the Javascript console and get accustomed with the FC variable list. See especially "devNotes\legacy files\slave variables documentation.md" and "player variables documentation.md" (maybe some stuff is obsolete, but for the most part those docs are still valid).
Btw, .md files are just regular text files, you can open them with Notepad. Other software will display them properly (see
You must be registered to see the links
for Chrome, for instance).
PS: I know you have already solved, but I thought my post could have been useful to other players