- Oct 14, 2023
- 43
- 10
Yep thats exactly what i was trying to say lol ... yeah at the end thats what i had to do, but it kinda got repetitive but still i enjoyed it.Ah, got it, I think? You're saying "If you have the option to track the girl's turned off, as a new player, there's not an obvious indication of which room belongs to which girl?" If so, that does actually feel fair enough, though it's pretty easy to figure out by just exploring for a bit.
Un ajuste más para la última versión del juego, inspirado en parte en el comentario anterior de Malika:
Variables.rpy
- Después de cierto tiempo (Night o Late Night), las chicas tendrán muchas más posibilidades de estar en sus habitaciones. (Específicamente, evitarán la cafetería, las oficinas, la estación de enfermería y el gimnasio. Aún existe la posibilidad de que alguien esté en el baño duchándose o visitando a tu novia en la habitación del jugador, si ella está presente. Esto no (Garantiza que una chica específica estará en su habitación, pero eso lo hace mucho, mucho más probable. Si necesitas hablar con alguien, solo deberías tomar uno o dos intentos para encontrarlo por la noche, incluso con las ubicaciones apagadas).
- Además, noté que parecía que la lista de ubicaciones en las que las chicas pueden estar si eliges *no* tener a tu novia presente no se había actualizado para incluir el gimnasio. Continué y actualicé ese bit, en caso de que alguien esté probando un juego en solitario.
Carga de trabajo
[/CITA] ¿Cómo poner esto en el juego?
Nice! By any chance do you know how to fix the error screen that sometimes appears? That interrupts a lot of events
There are a few different things that can cause errors, unfortunately. I've tried to fix some of those bugs with my other tweaks (the post on pg. 46 of this thread), but I'm sure there are some I've missed. If you're getting a *lot* of errors, there may be something else going on. Other than some stuff at the start of the first day (when variables hadn't been set), I haven't had too many problems with the latest version.Nice! By any chance do you know how to fix the error screen that sometimes appears? That interrupts a lot of events
I'm pretty sure those are the only two with a dinner scene right now.Is it only Anita and Cass that you can invite to dinner or am I missing more, I know more have to be added but just curious if I missed any
Not yet, no. Probably not for a few more versions, according to the development roadmap Torian recently posted.Are the question mark rooms unlockable, or is this not in game yet?
If you post the details of what the error says I might be able to help. No promises, but I can at least take a look. I haven't had any issues like this this version.I get a very recurring error that has to do with samanta visiting someone, how do I fix it?
You're using v0.56, right? And you haven't applied any other mods or tweaks other than the ones from my post? I remember seeing an error like that several times in older versions, but haven't seen it at all with the latest version.i got the following error.
You don't have permission to view the spoiler content. Log in or register now.
Si publicas los detalles de lo que dice el error, podría ayudarte. No hay promesas, pero al menos puedo echarle un vistazo. No he tenido ningún problema como este en esta versión.
Estás usando la v0.56, ¿verdad? ¿Y no has aplicado otras modificaciones o ajustes además de los de mi publicación? Recuerdo haber visto un error como ese varias veces en versiones anteriores, pero no lo he visto en la última versión.
[/CITA]
Thanks, give me a few minutes and I'll paste it here
Oh wait, right, I almost forgot... one of the first things I did before I started making tweaks was check some older bugfixes from the last version or two by comparing/diffing the old and new files. A handful of those I kept, and didn't think to include them in my other post because *I* hadn't been the one to write those bugfixes.i got the following error.
That's the error that comes up to me quite a bitI'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Samantha Room.rpy", line 12, in script call
call room_transition("Samantha_Menu", Samantha_visit_events_Samantha_and_OH)
File "game/Meanwhile.rpy", line 378, in script call
call expression random_event
Hmmm... shoot. I genuinely have no idea. Are there more lines of text in the error? (The ones at the end might be the most important.)I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Samantha Room.rpy", line 12, in script call
call room_transition("Samantha_Menu", Samantha_visit_events_Samantha_and_OH)
File "game/Meanwhile.rpy", line 378, in script call
call expression random_event