I would like to ask, can you help me how to turn on an event that is in the game via the console? if possible thank you very much,
the console is already functional and activated, I would just need a command
This would be done by typing "jump [scene name without brackets]", and to find the scene name you'd need to break open the innards of the game and scour through...a lot of .rpy files. If the scene you want has "label NotARealScene:" just before it then you'd type "jump NotARealScene" in the console.
That said, this is the worst way to do things in SoC.
1. It involves a lot of work.
2. Enabling the console means you can use the debug menu in Rowan's room. It can be tough to find a scene in this, and I think there are some sex scenes that aren't in it, but it's also a lot faster and easier. Technically you could use it to find the scene name and then use the jump command, but at that point you're using the debug menu for 90% of the work then doing extra work on top of that.
3. It could cause issues for your save (Debug menu might too, heck if I know, but at least seems less likely to. Not that it matters because: )
4. There's a scene replay mod linked in the first page that contains either every scene with art or nearly every scene with art, won't mess up your save, and is very easy to use.
Console can be used for a lot of things (Some of which also might break your save!), but it's the least worthwhile method for viewing specific scenes.