Quickly throwing this out there. The guide should be edited regarding the gml_Script_jukebox_advance part of the guide, to remove the quotes for textbox_create("global.script101", 2, 1) as it otherwise causes a crash once clicking ok after filling every song slot.
I've been reading your guide and it's been insightful, but do you have a guide for inserting custom character sprites and making custom drinks? So far, I'm only seeing being able to create custom nights but not characters. Any help?
Awsome guide, managed to edit my face onto a sprite. How exactly would I publish this though? I have no idea how to export the day I made as a downloadable mod.
I've been following your guide in an attempt to make a mod, but I've been having a lot of trouble getting the jukebox to function properly. I did exactly what was laid out in the guide, and the menu comes up once it's triggered in the script, but once you advance past it the game immediately crashes. Any advice? I feel like it might be an issue with the cases, do I need more than just [E:1] to start the day and [E:2] to trigger the jukebox? I haven't done anything besides those yet.
But if you wanna just hear my fast verdict - i think you probably never modified "gml_Script_jukebox_advance" script, there is some info about this in the guide in the end of chapter 2.1.2
Here's my discord: h8rsk8r#0974. I've modified the "gml_Script_jukebox_advance" script as was explained in the guide, so it might be a problem outside that, or maybe I made I mistake somewhere.
← Return to waifu guide
Comments
Log in with itch.io to leave a comment.
I hoping for some tutorial on adding new characters (or sprite), plz
Quickly throwing this out there. The guide should be edited regarding the gml_Script_jukebox_advance part of the guide, to remove the quotes for textbox_create("global.script101", 2, 1) as it otherwise causes a crash once clicking ok after filling every song slot.
I've been reading your guide and it's been insightful, but do you have a guide for inserting custom character sprites and making custom drinks? So far, I'm only seeing being able to create custom nights but not characters. Any help?
Awsome guide, managed to edit my face onto a sprite. How exactly would I publish this though? I have no idea how to export the day I made as a downloadable mod.
I've been following your guide in an attempt to make a mod, but I've been having a lot of trouble getting the jukebox to function properly. I did exactly what was laid out in the guide, and the menu comes up once it's triggered in the script, but once you advance past it the game immediately crashes. Any advice? I feel like it might be an issue with the cases, do I need more than just [E:1] to start the day and [E:2] to trigger the jukebox? I haven't done anything besides those yet.
How can I contact you? It's not too comfortable to chat in the comments. Do you have a Discord?
But if you wanna just hear my fast verdict - i think you probably never modified "gml_Script_jukebox_advance" script, there is some info about this in the guide in the end of chapter 2.1.2
Here's my discord: h8rsk8r#0974. I've modified the "gml_Script_jukebox_advance" script as was explained in the guide, so it might be a problem outside that, or maybe I made I mistake somewhere.
For those who are interested in H8rsk8r problem solution:
They recreated all the process of modding the game from zero and the problem was solved.
Looks like some code was copied or pasted wrong.